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

Side by Side Diff: trunk/LayoutTests/fast/css/variables/use-before-defined.html

Issue 14706011: Revert 150468 "Switching CSS Variables over to RuntimeEnabledFea..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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
Property Changes:
Deleted: svn:mime-type
- text/html
Deleted: svn:eol-style
- LF
OLDNEW
1 <script>
2 internals.settings.setCSSVariablesEnabled(true);
3 </script>
1 <style> 4 <style>
2 div { 5 div {
3 color: -webkit-var(a); 6 color: -webkit-var(a);
4 -webkit-var-a: -webkit-var(b); 7 -webkit-var-a: -webkit-var(b);
5 } 8 }
6 body { 9 body {
7 -webkit-var-b: -webkit-var(c); 10 -webkit-var-b: -webkit-var(c);
8 -webkit-var-c: green; 11 -webkit-var-c: green;
9 } 12 }
10 </style> 13 </style>
11 <div> 14 <div>
12 This text should be green on a white background. There should be no red visible. 15 This text should be green on a white background. There should be no red visible.
13 </div> 16 </div>
OLDNEW
« no previous file with comments | « trunk/LayoutTests/fast/css/variables/undefined.html ('k') | trunk/LayoutTests/fast/css/variables/var-filter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698