Index: LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html |
diff --git a/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f8fb5409072114636e5b57894e1c60e6ca4fa44c |
--- /dev/null |
+++ b/LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html |
@@ -0,0 +1,22 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <style> |
+ .container { |
+ width: 300px; |
+ height: 100px; |
+ background-color: green; |
+ margin-bottom: 100px; |
+ } |
+ </style> |
+</head> |
+<body> |
+ <h1>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=110372">110372</a> - [CSS Exclusions] Properly position multiple stacked floats with non rectangular shape outside</h1> |
+ <h2>You should see a single green rectange. There should be no red.</h2> |
+ <div class="container"> |
+ </div> |
+ <h2>You should see a single green rectange. There should be no red.</h2> |
+ <div class="container"> |
+ </div> |
+</body> |
+</html> |