Index: LayoutTests/fast/runin/runin-not-go-into-float.html |
diff --git a/LayoutTests/fast/runin/runin-not-go-into-float.html b/LayoutTests/fast/runin/runin-not-go-into-float.html |
deleted file mode 100644 |
index 74cd25471dc36875d0c1fe8e579eb3113eed300a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/runin/runin-not-go-into-float.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<!DOCTYPE html> |
-<!-- PASS on one line, followed by EFABCD on the second line. All text should be of same size 40 px. --> |
-<html> |
-<body style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;"> |
-<style> |
-#target:before { |
- content: "PASS"; |
- display: run-in; |
- color: green; |
-} |
-span:before { |
- content: "EF"; |
-} |
-</style> |
-<div id="target" style="color: blue"> |
-<span style="float: left">AB</span> |
-<div id="inner">CD</div> |
-</div> |
-<script> |
-document.body.offsetTop; |
-document.body.style.fontSize = "40px"; |
-</script> |
-</body> |
-</html> |