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

Side by Side Diff: LayoutTests/svg/custom/use-multiple-on-nested-disallowed-font.html

Issue 6469011: Merge 76990 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/use-multiple-on-nested-disallowed-font-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 <svg height="1" width="1"> 1 <svg height="1" width="1">
2 <defs> 2 <defs>
3 <use id="B"> 3 <use id="B">
4 <linearGradient> 4 <linearGradient>
5 <animateTransform attributeName="z"/> 5 <animateTransform attributeName="z"/>
6 <text font-family="x"> 6 <text font-family="x">
7 <textPath> 7 <textPath>
8 <font> 8 <font>
9 <font-face font-family="x"> 9 <font-face font-family="x">
10 </font> 10 </font>
(...skipping 11 matching lines...) Expand all
22 layoutTestController.waitUntilDone(); 22 layoutTestController.waitUntilDone();
23 layoutTestController.dumpAsText(); 23 layoutTestController.dumpAsText();
24 } 24 }
25 25
26 setTimeout(function() { 26 setTimeout(function() {
27 document.body.innerHTML += "PASS: This file should not crash."; 27 document.body.innerHTML += "PASS: This file should not crash.";
28 if (window.layoutTestController) 28 if (window.layoutTestController)
29 layoutTestController.notifyDone(); 29 layoutTestController.notifyDone();
30 }, 0); 30 }, 0);
31 </script> 31 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-multiple-on-nested-disallowed-font-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698