Mypal/layout/reftests/bugs/339289-1.html

13 lines
152 B
HTML

<html>
<head>
<style type="text/css">
fieldset:after {
content: "Hello World";
}
</style>
</head>
<body>
<fieldset></fieldset>
</body>
</html>