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

Unified Diff: LayoutTests/editing/pasteboard/createMarkup-assert.xml

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/editing/pasteboard/createMarkup-assert.xml
diff --git a/LayoutTests/editing/pasteboard/createMarkup-assert.xml b/LayoutTests/editing/pasteboard/createMarkup-assert.xml
deleted file mode 100644
index 3758797b0f6bb466d33743cf403f2fd0d786b48c..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/pasteboard/createMarkup-assert.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<root>
-<text>Test for &lt;http://bugs.webkit.org/show_bug.cgi?id=12801> Assertion failure in createMarkup() (root) when doing Select All, Copy in an SVG document.</text>
-<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
- if (window.testRunner)
- testRunner.dumpAsText();
-
- document.execCommand("selectall");
- document.execCommand("copy");
-</script>
-</root>
« no previous file with comments | « LayoutTests/editing/execCommand/insert-list-xml.xhtml ('k') | LayoutTests/editing/pasteboard/createMarkup-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698