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

Unified Diff: LayoutTests/fast/css/test-setting-canvas-color.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/test-setting-canvas-color.html
diff --git a/LayoutTests/fast/css/test-setting-canvas-color.html b/LayoutTests/fast/css/test-setting-canvas-color.html
index 1988064352a185229207be9e113083d6c1d3e5f6..1a5000a9faeb6ac15611dc3a36f762162794b253 100644
--- a/LayoutTests/fast/css/test-setting-canvas-color.html
+++ b/LayoutTests/fast/css/test-setting-canvas-color.html
@@ -241,7 +241,7 @@ shouldNotSuccessfullyParse("url(http://127.0.0.1:8080/)");
shouldNotSuccessfullyParse("inherited");
shouldNotSuccessfullyParse("#100%");
shouldNotSuccessfullyParse("#100px");
-shouldNotSuccessfullyParse('-webkit-var("test")');
+shouldNotSuccessfullyParse('var("test")');
</script>
<script src="../js/resources/js-test-post.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698