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/svg/text/highcharts-assertion.html

Issue 10443073: Merge 117225 (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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>This test passes if it doesn't crash</title> 3 <title>This test passes if it doesn't crash</title>
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <svg> 10 <svg>
11 <text y="50"><tspan> </tspan><script>document.body.offsetTop;</script><tspan >PASS</tspan></text> 11 <text y="50"><tspan> </tspan><script>document.body.offsetTop;</script><tspan >PASS</tspan></text>
12 </svg> 12 </svg>
13 </body> 13 </body>
14 </html 14 </html
OLDNEW
« no previous file with comments | « LayoutTests/svg/text/add-tspan-position-bug-expected.html ('k') | LayoutTests/svg/text/highcharts-assertion-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698