Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / ManualTests / fouc / resources / blue-style.html
1 <!doctype html>
2 <style>
3 #shouldBeBlue {
4     background: blue;
5     color: white;
6 }
7 </style>