1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / dom_serializer / simple_linked_stylesheet.html [blame]

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"  href="style.css">
</head>
<body>
<h1>I am formatted with a linked style sheet</h1>
</body>
</html>