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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" version="1.0" onload="document.getElementsByTagName('text')[0].textContent='F ailed'">
3 <!-- if the document is xml non-wellformed, onload handlers should not b e executed -->
4 <text x="0" y="30">Passed</text>
5 <use xlink:href="#undefined">
6 </svg>
OLDNEW
« 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