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

Side by Side Diff: LayoutTests/fast/css/variables/case-insensitive.html

Issue 14987004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script>
4 internals.settings.setCSSVariablesEnabled(true);
5 </script>
6 <style> 3 <style>
7 div { 4 div {
8 background-color: -webkit-var(NaMe); 5 background-color: -webkit-var(NaMe);
9 -webkit-var-nAmE: green; 6 -webkit-var-nAmE: green;
10 } 7 }
11 </style> 8 </style>
12 <div>This text should have a green background.</div> 9 <div>This text should have a green background.</div>
13 </html> 10 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/variables/calc-vw-crash.html ('k') | LayoutTests/fast/css/variables/colors-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698