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

Unified Diff: LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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/insertItemBefore-from-non-list-origin.svg
diff --git a/LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg b/LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg
deleted file mode 100644
index 369d94f22282a857a02ca7d866cd6b53cf0e4696..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/insertItemBefore-from-non-list-origin.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg">
-<text x="10" y="50">This test passed, if it doesn't crash in a debug build (fires assertion).</text>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
-}
-
-var oFEConvolveMatrix = document.createElementNS("http://www.w3.org/2000/svg", "feConvolveMatrix");
-document.createElementNS("http://www.w3.org/2000/svg", "altGlyph").x.baseVal.insertItemBefore(oFEConvolveMatrix.width.baseVal, 0);
-</script>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698