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

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

Issue 765673005: IDL: Null values should be converted for non-nullable dictionary members (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/fast/canvas/canvas-hit-regions-fill-rule-test.html
diff --git a/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test.html b/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test.html
index 5bdbe3cefd829c92a2ee17d099eabca1a6da0be4..7775b6c803c535bc551e640fbefc74010efd4d11 100644
--- a/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test.html
+++ b/LayoutTests/fast/canvas/canvas-hit-regions-fill-rule-test.html
@@ -77,6 +77,7 @@
context.removeHitRegion("nonzero");
+ // FIXME: This test fails. ToString(null) becomes "null", and "null" is not a valid enum value of fillRule.
context.addHitRegion({
id : "nonzero",
fillRule : null

Powered by Google App Engine
This is Rietveld 408576698