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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <root>
3 <text>Test for &lt;http://bugs.webkit.org/show_bug.cgi?id=12801> Assertion failu re in createMarkup() (root) when doing Select All, Copy in an SVG document.</tex t>
4 <script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
5 if (window.testRunner)
6 testRunner.dumpAsText();
7
8 document.execCommand("selectall");
9 document.execCommand("copy");
10 </script>
11 </root>
OLDNEW
« 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