| Index: LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
|
| diff --git a/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html b/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
|
| deleted file mode 100644
|
| index 4d8b9bdf035325525a4baf9a42df55a8c3d47a88..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<html>
|
| -<body>
|
| - <p>This test verifies that switching delegates scrolling on a page with no composition does not assert.</p>
|
| - <p>PASS if no crash or assert in debug.</p>
|
| -
|
| -<script>
|
| -if (window.testRunner && window.internals && internals.setDelegatesScrolling) {
|
| - testRunner.dumpAsText();
|
| - internals.setDelegatesScrolling(true, document);
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|