Index: LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt |
diff --git a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt |
index 1cce850d6520d2a701b7cbb71580227e97cd682d..08589c6cd860bdafe1f117dab85b94d205e32a08 100644 |
--- a/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt |
+++ b/LayoutTests/fast/dom/idl-dictionary-unittest-expected.txt |
@@ -77,6 +77,11 @@ Test for passing invalid dictionary values |
PASS dictionaryTest.set(42) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': parameter 1 ('testingDictionary') is not an object.. |
PASS dictionaryTest.set('string') threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': parameter 1 ('testingDictionary') is not an object.. |
+Test for [Clamp] and [EnforceRange] member |
+PASS dict.longMember is -2147483648 |
+PASS dict.longMemberWithClamp is 2147483647 |
+PASS dictionaryTest.set({ longMemberWithEnforceRange: 2147483648 }) threw exception TypeError: Failed to execute 'set' on 'DictionaryTest': Value is outside the 'long' value range.. |
+ |
Test for derived dictionary |
PASS derived.longMember is undefined. |
PASS derived.longMemberWithDefault is 42 |