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

Unified Diff: LayoutTests/fast/exclusions/shape-outside-floats/shape-outside-floats-stacked-expected.html

Issue 13909006: Merge patch for stacked floats with shape-outside from WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase just to make sure it will submit cleanly Created 7 years, 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698