Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / css-visited / first-line-1-ref.html
blob7969685666da260f3ea3d18510095e1c81a093df
1 <!DOCTYPE HTML>
2 <html lang="en-US">
3 <head>
4 <title>:visited and ::first-line (reference)</title>
5 </head>
6 <body>
8 <div><span style="color: fuchsia">unvisited</span><br><span style="color: blue">link</span></div>
9 <div><span style="color: maroon">visited</span><br><span style="color: purple">link</span></div>
11 </body>
12 </html>