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

Side by Side Diff: LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.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 font: 20px Ahem, sans-serif; 6 font: 20px Ahem, sans-serif;
11 -webkit-font-smoothing: none; 7 -webkit-font-smoothing: none;
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 background-color: yellow; 13 background-color: yellow;
(...skipping 19 matching lines...) Expand all
37 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX 33 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
38 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX 34 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
39 </div> 35 </div>
40 36
41 <p>Requires Ahem font. The content flows into a region (300px wide) what contain s a shape-inside rectangle (200px wide) with 50px left offset.<br/> 37 <p>Requires Ahem font. The content flows into a region (300px wide) what contain s a shape-inside rectangle (200px wide) with 50px left offset.<br/>
42 The content should fill the shape-inside area out. There should be an equally 50 -50px left and right offset for the content in the content box. The borders shou ldn't have any effect on the shape-inside's rectangle. 38 The content should fill the shape-inside area out. There should be an equally 50 -50px left and right offset for the content in the content box. The borders shou ldn't have any effect on the shape-inside's rectangle.
43 <p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclus ions] Shape-inside on regions should respect region borders and paddings</p> 39 <p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclus ions] Shape-inside on regions should respect region borders and paddings</p>
44 40
45 </body> 41 </body>
46 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698