servo/tests/ref/pseudo_inherit_ref.html
2014-09-08 20:21:42 -06:00

14 lines
242 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
.big {
font-size: 128px;
}
</style>
</head>
<body>
<p style="color: green;" class="big">AB</p>
</body>
</html>