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

Unified Diff: LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html

Issue 440233002: [CSS Grid Layout] Ignore ::first-letter pseudo-element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html
diff --git a/LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html b/LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html
index f30b9b4ec0d9c0738cf7f524d202b480fedbbbfc..48aa5bbcb64fe3a097555e2406d835ef433ccd16 100644
--- a/LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html
+++ b/LayoutTests/css3/flexbox/flexbox-ignore-container-firstLetter.html
@@ -2,8 +2,8 @@
<html>
<link href="resources/flexbox.css" rel="stylesheet">
<style>
- .container { display: -webkit-flex }
.container::first-letter { line-height: 100px; }
+ .flexbox::first-letter { line-height: 200px; }
p { line-height: 20px; }
</style>

Powered by Google App Engine
This is Rietveld 408576698