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

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

Issue 9949002: Merge 111601 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/custom/delete-text-crash-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/delete-text-crash.html
===================================================================
--- LayoutTests/svg/custom/delete-text-crash.html (revision 112624)
+++ LayoutTests/svg/custom/delete-text-crash.html (working copy)
@@ -1,7 +1,5 @@
<html>
<!-- This test passes if there is no crash or assert -->
-<!-- This test should be updated to use DumpAsText once WK81006 is fixed -->
-<!-- The style overflow should be removed once we migrate to DumpAsText as well -->
<style type="text/css">
body {
overflow: hidden;
@@ -16,7 +14,10 @@
document.designMode='on';
document.execCommand('delete');
document.execCommand('delete');
- }
+ }
+
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
</script>
<body onload="testCrash()">
<svg id="root" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
« 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