Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / ManualTests / fouc / import-with-style.html
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 #shouldBeBlue {
6     background: red;
7     color: white;
8 }
9 </style>
10 <link rel="import" href="resources/blue-style.html">
11 </head>
12 <body>
13 <span id="shouldBeBlue">This should be blue</span>
14 </body>
15 </html>