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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-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-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html
deleted file mode 100644
index b8c3f87283a7f6f6592503b2482b4f3a8f88ba78..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes-expected.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <style>
- #page {
- font: 20px Ahem, sans-serif;
- line-height: 20px;
- -webkit-font-smoothing: none;
- }
- .region {
- width: 200px;
- height: 200px;
- border: 2px solid green;
- padding: 10px;
- }
- #region2 { margin-top: 10px; }
- #border1 {
- position: absolute;
- top: 118px;
- left: 68px;
- width: 100px;
- height: 100px;
- border: 2px solid blue;
- }
- #border2 {
- position: absolute;
- top: 352px;
- left: 43px;
- width: 140px;
- height: 100px;
- border: 2px solid blue;
- }
- #overflow {
- position: relative; z-index: 1;
- width: 200px;
- margin-left: 12px;
- margin-top: -12px;
- }
- </style>
-</head>
-<body>
- <div id="page">
- <div id="region1" class="region"></div>
- <div id="border1">X X X X X X X X X X X X X X X</div>
- <div id="region2" class="region"></div>
- <div id="border2">X X X X X X X X X X X X X X X X X X X X</div>
- <div id="overflow">X X X X X X X</div>
- </div>
- <p style="margin-top: 22px;">Requires Ahem font. There are two regions (10px padding is applied to the 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, which means the overflow should start just below the last regions's shape, 10px above the green border box.</p>
- <p>Bug <a href="http://webkit.org/b/117599">117599</a>[CSS Shapes][CSS Regions] Respect bottom positioned shapes and content adjustment inside shapes</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698