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

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

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 <style> 3 <style>
4 div { 4 div {
5 background-color: -webkit-var(NaMe); 5 background-color: var(NaMe);
6 -webkit-var-nAmE: green; 6 var-nAmE: green;
7 } 7 }
8 </style> 8 </style>
9 <div>This text should have a transparent background.</div> 9 <div>This text should have a transparent background.</div>
10 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698