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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.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
« no previous file with comments | « LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.setCSSShapesEnabled(true);
7 </script>
8
9 <style> 4 <style>
10 #container-border { 5 #container-border {
11 border: 1px solid black; 6 border: 1px solid black;
12 margin: 10px; 7 margin: 10px;
13 width: 500px; 8 width: 500px;
14 } 9 }
15 10
16 #container { 11 #container {
17 font: 50px/1 Ahem, sans-serif; 12 font: 50px/1 Ahem, sans-serif;
18 color: grey; 13 color: grey;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <br/> 48 <br/>
54 <br/> 49 <br/>
55 <br/> 50 <br/>
56 <br/> 51 <br/>
57 <br/> 52 <br/>
58 X X X X X 53 X X X X X
59 </div> 54 </div>
60 </body> 55 </body>
61 </html> 56 </html>
62 57
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698