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

Unified Diff: LayoutTests/svg/custom/svg2-loadevents-capturing.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/svg2-loadevents-capturing.svg
diff --git a/LayoutTests/svg/custom/loadevents-capturing.svg b/LayoutTests/svg/custom/svg2-loadevents-capturing.svg
similarity index 81%
rename from LayoutTests/svg/custom/loadevents-capturing.svg
rename to LayoutTests/svg/custom/svg2-loadevents-capturing.svg
index 14b806f7f38bc8ff1a81aa3c6d7cc7196c2def77..93eced7cd3e8c45b52ab6224cd29944d0d3be34f 100644
--- a/LayoutTests/svg/custom/loadevents-capturing.svg
+++ b/LayoutTests/svg/custom/svg2-loadevents-capturing.svg
@@ -14,7 +14,7 @@
function reportResults()
{
var console = document.getElementById("console");
- var expected = [ "image", "text", "text", "text", "g", "svg" ];
+ var expected = [ "image", "svg" ];
for (var i = 0; i < expected.length; ++i) {
if (results[i] != expected[i]) {
console.appendChild(document.createTextNode("FAIL: " + i + " should be " + expected[i] + " but instead is " + results[i] + ".\n"));
@@ -27,9 +27,9 @@
]]>
</script>
<g>
- <image externalResourcesRequired="false" id="image" width="100" height="100" xlink:href="resources/green-checker.png" />
+ <image id="image" width="100" height="100" xlink:href="resources/green-checker.png" />
<text y="130" x="20">This tests that load dispatching works when there are no</text>
- <text y="150" x="20">direct listeners, but there are capturing event listeners on an ancestor. Bug 16447</text>
+ <text y="150" x="20">direct listeners, but there are capturing event listeners on an ancestor.</text>
<text y="170" x="20" id="console" />
</g>
</svg>
« no previous file with comments | « LayoutTests/svg/custom/svg-features-expected.txt ('k') | LayoutTests/svg/custom/svg2-loadevents-capturing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698