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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.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.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html
deleted file mode 100644
index ea6bac2ecf1bf40ecc6df371e1a67573e3c2a7a3..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-#source {
- font: 20px/1 Ahem, sans-serif;
- -webkit-flow-into: article;
-}
-.regions {
- -webkit-flow-from: article;
- width: 260px;
- height: 200px;
- margin: 0px 20px 20px;
- background-color: #b0dcff;
- shape-inside: rectangle(10px, -20px, 100%, 50%);
-}
-</style>
-</head>
-<body>
-<article>
- <div class="regions"></div>
- <div class="regions"></div>
-</article>
-<div id="source">
- X X X X X X X X X X X X X X X X X X X X X X X X X X X X X 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>
-
-<p style="margin-top: 40px;">
-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