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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/style-background-image.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-background-image.html
diff --git a/third_party/WebKit/LayoutTests/csspaint/style-background-image.html b/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
index 5bf668a30bea52f62ae396df843082584d8ae900..edb2d78d2af93f20d031b142c556f79568266542 100644
--- a/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
+++ b/third_party/WebKit/LayoutTests/csspaint/style-background-image.html
@@ -32,8 +32,8 @@
<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>
-align-items: normal<br>
-border-radius: 2px
+--foo: [CSSStyleValue= bar]<br>
+align-items: [CSSStyleValue=normal]<br>
+border-radius: [CSSStyleValue=2px]
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698