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

Unified Diff: LayoutTests/fast/css/variables/invalid-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/invalid-shorthand.html
diff --git a/LayoutTests/fast/css/variables/invalid-shorthand.html b/LayoutTests/fast/css/variables/invalid-shorthand.html
index c98e4d394c47cb0919c565ff985edb2f3f5dbf6b..c870a5722d0ce88527fda9cbb1dcfe7e354dc3d0 100644
--- a/LayoutTests/fast/css/variables/invalid-shorthand.html
+++ b/LayoutTests/fast/css/variables/invalid-shorthand.html
@@ -1,7 +1,7 @@
<style>
div {
- -webkit-var-a: 10px solid green;
- border: 10px -webkit-var(a) blue;
+ var-a: 10px solid green;
+ border: 10px var(a) blue;
}
</style>
<div>

Powered by Google App Engine
This is Rietveld 408576698