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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 9 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/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
deleted file mode 100644
index ec7a383b9a2a592e592aaac5bc10ebd35e9a592b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.parent {
- background-color: green;
- width: 300px;
- border: 1px solid blue;
-}
-.container {
- background-color: yellow;
- shape-inside: polygon(0 0, 50% 0, 50% 100%, 0 100%);
-}
-</style>
-</head>
-<body>
-
-<div class="parent">
- <div class="container">
- But humane Starbuck was too late. At the instant of the dart an ulcerous jet shot from this cruel wound, and goaded by it into more than sufferable anguish,
- the whale now spouting thick blood, with swift fury blindly darted at the craft, bespattering them and their glorying crews all over with showers of gore, capsizing
- Flask's boat and marring the bows.
- </div>
-</div>
-
-<p>We have two containers, a shape-inside: rectangle property is applied on the nested container. Since the nested container's height is not resolvable, we shouldn't apply the rectangle shape-inside on the content. <br/>We should see the content inside a 300px wide green container, the text shouldn't conform to any smaller shape</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698