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

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

Issue 10443074: Merge 117792 (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/bug86119-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 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 } 6 }
7 7
8 function onload() 8 function onload()
9 { 9 {
10 window.svgRoot = document.getElementById("svgRoot"); 10 window.svgRoot = document.getElementById("svgRoot");
(...skipping 27 matching lines...) Expand all
38 </head> 38 </head>
39 <body onload="onload()"> 39 <body onload="onload()">
40 Test for Bug 86119. Test passes if it does not crash and you see a green 40 Test for Bug 86119. Test passes if it does not crash and you see a green
41 rectangle above this text. 41 rectangle above this text.
42 <svg id="svgRoot" width="100" height="100" xmlns:svg="http://www.w3.org/2000 /svg"> 42 <svg id="svgRoot" width="100" height="100" xmlns:svg="http://www.w3.org/2000 /svg">
43 <rect x="10" height="80" width="80" y="10" fill="green"/> 43 <rect x="10" height="80" width="80" y="10" fill="green"/>
44 </svg> 44 </svg>
45 </body> 45 </body>
46 </html> 46 </html>
47 47
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug86119-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698