Index: third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html b/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..764b810844ae2eb2ec765fa4c9dcbc167b7617c7 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html |
@@ -0,0 +1,21 @@ |
+<!doctype html> |
+<html> |
+<head> |
+<style> |
+body { |
+ -webkit-writing-mode: vertical-rl; |
+} |
+.logo { |
+ width: 6em; |
+ height: 6em; |
+ background-color: gray; |
+ float: left; |
+} |
+p { overflow: hidden; margin-top: 3em; } |
+</style> |
+</head> |
+<body> |
+<div class="logo"></div> |
+<p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box.</p> |
+</body> |
+</html> |