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

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: Created 7 years, 7 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/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..af92fe24d83b5a8fcd2abe419edc26e9739af06c
--- /dev/null
+++ b/LayoutTests/fast/css/variables/prefix-expected.html
@@ -0,0 +1,7 @@
+<style>
+div {
+ color: white;
+ background-color: green;
+}
+</style>
+<div>This text should be white on a green background.</div>

Powered by Google App Engine
This is Rietveld 408576698