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

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: Reverted .tmpl rename 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 Equal variables declaration objects on multiple accesses: pass
2
1 Inline style CSS text: var-a: apple; var-b: banana; 3 Inline style CSS text: var-a: apple; var-b: banana;
2 4
3 Count vars: 2 5 Count vars: 2
4 6
5 Access vars directly: 7 Access vars directly:
6 a: apple 8 a: apple
7 b: banana 9 b: banana
8 10
11 Enumerate vars:
12 a: apple
13 b: banana
14
9 Access non existent var: 15 Access non existent var:
10 z: 16 z:
11 17
12 Setting c to carrot and d to dog... 18 Setting c to carrot and d to dog...
13 19
14 Count vars: 4 20 Count vars: 4
15 21
16 Access vars directly: 22 Access vars directly:
17 a: apple 23 a: apple
18 b: banana 24 b: banana
19 c: carrot 25 c: carrot
20 d: dog 26 d: dog
21 27
28 Enumerate vars:
29 a: apple
30 b: banana
31 c: carrot
32 d: dog
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698