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

Unified Diff: LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2.html

Issue 163573003: Require the entire document-tree of an SVGImage to be single-origin (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2.html
diff --git a/LayoutTests/canvas/feimage-with-foreignobject-taint-canvas.html b/LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2.html
similarity index 91%
copy from LayoutTests/canvas/feimage-with-foreignobject-taint-canvas.html
copy to LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2.html
index bcee2f65371d0fe65c6c462d18ee002817da8463..dbd6f340148ab4f385ec4344fbace71ab5a9571d 100644
--- a/LayoutTests/canvas/feimage-with-foreignobject-taint-canvas.html
+++ b/LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2.html
@@ -11,7 +11,7 @@ function runTest() {
context = canvas.getContext('2d');
image = document.createElement('img');
- image.setAttribute('src', 'resources/svg-with-feimage-with-foreignobject.svg');
+ image.setAttribute('src', 'resources/svg-with-multiple-feimage-one-with-foreignobject.svg');
image.onload = function() {
pattern = context.createPattern(image, 'repeat');
context.fillStyle = pattern;
« no previous file with comments | « no previous file | LayoutTests/canvas/feimage-with-foreignobject-taint-canvas-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698