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

Side by Side Diff: LayoutTests/fast/regions/layers/region-normalflow-stacking-context-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 #article { width: 50px; height: 50px; background-color: blue; }
6 #region { width: 50px; height: 50px; border: 25px solid green; }
7 </style>
8 </head>
9 <body>
10 <p>Test that a region in normal flow creates a stacking context and is p ainted accordingly.</p>
11 <p>The region should be rendered in front of its positioned sibling sinc e it appears after it in DOM order.</p>
12 <p>On success, you see a blue rectangle with a green border and no red.< /p>
13 <div id="region">
14 <div id="article"></div>
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698