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

Side by Side Diff: LayoutTests/fast/dom/some-dictionary-expected.txt

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sequence and array support Created 6 years, 5 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 IDL dictionary example
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS dict.a is undefined.
7 PASS dict.b is 2
8 PASS dict.stringMember is "doraemon"
9 PASS dict.element is null
10 PASS dict.a is 3
11 PASS dict.b is 2
12 PASS dict.stringMember is "mass-produced doraemon"
13 PASS dict.element is divElement1
14 PASS dict.stringSequenceMember is ["foo", "bar", "baz"]
15 PASS dict.elementArrayMember is [divElement1, divElement2]
16 PASS dict.invalidMember is undefined.
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/some-dictionary.html ('k') | Source/bindings/core/v8/DictionaryHelperForCore.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698