[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / dom_serializer / simple_linked_stylesheet.html
blob3318148ed7d18bc0d73825f93173453ffc7d296e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="style.css">
5 </head>
6 <body>
7 <h1>I am formatted with a linked style sheet</h1>
8 </body>
9 </html>