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

Unified Diff: LayoutTests/fast/css/variables/prefix-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
« no previous file with comments | « LayoutTests/fast/css/variables/prefix.html ('k') | LayoutTests/fast/css/variables/redefinition.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/prefix-expected.html
diff --git a/LayoutTests/fast/css/variables/prefix-expected.html b/LayoutTests/fast/css/variables/prefix-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c89b35743fd92347a30bf702985919b2f8677c37
--- /dev/null
+++ b/LayoutTests/fast/css/variables/prefix-expected.html
@@ -0,0 +1,8 @@
+<style>
+#styled {
+ color: white;
+ background-color: green;
+}
+</style>
+<div id="styled">This text should be white on a green background.</div>
+<div>This text should end in an unprefixed CSS variable property: var-test</div>
« no previous file with comments | « LayoutTests/fast/css/variables/prefix.html ('k') | LayoutTests/fast/css/variables/redefinition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698