Index: third_party/WebKit/LayoutTests/fast/css/first-letter-to-non-block-container-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/first-letter-to-non-block-container-expected.html b/third_party/WebKit/LayoutTests/fast/css/first-letter-to-non-block-container-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c98b5c23a32cb17c6cedcb51cf0b8483816daa49 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/first-letter-to-non-block-container-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+.red { |
+ color: red; |
+} |
+</style> |
+<p>Tests pass if initial "R" are in red and "X" are in black.</p> |
+<div><span class="red">R</span> first-letter applies in div.</div> |
+<div>X first-letter do not apply if display: flex</div> |
+<fieldset>X first-letter do not apply if display: flex, even in fieldset</fieldset> |