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

Unified Diff: LayoutTests/fast/block/float/floats-offset-linebox-contain-block-expected.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-block-expected.html
diff --git a/LayoutTests/fast/block/float/floats-offset-linebox-contain-block-expected.html b/LayoutTests/fast/block/float/floats-offset-linebox-contain-block-expected.html
deleted file mode 100644
index 877a73523ce8cb3ff88c03dd811dc013d0a45a10..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/float/floats-offset-linebox-contain-block-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
- <style>
- .container { font: 12px Ahem; color: red; width: 100px; -webkit-line-box-contain: block; line-box-contain: block; position: relative; }
- div { background: white; }
- .reference { position: absolute; left: 10px; width: 40px; height: 50px; background: black; }
- </style>
-</head>
-<body>
-There should be no red below.
-<div class="container">
- <div class="reference"></div>
-</div>
-
-
-</body></html>

Powered by Google App Engine
This is Rietveld 408576698