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-first-letter-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-first-letter-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html b/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
index dcfcaa7d7696af4ba1eaad671be017fa4f7d0e40..2c165103a222146bc57655d9b23f6a772071ae29 100644
--- a/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
+++ b/third_party/WebKit/LayoutTests/csspaint/style-first-letter-pseudo.html
@@ -31,7 +31,7 @@
</script>
<p>This tests the style information in the paint callback.</p>
<p>See the devtools console for test output. The console should log:</p>
-color: rgb(255, 0, 0)<br>
-line-height: 2px<br>
+color: [CSSStyleValue=rgb(255, 0, 0)]<br>
+line-height: [CSSSimpleLength=2px]<br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698