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

Unified Diff: LayoutTests/svg/custom/bug79798.html

Issue 1167033002: Remove layout tests that run execCommand on non-HTML documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix doctype Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/custom/bug78838-expected.txt ('k') | LayoutTests/svg/custom/bug79798-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/bug79798.html
diff --git a/LayoutTests/svg/custom/bug79798.html b/LayoutTests/svg/custom/bug79798.html
deleted file mode 100644
index 6e881e52492655acef1917ac308fd48492b31f5c..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/bug79798.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- This test passes if there is no crash. -->
-<!-- It was created by the fuzzer and has been reduced. -->
-<script>
- function go() {
-
- if (window.testRunner)
- testRunner.dumpAsText();
-
- q = document.getElementById('root').contentDocument;
-
- r = document.createRange();
- s = window.getSelection();
-
- r.selectNodeContents( q.getElementById('g') );
- s.addRange( r );
-
- document.designMode = 'on';
- q.execCommand('formatBlock', 1, 'h1');
- q.execCommand('formatBlock', 1, 'h1');
- q.execCommand('formatBlock', 1, 'h1');
- document.open();
- document.close();
- }
-</script>
-<object data="resources/bug79798.svg" id="root" onload="go()"/</object>
« no previous file with comments | « LayoutTests/svg/custom/bug78838-expected.txt ('k') | LayoutTests/svg/custom/bug79798-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698