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

Unified Diff: LayoutTests/canvas/image-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
Index: LayoutTests/canvas/image-with-foreignobject-taint-canvas-2.html
diff --git a/LayoutTests/canvas/image-with-foreignobject-taint-canvas.html b/LayoutTests/canvas/image-with-foreignobject-taint-canvas-2.html
similarity index 91%
copy from LayoutTests/canvas/image-with-foreignobject-taint-canvas.html
copy to LayoutTests/canvas/image-with-foreignobject-taint-canvas-2.html
index 6a61403aef33a56a1c40672d506014cb020ab96c..c9476fd55b500f10272ee296b18ad1bcfed5c614 100644
--- a/LayoutTests/canvas/image-with-foreignobject-taint-canvas.html
+++ b/LayoutTests/canvas/image-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-image-with-foreignobject.svg');
+ image.setAttribute('src', 'resources/svg-with-multiple-images-one-with-foreignobject.svg');
image.onload = function() {
pattern = context.createPattern(image, 'repeat');
context.fillStyle = pattern;

Powered by Google App Engine
This is Rietveld 408576698