Index: third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation-expected.html b/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5b1537493e70d71324988e56825de33f3386752c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/direction-of-middle-block-in-continuation-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<style> |
+body { |
+ margin: 0px; |
+ padding: 0px; |
+} |
+</style> |
+<span style="display: block; height: 100px; width: 88px; margin-top:10px; border: 1px solid green; background-color:green;"></span> |
+<p>crbug.com/286660: The middle anonymous block in a continuation should inherit the style of the containing block, just like the two other anonymous blocks do. There should be no red.</p> |