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

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

Issue 14987004: Switching CSS Variables over to RuntimeEnabledFeatures (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/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 4f0e4d736745070c9756ae759ac8ae00b53a586c..a6649dad666a9a32bfaf2b0ec71ea27eb3186260 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:7
+ #inspected - -webkit-var(a) css-variables.html:4
display: block;
div - block user agent stylesheet
@@ -12,7 +12,7 @@ element.style { ()
======== Matched CSS Rules ========
[expanded]
-#inspected { (css-variables.html:7)
+#inspected { (css-variables.html:4)
-webkit-var-a: green;
color: -webkit-var(a);
« no previous file with comments | « LayoutTests/inspector/styles/variables/css-variables.html ('k') | Source/WebKit/chromium/public/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698