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

Unified Diff: LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt

Issue 96203003: Switch HTMLCanvasElement over to new-style ExceptionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Capitalize the 'tainted' error messages Created 7 years, 1 month 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/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt
diff --git a/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt b/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt
index e8d10d9c2663eb9dc268bc7e11401ab4ec3a2dea..e383ca370de63a0438c0d0c8029d8a417008900d 100644
--- a/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt
+++ b/LayoutTests/svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt
@@ -1,5 +1,5 @@
PASS successfullyParsed is true
TEST COMPLETE
-PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': the canvas has been tainted by cross-origin data..
+PASS window.ctx.getImageData(0, 0, 1, 1) threw exception SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data..

Powered by Google App Engine
This is Rietveld 408576698