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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.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-with-region-borders.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.html b/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.html
deleted file mode 100644
index 04cdf1b95afcb155fa4b520d3fb2dc828610aa92..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #content {
- font: 20px Ahem, sans-serif;
- -webkit-font-smoothing: none;
- -webkit-flow-into: flow;
- }
- .region {
- width: 300px;
- height: 300px;
- background-color: yellow;
- border-top: 10px solid lightgreen;
- border-right: 20px solid green;
- border-bottom: 30px solid lightblue;
- border-left: 40px solid blue;
- -webkit-flow-from: flow;
- }
- #shape_inside {
- shape-inside: rectangle(50px, 0px, 200px, 300px);
- background-color: orange;
- }
-</style>
-</head>
-<body>
-
-<div id="shape_inside" class="region"></div>
-
-<div id="content">
- XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
- XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
- XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
- XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
-</div>
-
-<p>Requires Ahem font. The content flows into a region (300px wide) what contains a shape-inside rectangle (200px wide) with 50px left offset.<br/>
-The content should fill the shape-inside area out. There should be an equally 50-50px left and right offset for the content in the content box. The borders shouldn't have any effect on the shape-inside's rectangle.
-<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