| Index: LayoutTests/compositing/overflow/build-paint-order-lists-part-1.html
|
| diff --git a/LayoutTests/compositing/overflow/build-paint-order-lists-part-1.html b/LayoutTests/compositing/overflow/build-paint-order-lists-part-1.html
|
| deleted file mode 100644
|
| index b18856afd38f39c22c26e02de978470b600b6300..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/overflow/build-paint-order-lists-part-1.html
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<html>
|
| -<head>
|
| - <link rel="stylesheet" href="resources/build-paint-order-lists.css">
|
| - <script src="resources/automatically-opt-into-composited-scrolling.js"></script>
|
| - <script src="resources/build-paint-order-lists.js"></script>
|
| - <script>
|
| - // Tests set 0 of paint order permutations, ensuring that in each layout in
|
| - // the permutation set, the paint orders as returned by
|
| - // paintOrderListBeforePromote() and paintOrderListAfterPromote() match the
|
| - // actual stacking orders before and after being promoted to stacking
|
| - // containers.
|
| - //
|
| - // Note that permutation set 0 specifically tests the permutations for which
|
| - // the 'sibling' is placed at the index 0 of the paint order.
|
| - if (window.internals) {
|
| - window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| - window.internals.settings.setCompositorDrivenAcceleratedScrollingEnabled(false);
|
| - }
|
| -
|
| - function doTest()
|
| - {
|
| - buildDom();
|
| - runPaintOrderPermutationSet(0);
|
| - }
|
| -
|
| - window.addEventListener('load', doTest, false);
|
| - </script>
|
| -</head>
|
| -
|
| -<body>
|
| -</body>
|
| -</html>
|
|
|