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

Side by Side Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-block-content.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-flow-into: flow; 7 -webkit-flow-into: flow;
12 } 8 }
13 .region { 9 .region {
14 float: left; 10 float: left;
15 margin-right: 10px; 11 margin-right: 10px;
16 width: 300px; 12 width: 300px;
17 height: 300px; 13 height: 300px;
(...skipping 21 matching lines...) Expand all
39 (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a dev ice that can transport wormholes connected to weapons caches. Quilan is then sen t to Masaq' Orbital, ostensibly to persuade Mahrai Ziller to return to his nativ e Chel but is in reality on a suicide mission to destroy the Orbital's Hub Mind. To protect him from detection at Masaq', Quilan's memory is selectively blanked until he reaches his target. 35 (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a dev ice that can transport wormholes connected to weapons caches. Quilan is then sen t to Masaq' Orbital, ostensibly to persuade Mahrai Ziller to return to his nativ e Chel but is in reality on a suicide mission to destroy the Orbital's Hub Mind. To protect him from detection at Masaq', Quilan's memory is selectively blanked until he reaches his target.
40 </p> 36 </p>
41 </p> 37 </p>
42 </div> 38 </div>
43 39
44 <p>Requires Ahem font. The block content - contains multiple nested blocks - flo ws into two regions, a 250x300px rectangle shape-inside property with 50px left offset is applied to the first (orange) region. The content should have a 50px l eft offset in the orange rectangle and should flow into the second rectangle wit hout any offset.<br/> 40 <p>Requires Ahem font. The block content - contains multiple nested blocks - flo ws into two regions, a 250x300px rectangle shape-inside property with 50px left offset is applied to the first (orange) region. The content should have a 50px l eft offset in the orange rectangle and should flow into the second rectangle wit hout any offset.<br/>
45 <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> 41 <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>
46 42
47 </body> 43 </body>
48 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698