| Index: LayoutTests/fast/runin/generated-content-crash.html
|
| diff --git a/LayoutTests/fast/runin/generated-content-crash.html b/LayoutTests/fast/runin/generated-content-crash.html
|
| deleted file mode 100755
|
| index 33f488c9a741458966e47297edd55aaa6ad3c4f5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/runin/generated-content-crash.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
|
| -<!-- 'A' orange box should be inside the green box, which in turn is inside the purple box. -->
|
| -<body>
|
| -<style>
|
| -#div1:before {
|
| - display: run-in;
|
| - content: 'A';
|
| - color: orange;
|
| -}
|
| -</style>
|
| -<div id="div1" style="display: inline-block; border: 10px solid purple">
|
| -<div style="border: 10px solid green"></div>
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|