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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html

Issue 2428793002: Test usage of registered custom properties in custom paint (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html b/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
index 6b4a08898621d82cdf99228ba281fab38ecb5ddb..4a4b00b1ceeac3c7d1bfea5ab11f85ec5ef4f8e6 100644
--- a/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
+++ b/third_party/WebKit/LayoutTests/csspaint/style-before-pseudo.html
@@ -36,7 +36,7 @@
<p>This tests the style information in the paint callback.</p>
<p>See the devtools console for test output. The console should log:</p>
--bar: [null]<br>
---foo: bar<br>
-border-radius: 2px
+--foo: [CSSStyleValue= bar]<br>
+border-radius: [CSSStyleValue=2px]
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698