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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-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/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html
deleted file mode 100644
index 03397e290effa4898e83e9e09fd469de1c3880e2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-article { font: 20px/1 Ahem, sans-serif; }
-.regions {
- width: 260px;
- height: 200px;
- margin: 0px 20px 20px;
- background-color: #b0dcff;
- shape-inside: rectangle(10px, -20px, 100%, 50%);
-}
-.overflow {
- margin-top: -20px;
- margin-left: 20px;
-}
-</style>
-</head>
-<body>
-<article>
- <div class="regions">
- X X X X X X X X X X X X X X X X X X X X X X X X
- </div>
- <div class="regions">
- X X X X X X X X X X X X X X X X X X X X X X X X
- </div>
- <div class="overflow">
- X X X X X
- </div>
-</article>
-<p style="margin-top: 20px">
-Requires Ahem font. We have two regions, a rectangle shape with negative top coordinate and 10px left offset is applied on the regions.
-The content should flow from the first shape to the second shape. The overflow should be pushed down below the content box.
-</p>
-<p>Bug <a href="http://webkit.org/b/123103">123103</a>: [CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698