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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-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-bottom-adjustment-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html
deleted file mode 100644
index 7bac2419995e0a565e238dfa6c5d80878166fa89..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.region {
- width: 100px;
- height: 100px;
- margin-top: 10px;
- background-color: #CCD8D4;
-}
-
-.page {
- font: 20px/1 Ahem, sans-serif;
-}
-</style>
-</head>
-
-<body>
- <div class="page">
- <div class="region">
- <span style="margin-left: 30px;"></span>X X<br/>
- <span style="margin-left: 35px;"></span>X<br/>
- <span style="margin-left: 40px;"></span>X
- </div>
- <div class="region">
- <span style="margin-left: 30px;"></span>X X<br/>
- <span style="margin-left: 35px;"></span>X<br/>
- <span style="margin-left: 40px;"></span>X
- </div>
- X X
- </div>
- <p style="margin-top: 20px;">
- 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