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

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

Issue 16081003: [CSS] -webkit-var must be case sensitive according to specs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/variables/case-sensitive.html
diff --git a/LayoutTests/fast/css/variables/case-sensitive.html b/LayoutTests/fast/css/variables/case-sensitive.html
index c73180082d355868ffc9b2c4ed3c3fa51e577acf..430176f0fdf6495324374e09ccee2d52c34a2205 100644
--- a/LayoutTests/fast/css/variables/case-sensitive.html
+++ b/LayoutTests/fast/css/variables/case-sensitive.html
@@ -7,7 +7,9 @@ internals.settings.setCSSVariablesEnabled(true);
div {
background-color: -webkit-var(NaMe);
-webkit-var-nAmE: green;
+ padding-left: -webkit-var(padding);
+ -WEBKIT-VAR-padding: 200px;
}
</style>
-<div>This text should have a transparent background.</div>
+<div>This text should have a transparent background and no left padding.</div>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/css/variables/case-sensitive-expected.html » ('j') | Source/core/css/CSSParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698