| Index: third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| index fb9eb0a7016cabfd6f040cd2f187c04aaa2c1647..9f3da6b8a6f31b70429ea5c9654bc7c63938dec7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| @@ -112,6 +112,12 @@ PASS unionTypesTest.doubleOrStringOrStringSequenceNullableArg(undefined) is "nul
|
| PASS unionTypesTest.doubleOrStringOrStringSequenceNullableArg([]) is "sequence: []"
|
| PASS unionTypesTest.doubleOrStringOrStringSequenceNullableArg(["a", 3.14]) is "sequence: [a, 3.14]"
|
| PASS unionTypesTest.doubleOrStringOrStringSequenceNullableArg(new Array(3)) is "sequence: [undefined, undefined, undefined]"
|
| +
|
| +Tests for distingushing sequence and dictionary
|
| +PASS unionTypesTest.internalDictionaryOrStringSequenceArg({}) is "InternalDictionary"
|
| +PASS unionTypesTest.internalDictionaryOrStringSequenceArg(null) is "InternalDictionary"
|
| +PASS unionTypesTest.internalDictionaryOrStringSequenceArg(undefined) is "InternalDictionary"
|
| +PASS unionTypesTest.internalDictionaryOrStringSequenceArg(["a", "b", "c"]) is "sequence<DOMString>"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|