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

Unified Diff: LayoutTests/fast/css/variables/shorthand.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
Index: LayoutTests/fast/css/variables/shorthand.html
diff --git a/LayoutTests/fast/css/variables/shorthand.html b/LayoutTests/fast/css/variables/shorthand.html
index 5d2992e9df6686402f530c3065bb485152caef22..ce50a30135c5d0a9244d95d8c6df3cd732865f99 100644
--- a/LayoutTests/fast/css/variables/shorthand.html
+++ b/LayoutTests/fast/css/variables/shorthand.html
@@ -1,8 +1,8 @@
<style>
div {
- -webkit-var-myborder: 10px solid green;
+ var-myborder: 10px solid green;
border: 10px dashed red;
- border: -webkit-var(myborder);
+ border: var(myborder);
}
</style>
<div>
« no previous file with comments | « LayoutTests/fast/css/variables/root-background-size.html ('k') | LayoutTests/fast/css/variables/simple-cycle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698