blob: 9cf9056ca0c4bcc5443b819defeb0ee0d693d8e7 [file] [log] [blame]
<html>
<head>
<title>inline_import_to_link example</title>
<style type="text/css">@import url(styles/all_styles.css);</style>
<style type="text/css">
@import url(styles/big.css);
@import url(styles/yellow.css);
</style>
</head>
<body>
<div class="blue yellow big bold">
The &lt;style&gt; tags should be changed to &lt;link&gt; tags.
</div>
</body>
</html>