| Index: LayoutTests/fast/runin/run-in-after-run-in.html
|
| diff --git a/LayoutTests/fast/runin/run-in-after-run-in.html b/LayoutTests/fast/runin/run-in-after-run-in.html
|
| deleted file mode 100755
|
| index 37a1d33bb02558a4652f6ba0df2ea64d88655006..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/runin/run-in-after-run-in.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
|
| -<!-- WebKit bug 86387 - Move run-in handling to addChild, instead of in layout. -->
|
| -<!-- 'A' green box should be on its own line, followed by run-in orange 'B' box and purple 'C' box in the next line -->
|
| -<style>
|
| -.runin { display: run-in; }
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<div>
|
| - <div class="runin" style="color: green">A</div>
|
| - <div class="runin" style="color: orange">B</div>
|
| - <div style="color: purple">C</div>
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|