Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / sheet-loaded-before-invalidation-expected.html
blobe3107443d9f113c79432b1fcc194e819a5d48d80
1 <!DOCTYPE html>
2 <style>
3 body:not(.ready) #content { color: red; }
4 </style>
5 <body class="ready">
6 <div id="target">
7 <div>
8 <div id="content">
9 Not red.
10 </div>
11 </div>
12 </div>
13 <div id="host">
14 </div>
15 </body>