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

Side by Side Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html

Issue 60013004: Remove setCSSExclusionsEnabled(true) from CSS Shapes-Regions tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-block-content.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 <html> 2 <html>
3 <head> 3 <head>
4 <script>
5 if (window.internals)
6 window.internals.settings.setCSSExclusionsEnabled(true);
7 </script>
8 <style> 4 <style>
9 #content { 5 #content {
10 font: 14px Ahem, sans-serif; 6 font: 14px Ahem, sans-serif;
11 line-height: 16px; 7 line-height: 16px;
12 -webkit-flow-into: flow; 8 -webkit-flow-into: flow;
13 } 9 }
14 .region { 10 .region {
15 width: 300px; 11 width: 300px;
16 height: 300px; 12 height: 300px;
17 margin-top: 10px; 13 margin-top: 10px;
(...skipping 23 matching lines...) Expand all
41 </p> 37 </p>
42 </p> 38 </p>
43 </div> 39 </div>
44 40
45 <p>Requires Ahem font. The content - what contains multiple nested paragraphs - flows into multiple regions, a shape-inside property is applied only on the seco nd region. <br/> 41 <p>Requires Ahem font. The content - what contains multiple nested paragraphs - flows into multiple regions, a shape-inside property is applied only on the seco nd region. <br/>
46 The content should start at the top of the second region inside a 200px (width) and 150px (height) rectangle - which has a 50px left offset - then flow into the original container.</p> 42 The content should start at the top of the second region inside a 200px (width) and 150px (height) rectangle - which has a 50px left offset - then flow into the original container.</p>
47 <p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not la yout inline content correctly in a region with shape-inside set</p> 43 <p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not la yout inline content correctly in a region with shape-inside set</p>
48 44
49 </body> 45 </body>
50 </html> 46 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-block-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698