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

Unified Diff: LayoutTests/fast/css/variables/value-case-sensitive.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/value-case-sensitive.html
diff --git a/LayoutTests/fast/css/variables/value-case-sensitive.html b/LayoutTests/fast/css/variables/value-case-sensitive.html
index 4758a89f61c754609ba98195fb3c4238f75c3061..a8b9389bc8eb367d37e097cc09696e452367235c 100644
--- a/LayoutTests/fast/css/variables/value-case-sensitive.html
+++ b/LayoutTests/fast/css/variables/value-case-sensitive.html
@@ -2,8 +2,8 @@
<html>
<style>
#test:after {
- -webkit-var-text: "ThIs LiNe oF TeXt sHoUlD Be iN MiXeD CaSe.";
- content: -webkit-var(text);
+ var-text: "ThIs LiNe oF TeXt sHoUlD Be iN MiXeD CaSe.";
+ content: var(text);
}
</style>
<div>There should be two lines of text, the latter containing mixed case.</div>
« no previous file with comments | « LayoutTests/fast/css/variables/use-before-defined.html ('k') | LayoutTests/fast/css/variables/var-filter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698