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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.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-additional-regions.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
deleted file mode 100644
index 0b48316885c059d848594b6b01c26f6b7f1eb485..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #content {
- font: 14px Ahem, sans-serif;
- line-height: 16px;
- -webkit-flow-into: flow;
- }
- .region {
- width: 300px;
- height: 300px;
- margin-top: 10px;
- border: 1px solid black;
- background-color: yellow;
- -webkit-flow-from: flow;
- }
- #region_with_shape_inside {
- border: 1px solid black;
- shape-inside: rectangle(50px, 0px, 250px, 300px);
- overflow: hidden;
- background-color: orange;
- }
-</style>
-</head>
-<body>
-
-<div class="region"></div>
-<div id="region_with_shape_inside" class="region"></div>
-
-<div id="content">
- <p>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.
- <p>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.</p>
- <p>As part of the plot, his
- <p>"soulkeeper"</p>
- (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a device...
- </p>
- </p>
-</div>
-
-<p>Requires Ahem font. The content - what contains multiple nested paragraphs - flows into multiple regions, a shape-inside property is applied only on the second region. <br/>
-The content should start at the top of the second region inside a 200px (width) and 150px (height) rectangle - which has a 50px left offset - then flow into the original container.</p>
-<p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not layout inline content correctly in a region with shape-inside set</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698