Index: LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html |
diff --git a/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html b/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html |
index e94d0ce78e66ebbf6fb5f72e762f691123624db1..ccdf9980a842a09c01f91826f5189da837a2456b 100644 |
--- a/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html |
+++ b/LayoutTests/fast/block/margin-collapse/self-collapsing-cols-creates-block-formatting-context-expected.html |
@@ -1,5 +1,4 @@ |
-<!DOCTYPE HTML> |
-<html> |
+<!DOCTYPE html> |
<style> |
.test { |
margin-top: 10px; |
@@ -8,12 +7,8 @@ |
background-color: green; |
} |
</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="test"></div> |
-<div class="test"></div> |
-</body> |
-</html> |