Index: LayoutTests/fast/runin/generated2.html |
diff --git a/LayoutTests/fast/runin/generated2.html b/LayoutTests/fast/runin/generated2.html |
deleted file mode 100644 |
index 8adc530f534de8dda613c02ea37030c8a6eb73f0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/runin/generated2.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<style> |
-#target:before { |
- content: "PASS"; |
- display: run-in; |
-} |
-</style> |
-<p>x</p> |
-<div id="target"> |
- <div id="inner"> < this should say still say “PASS”</div> |
-</div> |
-<script> |
-// Force layout. |
-document.body.offsetTop; |
- |
-// Cause a layout of the inner div. |
-document.getElementById('inner').style.color = 'blue'; |
-</script> |