summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/339289-1.html
blob: 5510ff98789a41c81060c2f10c549943e369cde9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <style type="text/css">
  fieldset:after {
	content: "Hello World";
  }
  </style>
</head>
<body>
<fieldset></fieldset>
</body>
</html>