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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html

Issue 1054063004: Revert of [CSS Shapes] Properly shrink boxes to avoid shape-outside (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix revert Created 5 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-outside-floats/shape-overflow-hidden-right-margin-vertical.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html
deleted file mode 100644
index 32f1aff123625b1383f51dde9f8524657d6a7d6a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<style>
-body {
- -webkit-writing-mode: vertical-rl;
-}
-.logo {
- width: 6em;
- height: 6em;
- background-color: gray;
- float: right;
- shape-outside: inset(0px 1em 0px 0px);
-}
-p { overflow: hidden; margin-bottom: 3em; }
-</style>
-</head>
-<body>
-<div class="logo"></div>
-<p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698