| Index: LayoutTests/compositing/overflow/resources/build-paint-order-lists.css
|
| diff --git a/LayoutTests/compositing/overflow/resources/build-paint-order-lists.css b/LayoutTests/compositing/overflow/resources/build-paint-order-lists.css
|
| deleted file mode 100644
|
| index e2484ee184bfae54dc3b0733966eb3f845b1c6ed..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/overflow/resources/build-paint-order-lists.css
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -.container {
|
| - width: 200px;
|
| - height: 200px;
|
| - overflow: scroll;
|
| - border: 1px solid black;
|
| - background-color: #00FFFF;
|
| -}
|
| -
|
| -.scrolled {
|
| - height: 30px;
|
| - top: 70px;
|
| - background-color: gray;
|
| - position: relative;
|
| -}
|
| -
|
| -.positioned {
|
| - width: 120px;
|
| - height: 240px;
|
| - position: absolute;
|
| -}
|
| -
|
| -#secondChild {
|
| - background-color: #CC9999;
|
| - top: 50px;
|
| -}
|
| -
|
| -#predecessor {
|
| - background-color: #990066;
|
| -}
|
| -
|
| -#successor {
|
| - background-color: #000066;
|
| -}
|
| -
|
| -#normalFlow {
|
| - width: 180px;
|
| - height: 30px;
|
| - margin: 10px;
|
| - top: -20px;
|
| - background-color: yellow;
|
| -}
|
|
|