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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.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-left-margin.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.html
deleted file mode 100644
index 20fb4f157563656d133469fec9aa80e43f74c968..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<style>
-.logo {
- width: 6em;
- height: 6em;
- background-color: gray;
- float: left;
- shape-outside: inset(1em 0px 0px 0px);
-}
-p { overflow: hidden; margin-left: 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