| Index: LayoutTests/compositing/iframes/resources/page-cache-iframe.html
|
| diff --git a/LayoutTests/compositing/iframes/resources/page-cache-iframe.html b/LayoutTests/compositing/iframes/resources/page-cache-iframe.html
|
| deleted file mode 100644
|
| index f4106da240c74f2ab969e69cfe6c669dbec644ba..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/compositing/iframes/resources/page-cache-iframe.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <style>
|
| - .layer {
|
| - width: 200px;
|
| - height: 200px;
|
| - border: 1px solid black;
|
| - background-color: blue;
|
| - -webkit-transform: translate3d(100px, 100px, 0) rotate(45deg);
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| -
|
| - <!-- Content that requires a layer. -->
|
| - <div class="layer"><p>Check this out</p></div>
|
| -
|
| - <!-- Content that does not require a layer. -->
|
| - <div><p>I feel so regular...</p></div>
|
| -
|
| -</body>
|
| -</html>
|
|
|