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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html

Issue 20806004: Remove Explicit Shapes Enablement in Tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Enabled by default, no need to call internals Created 7 years, 4 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 | 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 .border { 5 .border {
10 border-left: 5px solid blue; 6 border-left: 5px solid blue;
11 border-top: 10px solid blue; 7 border-top: 10px solid blue;
12 border-right: 15px solid blue; 8 border-right: 15px solid blue;
13 border-bottom: 20px solid blue; 9 border-bottom: 20px solid blue;
14 width: 50px; 10 width: 50px;
15 height: 70px; 11 height: 70px;
16 border-style: solid; 12 border-style: solid;
17 } 13 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 xxx xxx xxx xxx 85 xxx xxx xxx xxx
90 </div> 86 </div>
91 <div class='border-box border padding shape-inside vertical-lr'> 87 <div class='border-box border padding shape-inside vertical-lr'>
92 xxxx xxxx xxxx 88 xxxx xxxx xxxx
93 </div> 89 </div>
94 <div class='border-box border padding shape-inside vertical-rl'> 90 <div class='border-box border padding shape-inside vertical-rl'>
95 xxxx xxxx xxxx 91 xxxx xxxx xxxx
96 </div> 92 </div>
97 </body> 93 </body>
98 </html> 94 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698