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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-block-content.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-second-region-block-content.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-block-content.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-block-content.html
deleted file mode 100644
index e5371644722dccb37cc8ddd79a209608cd96673e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-second-region-block-content.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #content {
- font: 18px Ahem, sans-serif;
- line-height: 20px;
- -webkit-flow-into: flow;
- }
- .region {
- float: left;
- margin-right: 10px;
- width: 300px;
- height: 300px;
- background-color: yellow;
- overflow: hidden;
- border: 1px solid black;
- -webkit-flow-from: flow;
- }
- #shape_inside {
- shape-inside: rectangle(50px, 0px, 250px, 300px);
- background-color: orange;
- }
-</style>
-</head>
-<body>
-
-<div class="region"></div>
-<div id="shape_inside" class="region"></div>
-<div class="region" style="float: none"></div>
-
-<div id="content">
- <p>Despite the passage</p> 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 that can transport wormholes connected to weapons caches. Quilan is then sent to Masaq' Orbital, ostensibly to persuade Mahrai Ziller to return to his native Chel but is in reality on a suicide mission to destroy the Orbital's Hub Mind. To protect him from detection at Masaq', Quilan's memory is selectively blanked until he reaches his target.
- </p>
- </p>
-</div>
-
-<p>Requires Ahem font.The block content - contains multiple nested blocks - flows into three regions, a 250x300px rectangle shape-inside property with 50px left offset is applied to the second (orange) region. The content should have a 50px left offset in the orange rectangle and should flow into the third rectangle without any offset.<br/>
-<p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698