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

Unified Diff: LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html

Issue 1020923002: Remove dubious part from fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-c… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html
diff --git a/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html b/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html
index c9c9661d16185a5646705beca6e2e02d099adbf7..eb359870324905c45c0078ccd1a976c89f314b53 100644
--- a/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html
+++ b/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context.html
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML>
-<html>
+<!DOCTYPE html>
<style>
.item {
margin-bottom: 5px;
@@ -22,11 +21,10 @@
padding: 0px;
}
</style>
-<body>
https://code.google.com/p/chromium/issues/detail?id=321295
The top and bottom margins of a box collapse together only if they are the "top and bottom margins of a box that does not establish a new block formatting context".
<br>
-There should be no red below.
+There should be no red below.
<div class="container">
<div class="ref"></div>
<div>
@@ -35,13 +33,3 @@ There should be no red below.
<div class="test"></div>
</div>
</div>
-<div class="container">
- <div class="ref"></div>
- <div>
- <div class="item" style="-webkit-column-span: all;"></div>
- <div class="item" style="-webkit-column-span: all;"></div>
- <div class="test"></div>
- </div>
-</div>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698