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

Side by Side Diff: LayoutTests/svg/text/columns-do-not-apply-expected.html

Issue 1036423002: Convert svg/text/columns-do-not-apply.html to a reftest. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/svg/text/columns-do-not-apply.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 <!-- This is deliberately left in quirks mode to trigger the bug. --> 1 <!-- This is deliberately left in quirks mode to trigger the bug. -->
2 <style> 2 <style>
3 body { 3 body {
4 -webkit-columns:2;
5 margin: 0px; 4 margin: 0px;
6 padding: 0px; 5 padding: 0px;
7 } 6 }
8 </style> 7 </style>
9 <body> 8 <body>
10 <svg width="600px" height="50px"> 9 <svg width="600px" height="50px">
11 <text y="15">crbug.com/399603: svg text does not attempt to apply pagina tion from ancestors to itself.</text> 10 <text y="15">crbug.com/399603: svg text does not attempt to apply pagina tion from ancestors to itself.</text>
12 </svg> 11 </svg>
13 </body> 12 </body>
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/columns-do-not-apply.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698