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

Side by Side Diff: LayoutTests/svg/custom/assert-empty-layout-attributes.svg

Issue 7231014: Merge 89183 - 2011-06-17 Julien Chaffraix <jchaffraix@webkit.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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 <?xml version="1.0" standalone="no"?> 1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE x PUBLIC "" ""> 2 <!DOCTYPE x PUBLIC "" "">
3 <svg xmlns="http://www.w3.org/2000/svg"> 3 <svg xmlns="http://www.w3.org/2000/svg">
4 <style> 4 <style>
5 *:after { 5 *:after {
6 content: "x" 6 content: "x"
7 } 7 }
8 </style> 8 </style>
9 <defs> 9 <defs>
10 <font> 10 <font>
11 <font-face font-family="SVGArial" /> 11 <font-face font-family="SVGArial" />
12 </font> 12 </font>
13 </defs> 13 </defs>
14 <text style="font-family:SVGArial;"></text> 14 <text style="font-family:SVGArial;"></text>
15 <script> 15 <script>
16 if (window.layoutTestController) 16 if (window.layoutTestController)
17 layoutTestController.dumpAsText(); 17 layoutTestController.dumpAsText();
18 </script> 18 </script>
19 <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62 884</text> 19 <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62 884</text>
20 <text x="10px" y="100px">This test passes if it did not crash</text> 20 <text x="10px" y="100px">This test passes if it did not crash</text>
21 </svg> 21 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/svg/custom/assert-empty-layout-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698