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

Unified Diff: LayoutTests/fast/dom/idl-union-type-unittest-expected.txt

Issue 704503002: IDL: Union type support for attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@union-arraybuffer
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/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"

Powered by Google App Engine
This is Rietveld 408576698