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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass-expected.html
deleted file mode 100644
index 8ec08d69a7b5ac2fbd7322ac38852e054429dfad..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass-expected.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.shape-outside {
- float: left;
- width: 50px;
- height: 100px;
- background-color: green;
-}
-#content {
- font: 25px/1 Ahem, sans-serif;
- width: 200px;
- position: absolute;
- top: 0px;
- left: 0px;
-}
-</style>
-</head>
-
-<body>
- <div id="content">
- <p><div class="shape-outside"></div>XXXX XXXX XXXX XXXX</p>
- </div>
-</body>
-
-<p style="margin-top: 150px;">
- There is a green left floating container with shape-outside (50px wide, 100px tall) and inline content (black rectangle). The whole content flows into a region.
- The black rectangle should respect the shape-outside, thus the black rectangle should have 50px left offset, which is represented by the green rectangular area.
-</p>
-<p>Bug <a href="http://webkit.org/b/114829">114829</a>: [CSS Regions][CSS Shapes] Content in region doesn't respect shape-outside after initial layout pass</p>
-</html>

Powered by Google App Engine
This is Rietveld 408576698