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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.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-non-block-descendants.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html
deleted file mode 100644
index 1fc0f8ab0317ace1c355b2d62f74e22db15744c1..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-non-block-descendants.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<style>
-div, video {
- float: left;
- width: 500px;
- height: 500px;
-}
-div {
- shape-inside: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-}
-</style>
-</head>
-<body>
-Descendants of non-block elements should ignore an ancestor's shape-inside. The video controls should render below ignoring the shape-inside.
-<div><video controls></video></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698