Index: LayoutTests/fast/runin/runin-generated-before-content.html |
diff --git a/LayoutTests/fast/runin/runin-generated-before-content.html b/LayoutTests/fast/runin/runin-generated-before-content.html |
deleted file mode 100644 |
index 8279fb5b96aeacacfb7c0e3d38eb30f5359b1338..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/runin/runin-generated-before-content.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<!-- You should see only one blue textbox between the orange and green textbox. --> |
-<html> |
-<body style="font: 1em/1 Ahem, sans-serif;"> |
-<style> |
-#test::before { |
- content: "EFGH"; |
- color: blue; |
-} |
-</style> |
-<div style="display: run-in; color: orange">ABCD</div><div id="test" style="color: green">IJKL</div> |
-<script> |
- document.body.offsetTop; |
- document.body.style.fontSize = "200%"; |
-</script> |
-</body> |
-</html> |