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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden.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
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden.html
deleted file mode 100644
index c9919e8e6db1597f6bdbf882a631fcf6c8c0580c..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden.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; }
-</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>
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698