Index: LayoutTests/fast/frames/seamless/resources/two-inline-blocks.html |
diff --git a/LayoutTests/fast/frames/seamless/resources/two-inline-blocks.html b/LayoutTests/fast/frames/seamless/resources/two-inline-blocks.html |
deleted file mode 100644 |
index 654ff96561163d2311b273c11ab21b60c503901b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/seamless/resources/two-inline-blocks.html |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-<!DOCTYPE html> |
-<html><head><style> |
-body { line-height: 0px; } |
-/* FIXME: This vertical-align should not be needed, but without it the contentHeight() |
-of the document is reported as 4px too large, likely due to implied line decent? */ |
-div { vertical-align: top; } |
-</style></head> |
-<body><div style="background-color: orange; display: inline-block; width: 100px; height: 50px;"></div><div style="background-color: blue; display: inline-block; width: 50px; height: 50px;"></div></body></html> |