summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/431520-1.html
blob: 1a7df88f4e8e7e7824c69f088c00db31426f4779 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Testcase, bug 431520</title>
<style type="text/css">
fieldset:first-line { color: red }
</style>
<body>
<fieldset><legend>Legend</legend>contents of fieldset</fieldset>
</body>
</html>