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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.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-bottom-adjustment.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html
deleted file mode 100644
index e7c6d32123fc6b155b0574fe9ee65479d6f5d6b2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.region {
- width: 100px;
- height: 100px;
- margin-top: 10px;
- background-color: #CCD8D4;
- -webkit-shape-inside: polygon(25px 0px, 100px 0px, 50px 100px);
-}
-
-.content {
- font: 20px/1 Ahem, sans-serif;
- -webkit-flow-into: flow;
-}
-
-.region { -webkit-flow-from: flow; }
-</style>
-</head>
-
-<body>
- <div class="content">X X X X X X X X X X</div>
-
- <div class="page">
- <div class="region"></div>
- <div class="region"></div>
- </div>
- <p style="margin-top: 40px;">
- Requires Ahem font. We have two regions, an up-side-down triangular shape 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>Issue <a href="https://code.google.com/p/chromium/issues/detail?id=333417">333417</a>: [CSS Regions][CSS Shapes] ASSERTION FAILED: m_segmentRanges.size() < m_segments.size()</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698