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

Unified Diff: LayoutTests/fast/block/float/floats-offset-linebox-contain-inline.html

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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/block/float/floats-offset-linebox-contain-inline.html
diff --git a/LayoutTests/fast/block/float/floats-offset-linebox-contain-inline.html b/LayoutTests/fast/block/float/floats-offset-linebox-contain-inline.html
deleted file mode 100644
index 6bab4c1182ea87e43a8d7b92635c5cfc95bef0ba..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/float/floats-offset-linebox-contain-inline.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <title>CSS Test: Test for wrapping around floats which are overlapped by the element that must avoid them</title>
- <link rel="author" title="WebKit" href="http://webkit.org/">
- <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats">
- <style type="text/css">
- .container { font: 12px Ahem; color: red; width: 100px; height: 100px; background: lime; -webkit-line-box-contain: inline; line-box-contain: inline; position: relative; }
- div { background: white; }
- .reference { position: absolute; width: 100px; height: 100px; background: black; }
- </style>
-</head>
-<body>
-<!-- Ensure lineboxes respect line-box-contain when avoiding floats. -->
-There should be no red below.
-<div class="container">
- <div style="float: left; width: 10px; height: 10px; background: white"></div>
- <div style="float: left; clear:left; width: 40px; height: 50px; background: white"></div>
- <!-- This should cover the text below as the linebox will offset to avoid the first float but not the second. -->
- <div class="reference"></div>
- XXXXXXX XXXX XXXX XXXX
-</div>
-
-
-</body></html>

Powered by Google App Engine
This is Rietveld 408576698