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

Side by Side Diff: LayoutTests/svg/custom/delete-text-crash.html

Issue 9703008: Merge 110593 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/delete-text-crash-expected.png » ('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 <!-- This test passes if there is no crash or assert --> 2 <!-- This test passes if there is no crash or assert -->
3 <!-- This test should be updated to use DumpAsText once WK81006 is fixed --> 3 <!-- This test should be updated to use DumpAsText once WK81006 is fixed -->
4 <!-- The style overflow should be removed once we migrate to DumpAsText as well --> 4 <!-- The style overflow should be removed once we migrate to DumpAsText as well -->
5 <style type="text/css"> 5 <style type="text/css">
6 body { 6 body {
7 overflow: hidden; 7 overflow: hidden;
8 } 8 }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 13 matching lines...) Expand all
24 <rect filter="url(#x)"/> 24 <rect filter="url(#x)"/>
25 <text>aa</text> 25 <text>aa</text>
26 <rect id="t"/> 26 <rect id="t"/>
27 <style></style> 27 <style></style>
28 <text>bb</text> 28 <text>bb</text>
29 </g> 29 </g>
30 <filter id="x"></filter> 30 <filter id="x"></filter>
31 </svg> 31 </svg>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/delete-text-crash-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698