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

Unified Diff: LayoutTests/fast/css/test-setting-canvas-color-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
Index: LayoutTests/fast/css/test-setting-canvas-color-expected.txt
diff --git a/LayoutTests/fast/css/test-setting-canvas-color-expected.txt b/LayoutTests/fast/css/test-setting-canvas-color-expected.txt
index c29cf2e971cf49fe647657e45fa49ea66068c548..50ac6bc6627bdd4734f291ced5e3e494bf480663 100644
--- a/LayoutTests/fast/css/test-setting-canvas-color-expected.txt
+++ b/LayoutTests/fast/css/test-setting-canvas-color-expected.txt
@@ -213,7 +213,7 @@ PASS Setting color to url(http://127.0.0.1:8080/) was not set (as expected).
PASS Setting color to inherited was not set (as expected).
PASS Setting color to #100% was not set (as expected).
PASS Setting color to #100px was not set (as expected).
-PASS Setting color to -webkit-var("test") was not set (as expected).
+PASS Setting color to var("test") was not set (as expected).
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/test-setting-canvas-color.html ('k') | LayoutTests/fast/css/variables/border-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698