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

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

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and updated prefix test 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/css/variables/multi-level-cycle.html ('k') | LayoutTests/fast/css/variables/prefix.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/name-case-sensitive.html
diff --git a/LayoutTests/fast/css/variables/name-case-sensitive.html b/LayoutTests/fast/css/variables/name-case-sensitive.html
index 7efef5ef09b2aa6be6178989785daf3b6c62a3c5..d7a2337e2b10de2eb5af13a903d15a2de4f23469 100644
--- a/LayoutTests/fast/css/variables/name-case-sensitive.html
+++ b/LayoutTests/fast/css/variables/name-case-sensitive.html
@@ -2,10 +2,10 @@
<html>
<style>
div {
- background-color: -webkit-var(NaMe);
- -webkit-var-nAmE: green;
- padding-left: -webkit-var(padding);
- -WEBKIT-VAR-padding: 200px;
+ background-color: var(NaMe);
+ var-nAmE: green;
+ padding-left: var(padding);
+ VAR-padding: 200px;
}
</style>
<div>This text should have a transparent background and no left padding.</div>
« no previous file with comments | « LayoutTests/fast/css/variables/multi-level-cycle.html ('k') | LayoutTests/fast/css/variables/prefix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698