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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html

Issue 2921223002: [CSS Typed OM] Hook up getting CSSUnitValues from inline StylePropertyMaps (Closed)
Patch Set: Fix missed LayoutTests Created 3 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: third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
index a0ff9355de58769d3a9192a9e5ffe11bd406580e..f5b45f94f807e3a1e7742d83c19945200cef12b2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
+++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/style-first-letter-pseudo.html
@@ -32,6 +32,6 @@
<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: [CSSStyleValue=rgb(255, 0, 0)]<br>
-line-height: [CSSStyleValue=2px]<br>
+line-height: [CSSUnitValue=2px]<br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698