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

Unified Diff: LayoutTests/svg/custom/tref-stale-listener-crash.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/tref-stale-listener-crash.html
diff --git a/LayoutTests/svg/custom/tref-stale-listener-crash.html b/LayoutTests/svg/custom/tref-stale-listener-crash.html
deleted file mode 100644
index 18202f457dfc54c32fa9a24330b59cc6d460e4d3..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/tref-stale-listener-crash.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body onload="crash()">
- <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=94487 -->
- <input/>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g>
- <tref xlink:href="#target"/>
- <g id="target"></g>
- </g>
- </svg>
- <input/>
- <div>PASS: did not crash.</div>
-
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- function crash() {
- document.designMode='on';
- document.execCommand('selectall');
- document.execCommand('FormatBlock', false, '<'+'pre>');
- }
- </script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/svg/custom/layout-loop-expected.txt ('k') | LayoutTests/svg/custom/tref-stale-listener-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698