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

Side by Side Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.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
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 -webkit-flow-into: flow; 6 -webkit-flow-into: flow;
11 font: 13px Ahem, sans-serif; 7 font: 13px Ahem, sans-serif;
12 line-height: 15px; 8 line-height: 15px;
13 } 9 }
14 .region1 { 10 .region1 {
15 -webkit-flow-from: flow; 11 -webkit-flow-from: flow;
16 width: 200px; 12 width: 200px;
17 height: 200px; 13 height: 200px;
(...skipping 20 matching lines...) Expand all
38 34
39 <div id="content"> 35 <div id="content">
40 The Culture and <p>the Idiran <p>Empire</p> are </p>at war in a galaxy-spanning conflict. Horza, a mercenary <p>capable of altering his appearance</p>at will <p >(a Changer),</p> is assigned the task of retrieving a dispossessed Culture Mind by his Idiran handlers. 36 The Culture and <p>the Idiran <p>Empire</p> are </p>at war in a galaxy-spanning conflict. Horza, a mercenary <p>capable of altering his appearance</p>at will <p >(a Changer),</p> is assigned the task of retrieving a dispossessed Culture Mind by his Idiran handlers.
41 </div> 37 </div>
42 38
43 <p style="margin-top: 30px;">Requires Ahem font. There are two regions, there is a polygon shape-inside on the second region. The shape is positioned and it for ces the content to be adjusted (pushed down from the top of the shape) inside th e shape. The content should fill out the first region and it should fill out the polygon shape on the second region.</p> 39 <p style="margin-top: 30px;">Requires Ahem font. There are two regions, there is a polygon shape-inside on the second region. The shape is positioned and it for ces the content to be adjusted (pushed down from the top of the shape) inside th e shape. The content should fill out the first region and it should fill out the polygon shape on the second region.</p>
44 <p>Bug <a href="http://webkit.org/b/117599">117599</a>[CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes</p> 40 <p>Bug <a href="http://webkit.org/b/117599">117599</a>[CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes</p>
45 41
46 </body> 42 </body>
47 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698