| Index: third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-huge-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-huge-expected.html b/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-huge-expected.html
|
| deleted file mode 100644
|
| index ab141db43345f9f4f31f55e84ad790c253ce5323..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-huge-expected.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| - <head>
|
| - <meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
| - <style type="text/css" media="screen">
|
| -
|
| - div {
|
| - -webkit-box-sizing: border-box;
|
| - }
|
| - .solid {
|
| - position: absolute;
|
| - width: 2150px;
|
| - height: 200px;
|
| - background-color: green;
|
| - }
|
| -
|
| - .opacity { opacity: .5; }
|
| - .a { top: 0px; left: 0px;}
|
| - .b { top: 100px; left: 0px;}
|
| -
|
| - .composited {
|
| - transform: translateZ(0);
|
| - }
|
| - * { margin: 0; padding: 0; }
|
| -
|
| - </style>
|
| - </head>
|
| - <div class="opacity">
|
| - <div class="solid a">1</div>
|
| - <div class="solid b">2</div>
|
| - </div>
|
| -
|
| -</html>
|
|
|