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

Unified Diff: LayoutTests/fast/css/variables/root-background-size.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/redefinition.html ('k') | LayoutTests/fast/css/variables/shorthand.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/root-background-size.html
diff --git a/LayoutTests/fast/css/variables/root-background-size.html b/LayoutTests/fast/css/variables/root-background-size.html
index f3485c9ee68f298d9aa466619557c66d22eeaaf5..94765a862fb4f094396262c635b05e047a40fe84 100644
--- a/LayoutTests/fast/css/variables/root-background-size.html
+++ b/LayoutTests/fast/css/variables/root-background-size.html
@@ -2,7 +2,7 @@
<html>
<style>
:root {
- -webkit-background-size: -webkit-calc(-webkit-var(a));
+ -webkit-background-size: -webkit-calc(var(a));
}
</style>
<style></style>
« no previous file with comments | « LayoutTests/fast/css/variables/redefinition.html ('k') | LayoutTests/fast/css/variables/shorthand.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698