| 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 <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>
|
|
|