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

Unified Diff: LayoutTests/fast/regions/symbol-in-named-flow-crash.svg

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/fast/regions/symbol-in-named-flow-crash.svg
diff --git a/LayoutTests/fast/regions/symbol-in-named-flow-crash.svg b/LayoutTests/fast/regions/symbol-in-named-flow-crash.svg
deleted file mode 100644
index fdf61e55e4e129e2524ed907f9949bfd76b8970e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/symbol-in-named-flow-crash.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <symbol id="symbol">
- <use id="use"/>
- </symbol>
- </defs>
- <use xlink:href="#symbol"/>
-<script><![CDATA[
-
-if (window.testRunner)
- testRunner.dumpAsText();
-
-document.getElementById("symbol").setAttribute("style","-webkit-flow-into:thread;");
-document.getElementById("use").appendChild(document.createElement("radialGradient"));
-var elem = document.getElementById("symbol").appendChild(document.createElement("title"));
-
-]]></script>
- <text x="10" y="20">Test for WebKitBug 84493: crash when collecting svg symbol element in named flow.</text>
- <text x="10" y="40">This test PASSES if it does not CRASH or ASSERT.</text>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698