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

Side by Side Diff: LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-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 <script src="resources/repaint.js"></script>
2 <script>
3 if (window.testRunner)
4 window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
5 onload = runRepaintTest;
6
7 function repaintTest()
8 {
9 document.getElementById("target").style.visibility = "hidden";
10 }
11 </script>
12 <div style="-webkit-flow-into: thread; height: 100px; width: 100px; background-c olor: red; -webkit-writing-mode: horizontal-bt;">
13 <div style="height: 25px;">
14 <div style="height: 100px; background-color: green;"></div>
15 </div>
16 </div>
17 <div id="target" style="-webkit-flow-into: thread; height: 50px; width: 100px; b ackground-color: red; margin-top: -100px;"></div>
18 <div style="-webkit-flow-from: thread; width:100px;height:400px; border:2px soli d black; position:absolute; left:100px; top:100px"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698