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

Side by Side Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-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 #rectangle {
6 font: 20px Ahem, sans-serif;
7 -webkit-font-smoothing: none;
8 line-height: 20px;
9 width: 200px;
10 height: 200px;
11 border: 2px solid green;
12 }
13 #border {
14 position: relative;
15 top: 48px;
16 left: 48px;
17 width: 100px;
18 height: 100px;
19 border: 2px solid blue;
20 }
21 #overflow { margin-top: 96px;}
22 </style>
23 </head>
24 <body>
25 <div id="rectangle">
26 <div id="border">X X X X X X X X X X X X X X X</div>
27 <div id="overflow">X X X X X X X X</div>
28 </div>
29 <p style="margin-top: 100px;">Requires Ahem font. The shape-inside on the re gion is illustrated by the blue rectangle. The content should wrap inside the th e blue rectangle, the overflow should start on the left under the content box.</ p>
30 <p>Bug <a href="http://webkit.org/b/116252">116252</a> [CSS Regions][CSS Exc lusions] shape-inside on regions should respect positioned shapes and overflow</ p>
31 </body>
32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698