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

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: 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.internalSettings is window.internals.settings
7 PASS dict.a is undefined.
8 PASS dict.b is 2
9 PASS dict.stringMember is "doraemon"
10 PASS dict.internalSettings is null
11 PASS dict.a is 3
12 PASS dict.b is 2
13 PASS dict.stringMember is "mass-produced doraemon"
14 PASS dict.internalSettings is window.internals.settings
15 PASS dict.invalidMember is undefined.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698