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

Side by Side Diff: LayoutTests/svg/text/columns-do-not-apply.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
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; 4 -webkit-columns:4;
5 margin: 0px; 5 margin: 0px;
6 padding: 0px; 6 padding: 0px;
7 } 7 }
8 </style> 8 </style>
9 <body> 9 <body>
10 <svg width="600px" height="50px"> 10 <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> 11 <text y="15">crbug.com/399603: svg text does not attempt to apply pagina tion from ancestors to itself.</text>
12 </svg> 12 </svg>
13 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698