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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-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-autoheight-regions-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html
deleted file mode 100644
index 01aaa6a2c21f89173dbb8c43ff9c3c71d91790a6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.region {
- width: 250px;
- background-color: #dedede;
- margin-top: 10px;
-}
-</style>
-</head>
-<body>
-<article>
- <div class="region">
- Despite the passage of time, Major Quilan still suffers grief and bereavement from the death of his wife, killed during the Chelgrian civil war
- that resulted from the Culture's interference. Quilan is offered the chance to avenge the lost Chelgrians who died in the civil war and is inducted
- into a plot to strike back at the Culture.
- </div>
-</article>
-<p>
- We have two regions in the code, both regions have auto-height. The content will fit into the first region, and the second region won't be displayed.
- In this case we can't apply the shape on the region. The content should fill the grey rectangle without any left offset.
-</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