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

Unified Diff: LayoutTests/svg/custom/bug78838.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
Index: LayoutTests/svg/custom/bug78838.html
diff --git a/LayoutTests/svg/custom/bug78838.html b/LayoutTests/svg/custom/bug78838.html
deleted file mode 100644
index f39f14d2afe0703cc08444dcc14c2050e16e0cf9..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/bug78838.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- This test passes if there is no crash. -->
-<script>
-function go() {
-
- if (window.testRunner)
- testRunner.dumpAsText();
-
- q = document.getElementById('root').contentDocument;
- q.firstChild.setAttribute('style', 'content:counter(item)');
-
- document.designMode = 'on';
- q.execCommand('selectAll');
- q.execCommand('insertImage');
- q.getElementById('x').appendChild( q.firstChild.cloneNode(1) );
- q.execCommand('undo');
-}
-</script>
-<object data="resources/bug78838.svg" id="root" onload="go()"/></object>
-<p>PASSED</p>
« no previous file with comments | « LayoutTests/editing/style/justify-without-enclosing-block.xhtml ('k') | LayoutTests/svg/custom/bug78838-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698