| Index: LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| diff --git a/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt b/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| index ede620b477fd3fc04404cfbcc47ce0422a8fac0f..c4bfbb5f4b2ddd4ed1ebc14dc0e98329d1edeb65 100644
|
| --- a/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| +++ b/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt
|
| @@ -3,6 +3,15 @@ IDL union types unittests
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +Tests for attributes
|
| +PASS unionTypesTest.doubleOrStringAttribute is null
|
| +PASS unionTypesTest.doubleOrStringAttribute is 3.14
|
| +PASS unionTypesTest.doubleOrStringAttribute is "foo"
|
| +PASS unionTypesTest.doubleOrStringAttribute is "undefined"
|
| +PASS unionTypesTest.doubleOrStringAttribute is "null"
|
| +PASS unionTypesTest.doubleOrStringAttribute is "[object Object]"
|
| +PASS unionTypesTest.doubleOrStringAttribute is ""
|
| +
|
| Tests for method arguments
|
| PASS unionTypesTest.doubleOrStringArg(3.14) is "double is passed: 3.14"
|
| PASS unionTypesTest.doubleOrStringArg("foo") is "string is passed: foo"
|
|
|