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

Side by Side Diff: LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds.html

Issue 15027012: [CSSRegions] Converted webkit-flow-inlines-inside-regions-bounds[-vertical] to reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: [CSSRegions] Converted webkit-flow-inlines-inside-regions-bounds[-vertical] to reftests Created 7 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 2
3 <style> 3 <style>
4 #content { 4 #content {
5 -webkit-flow-into: flow1; 5 -webkit-flow-into: flow1;
6 text-align: justify; 6 text-align: justify;
7 padding: 5px; 7 padding: 5px;
8 font-family: Ahem;
9 font-size: 10px;
10 -webkit-font-smoothing: none;
8 } 11 }
9 12
10 #first-box { 13 #first-box {
11 border: 1px solid blue; 14 border: 1px solid blue;
12 } 15 }
13 16
14 #second-box { 17 #second-box {
15 margin:10px; 18 margin:10px;
16 border: 1px solid green; 19 border: 1px solid green;
17 } 20 }
(...skipping 17 matching lines...) Expand all
35 width: 120px; 38 width: 120px;
36 height: 120px; 39 height: 120px;
37 } 40 }
38 </style> 41 </style>
39 42
40 <div id="content"> 43 <div id="content">
41 <div id="first-box"> 44 <div id="first-box">
42 <div id="second-box"> 45 <div id="second-box">
43 <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of t he region. This line of text should not get out of the region.</p> 46 <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of t he region. This line of text should not get out of the region.</p>
44 <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of t he region. This line of text should not get out of the region.</p> 47 <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of t he region. This line of text should not get out of the region.</p>
45 <p>This line of text should not get out of the region.</p> 48 <p>This line of text should not get out of the region. This line of text should not get out of the region.</p>
46 </div> 49 </div>
47 </div> 50 </div>
48 </div> 51 </div>
49 52
50 <div id="container"> 53 <div id="container">
51 <div id="region1"></div> 54 <div id="region1"></div>
52 <div id="region2"></div> 55 <div id="region2"></div>
53 <div id="region3"></div> 56 <div id="region3"></div>
54 </div> 57 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698