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

Unified Diff: LayoutTests/css3/css-variable-definition-expected.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/css3/css-variable-definition-expected.html
diff --git a/LayoutTests/css3/css-variable-definition-expected.html b/LayoutTests/css3/css-variable-definition-expected.html
index 7d2f942b88684d2d286e6e9aadad0cbdca893d4b..18fbf334e61fb3f828a7b06a985ae89efacc750c 100644
--- a/LayoutTests/css3/css-variable-definition-expected.html
+++ b/LayoutTests/css3/css-variable-definition-expected.html
@@ -1,10 +1,10 @@
<html>
<style>
:root {
- -webkit-var-mycolor: red;
+ var-mycolor: red;
}
div {
- color: -webkit-var(mycolor);
+ color: var(mycolor);
}
</style>
<body>
« no previous file with comments | « LayoutTests/css3/css-variable-definition.html ('k') | LayoutTests/css3/filters/reference-filter-update-after-remove.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698