| Index: LayoutTests/fast/runin/input-text-runin.html
|
| diff --git a/LayoutTests/fast/runin/input-text-runin.html b/LayoutTests/fast/runin/input-text-runin.html
|
| deleted file mode 100644
|
| index 32243e8b8b9c44e3dc812ee83eee366c975b50a8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/runin/input-text-runin.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<head>
|
| -<style>
|
| -#el0 { -webkit-appearance: none; }
|
| -.c0 { display: run-in; }
|
| -</style>
|
| -</head>
|
| -<body><input type=text id=el0>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -document.body.appendChild(el0);
|
| -document.body.appendChild(document.createElement('div'));
|
| -document.body.offsetTop;
|
| -el0.classList.add('c0');
|
| -document.body.offsetTop;
|
| -document.body.innerHTML = 'PASS if not crashed';
|
| -</script>
|
| -</body>
|
|
|