| Index: LayoutTests/fast/runin/runin-reparent-crash.html
 | 
| diff --git a/LayoutTests/fast/runin/runin-reparent-crash.html b/LayoutTests/fast/runin/runin-reparent-crash.html
 | 
| deleted file mode 100644
 | 
| index d33f7a7253ae427777e2c699ce8a6061985f62ee..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/runin/runin-reparent-crash.html
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -<html>
 | 
| -    <body>
 | 
| -        Test passes if it does not crash.
 | 
| -        <p style="display: run-in; "></p>
 | 
| -        <details id="test"></details>
 | 
| -        <script>
 | 
| -            if (window.testRunner)
 | 
| -                testRunner.dumpAsText();
 | 
| -
 | 
| -            document.body.offsetTop;
 | 
| -            
 | 
| -            var details = document.getElementById("test");
 | 
| -            document.body.removeChild(details);
 | 
| -        </script>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |