| Index: LayoutTests/fast/runin/progress-run-in-crash.html
|
| diff --git a/LayoutTests/fast/runin/progress-run-in-crash.html b/LayoutTests/fast/runin/progress-run-in-crash.html
|
| deleted file mode 100755
|
| index fc6a0b6aca29d24f66c467894617f45f9b421673..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/runin/progress-run-in-crash.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -WebKit Bug 87274 - ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange.<br />
|
| -Test passes if it does not crash.<br />
|
| -<body>
|
| -<progress id="progress1" style="-webkit-appearance: none"></progress><div></div>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| -document.body.offsetTop;
|
| -progress1.style.display = 'run-in';
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|