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

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

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed unused IDL callback definition Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Count vars: 2
2
3 Access vars directly:
4 a: apple
5 b: banana
6
7 Access non existent var:
8 z:
9
10 Setting c to carrot and d to dog...
11
12 Count vars: 4
13
14 Access vars directly:
15 a: apple
16 b: banana
17 c: carrot
18 d: dog
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698