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

Unified Diff: LayoutTests/fast/css/variables/simple-cycle.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/shorthand.html ('k') | LayoutTests/fast/css/variables/transform-test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/simple-cycle.html
diff --git a/LayoutTests/fast/css/variables/simple-cycle.html b/LayoutTests/fast/css/variables/simple-cycle.html
index 4d1e63f44313bea16792731401ace7519cf5bbaa..1bfb0e3da746105e812aee08c25517a20269c4ed 100644
--- a/LayoutTests/fast/css/variables/simple-cycle.html
+++ b/LayoutTests/fast/css/variables/simple-cycle.html
@@ -1,7 +1,7 @@
<style>
body {
- -webkit-var-a: -webkit-var(a);
- color: -webkit-var(a);
+ var-a: var(a);
+ color: var(a);
}
</style>
This test is successful if it does not result in a crash.
« no previous file with comments | « LayoutTests/fast/css/variables/shorthand.html ('k') | LayoutTests/fast/css/variables/transform-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698