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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.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-regions-inline-content-overflow-multiple-shapes.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html
deleted file mode 100644
index 99993a1d7fc569aa47373bc19b55e6acf40cd1b4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <style>
- #rectangle {
- font: 20px Ahem, sans-serif;
- -webkit-font-smoothing: none;
- line-height: 20px;
- -webkit-flow-into: flow;
- }
- .region {
- -webkit-flow-from: flow;
- width: 200px;
- height: 200px;
- border: 2px solid green;
- }
- #region1 { shape-inside: rectangle(50px, 50px, 100px, 100px); }
- #region2 {
- margin-top: 10px;
- shape-inside: rectangle(25px, 50px, 140px, 100px);
- }
- #border1 {
- position: absolute;
- top: 58px;
- left: 58px;
- width: 100px;
- height: 100px;
- border: 2px solid blue;
- }
- #border2 {
- position: absolute;
- top: 272px;
- left: 33px;
- width: 140px;
- height: 100px;
- border: 2px solid blue;
- }
- </style>
-</head>
-<body>
- <div id="rectangle">
- 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>
-
- <div id="page">
- <div id="border1"></div>
- <div id="region1" class="region"></div>
- <div id="border2"></div>
- <div id="region2" class="region"></div>
- </div>
- <p style="margin-top: 50px;">Requires Ahem font. There are two regions with two ractangle shape-insides, the shape-insides are smaller and have top and left offsets inside the content box. The rectangular shapes boundaries are represented by the blue rectangles. The inline content should flow inside the blue ractangles, the overflow should be pushed down below the last region's content box</p>
- <p>Bug <a href="http://webkit.org/b/116252">116252</a> [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698