| Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.html b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.html
|
| deleted file mode 100644
|
| index a45bfefa06ee19185136d9617f174519d7790703..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <style>
|
| - #container {
|
| - transform: translateZ(0);
|
| - position: absolute;
|
| - left: 200px;
|
| - top: 100px;
|
| - width: 100px;
|
| - height: 100px;
|
| - background-color: blue;
|
| - }
|
| -
|
| - .fixed {
|
| - position: fixed;
|
| - left: 50px;
|
| - top: 50px;
|
| - width: 75px;
|
| - height: 75px;
|
| - background-color: green
|
| - }
|
| - </style>
|
| -</head>
|
| -
|
| -<body>
|
| - <div id="container">
|
| - <div class="fixed"></div>
|
| - </div>
|
| -</body>
|
| -
|
| -</html>
|
|
|