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

Unified Diff: LayoutTests/inspector/styles/variables/css-variables-expected.txt

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/inspector/styles/variables/css-variables.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/variables/css-variables-expected.txt
diff --git a/LayoutTests/inspector/styles/variables/css-variables-expected.txt b/LayoutTests/inspector/styles/variables/css-variables-expected.txt
index 02825ceab2a440796761e3efa08519f512add1b0..0a589617cc858aadb9d6b1d8c1834aadbdc01bad 100644
--- a/LayoutTests/inspector/styles/variables/css-variables-expected.txt
+++ b/LayoutTests/inspector/styles/variables/css-variables-expected.txt
@@ -3,7 +3,7 @@ Tests that webkit css variables can be loaded correctly.
Text
[expanded]
color: rgb(0, 128, 0);
- #inspected - -webkit-var(a) css-variables.html:4
+ #inspected - var(a) css-variables.html:4
display: block;
div - block user agent stylesheet
@@ -13,8 +13,8 @@ element.style { ()
======== Matched CSS Rules ========
[expanded]
#inspected { (css-variables.html:4 -> css-variables.html:4:1)
--webkit-var-a: green;
-color: -webkit-var(a);
+var-a: green;
+color: var(a);
[expanded]
div { (user agent stylesheet)
« no previous file with comments | « LayoutTests/inspector/styles/variables/css-variables.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698