blob: 6f61a542833c38d3c6b7b9226e9a341de533629d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>-webkit-xxx-large font-size is identical to xxx-large value</title>
<style>
p {
font-size: -webkit-xxx-large;
}
</style>
</head>
<body>
<p>This text should appear the same as text with font-size: xxx-large;</p>
</body>
</html>