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

Side by Side Diff: LayoutTests/fast/css/variables/cssom-read-expected.txt

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Count vars: 2 1 Count vars: 2
2 2
3 Access vars directly: 3 Access vars directly:
4 a: apple 4 a: apple
5 b: banana 5 b: banana
6 6
7 Enumerate vars:
8 a: apple
9 b: banana
10
7 Access non existent var: 11 Access non existent var:
8 z: 12 z:
9 13
10 Setting c to carrot and d to dog... 14 Setting c to carrot and d to dog...
11 15
12 Count vars: 4 16 Count vars: 4
13 17
14 Access vars directly: 18 Access vars directly:
15 a: apple 19 a: apple
16 b: banana 20 b: banana
17 c: carrot 21 c: carrot
18 d: dog 22 d: dog
19 23
24 Enumerate vars:
25 a: apple
26 b: banana
27 c: carrot
28 d: dog
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698