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

Unified Diff: LayoutTests/svg/custom/path-getPresentationAttribute-crash.html

Issue 196173020: Remove deprecated getPresentationAttribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 9 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/path-getPresentationAttribute-crash.html
diff --git a/LayoutTests/svg/custom/path-getPresentationAttribute-crash.html b/LayoutTests/svg/custom/path-getPresentationAttribute-crash.html
deleted file mode 100644
index 03123bc863ee225221f2c14822998f06347eb0b1..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/custom/path-getPresentationAttribute-crash.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-var path = document.createElementNS("http://www.w3.org/2000/svg", "path");
-path.getPresentationAttribute("");
-document.write("PASSED -- WebKit did not crash!");
-</script>

Powered by Google App Engine
This is Rietveld 408576698