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

Side by Side Diff: LayoutTests/fast/regions/webkit-flow-renderer-layer-expected.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 <!doctype html>
2 <html>
3 <head>
4 <style>
5 .size1 {
6 width: 50px;
7 height: 50px;
8 }
9 #div1 { background-color: green; }
10 #div2 { background-color: orange; }
11 #div3 { background-color: blue; }
12 </style>
13 </head>
14 <body>
15 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=64516"> [CSSRegions ] Collect flowed elements in different render element</a>.</p>
16 <p>Test that elements requiring a layer, collected in a flow thread, are correct ly displayed in a region.</p>
17 <p>On success, you should not see a red rectangle below.</p>
18 <div id="div1" class="size1"></div>
19 <div id="div2" class="size1"></div>
20 <div id="div3" class="size1"></div>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/webkit-flow-renderer-layer.html ('k') | LayoutTests/fast/regions/webkit-flow-renderer-nested.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698