chromium/chrome/test/data/page_cycler/basic_css.html

<html>
<head>
<style>
h1 {font-size:40px;}
p {font-size:14px;
   font-style:italic;
   font-family:Arial,Helvetica,sans-serif;}
</style>
</head>
<body>

<h1>H1</h1>
<p>Paragraph text goes here.</p>

</body>
</html>