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

Unified 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, 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 3b65ef6cf917e2d9d4858a6fc41bf669106a6394..692fd470359b3b770bf6d82cf8f9bc1806536dfe 100644
--- a/LayoutTests/fast/css/variables/case-sensitive.html
+++ b/LayoutTests/fast/css/variables/case-sensitive.html
@@ -2,8 +2,8 @@
<html>
<style>
div {
- background-color: -webkit-var(NaMe);
- -webkit-var-nAmE: green;
+ background-color: var(NaMe);
+ var-nAmE: green;
}
</style>
<div>This text should have a transparent background.</div>

Powered by Google App Engine
This is Rietveld 408576698