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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-coincident-vertices-expected.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 #shape-inside { 5 #shape-inside {
10 position: relative; 6 position: relative;
11 top: 50px; 7 top: 50px;
12 left: 50px; 8 left: 50px;
13 width: 250px; 9 width: 250px;
14 height: 250px; 10 height: 250px;
15 font: 50px/1 Ahem, sans-serif; 11 font: 50px/1 Ahem, sans-serif;
16 color: green; 12 color: green;
17 } 13 }
18 </style> 14 </style>
19 </head> 15 </head>
20 <body> 16 <body>
21 Requires Ahem font. Verifies that polygonal shapes with multiple coincident vertices produce 17 Requires Ahem font. Verifies that polygonal shapes with multiple coincident vertices produce
22 the same output as they would with only the unique vertices. This test shou ld display two 18 the same output as they would with only the unique vertices. This test shou ld display two
23 indentical solid green squares. 19 indentical solid green squares.
24 <div id="shape-inside">XXXX XXXX XXXX XXXX</div> 20 <div id="shape-inside">XXXX XXXX XXXX XXXX</div>
25 <div id="shape-inside">XXXX XXXX XXXX XXXX</div> 21 <div id="shape-inside">XXXX XXXX XXXX XXXX</div>
26 </body> 22 </body>
27 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698