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

Unified Diff: LayoutTests/svg/custom/load-non-wellformed.svg

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test Created 6 years, 11 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/load-non-wellformed.svg
diff --git a/LayoutTests/svg/custom/load-non-wellformed.svg b/LayoutTests/svg/custom/load-non-wellformed.svg
new file mode 100644
index 0000000000000000000000000000000000000000..620797c6751a2acb32ad3f2c896fcba59fd1199e
--- /dev/null
+++ b/LayoutTests/svg/custom/load-non-wellformed.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" onload="document.getElementsByTagName('text')[0].textContent='Failed'">
+ <!-- if the document is xml non-wellformed, onload handlers should not be executed -->
+ <text x="0" y="30">Passed</text>
+ <use xlink:href="#undefined">
+</svg>
« no previous file with comments | « LayoutTests/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt ('k') | LayoutTests/svg/custom/loadevents-capturing.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698