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

Side by Side Diff: LayoutTests/svg/custom/bug86781.html

Issue 10456022: Merge 117975 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug86781-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 <svg width="100" height="200"> 5 <svg width="100" height="200">
6 <g> 6 <g>
7 <text y="20"><tspan id="tspan">PASS</tspan></text> 7 <text y="20"><tspan id="tspan">PASS</tspan></text>
8 </g> 8 </g>
9 <br> 9 <br>
10 <script> 10 <script>
(...skipping 27 matching lines...) Expand all
38 } \n\ 38 } \n\
39 "; 39 ";
40 head.appendChild(style); 40 head.appendChild(style);
41 41
42 if (window.layoutTestController) 42 if (window.layoutTestController)
43 setTimeout("layoutTestController.notifyDone()", 50); 43 setTimeout("layoutTestController.notifyDone()", 50);
44 </script> 44 </script>
45 </svg> 45 </svg>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug86781-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698