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

Unified Diff: LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/philip/tests/2d.drawImage.outsidesource-expected.txt
diff --git a/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt b/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
index 1e9d1e3fc7bc951b200bee6578c6ec0f360728ac..50a3378ee4e227543d4a67bf0a9f38f2d44d5eb4 100644
--- a/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
+++ b/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
@@ -1,2 +1,9 @@
-Passed
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), -0.001, 0, 100, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, -0.001, 100, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100.001, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100, 50.001, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 50, 0, 50.001, 50, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, -5, 5, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 5, -5, 0, 0, 100, 50)
+Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 110, 60, -20, -20, 0, 0, 100, 50)
« no previous file with comments | « LayoutTests/batterystatus/window-property-expected.txt ('k') | LayoutTests/compositing/tiled-layers-hidpi-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698