Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <body style="margin: 0;" onload="loaded()">
2 <script>
3 if (window.testRunner)
4 window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1") ;
5 </script>
6 <script src="resources/line-flow-with-floats.js"></script>
7 <script>
8 function test(doc)
9 {
10 doc.getElementById("pinkFloat").style.height = "120px";
11 }
12 </script>
13 <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.h tml" style="border: none; width: 500px; height: 600px; -webkit-flow-into:thread" ></iframe>
14 <div style="position:absolute;left:100px;top:0;width:500px;height:600px;-web kit-flow-from: thread"></div>
15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698