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

Unified Diff: LayoutTests/fast/css/variables/var-inside-box-reflect.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/var-filter.html ('k') | LayoutTests/fast/css/variables/var-inside-pair.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/var-inside-box-reflect.html
diff --git a/LayoutTests/fast/css/variables/var-inside-box-reflect.html b/LayoutTests/fast/css/variables/var-inside-box-reflect.html
index a7510f07ec985318a9a356175c2cad1ea972c0b6..69bffeef48bfcea0aa9edfa31ec4ce1c774effb7 100644
--- a/LayoutTests/fast/css/variables/var-inside-box-reflect.html
+++ b/LayoutTests/fast/css/variables/var-inside-box-reflect.html
@@ -2,9 +2,9 @@
<html>
<style>
div {
- -webkit-box-reflect: -webkit-var(a) -webkit-calc(-webkit-var(b));
- -webkit-var-a: below;
- -webkit-var-b: 5px;
+ -webkit-box-reflect: var(a) -webkit-calc(var(b));
+ var-a: below;
+ var-b: 5px;
}
</style>
<div>This text should be reflected on the right.</div>
« no previous file with comments | « LayoutTests/fast/css/variables/var-filter.html ('k') | LayoutTests/fast/css/variables/var-inside-pair.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698