tenfourfox/layout/reftests/css-parsing/invalid-attr-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p { color: green; }
</style>
<style>
div { color: green; }
</style>
</head>
<body>
<p>This text should be green.</p>
<div>This text should be green.</p>
</body>
</html>