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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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 2c165103a222146bc57655d9b23f6a772071ae29..a0ff9355de58769d3a9192a9e5ffe11bd406580e 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: [CSSSimpleLength=2px]<br>
+line-height: [CSSStyleValue=2px]<br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698