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

Unified Diff: LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt b/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt
index 587c8e41199a463ecc74d324556afbdbac43cb65..461e5f061bcb21842bd18fe742799a1fa92fd143 100644
--- a/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test-expected.txt
@@ -16,7 +16,7 @@ PASS clickCanvas(99, 98) is 'nonzero'
PASS clickCanvas(21, 21) is 'nonzero'
PASS clickCanvas(50, 50) is 'nonzero'
-PASS context.addHitRegion({id : "nonzero", fillRule : null }); threw exception TypeError: Failed to execute 'addHitRegion' on 'CanvasRenderingContext2D': member fillRule ('null') is not a valid enum value..
+PASS context.addHitRegion({id : "nonzero", fillRule : null }); threw exception TypeError: Failed to execute 'addHitRegion' on 'CanvasRenderingContext2D': The provided value 'null' is not a valid enum value..
fillRule = undefined, falls back to default (nonzero):
PASS clickCanvas(1, 1) is 'nonzero'
PASS clickCanvas(99, 98) is 'nonzero'

Powered by Google App Engine
This is Rietveld 408576698