| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-transform.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-transform.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-transform.html
|
| deleted file mode 100644
|
| index 692bb8e1419d23146d1886bcc9d43349ce7ad507..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-transform.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!-- Based on compositing/repaint/should-not-repaint-composited-transform.html -->
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#composited-box {
|
| - width: 100px;
|
| - height: 100px;
|
| - border: solid 1px black;
|
| - transform:translate3D(0, 0, 0);
|
| -}
|
| -</style>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -function paintInvalidationTest() {
|
| - document.getElementById('composited-box').style.webkitTransform = 'translate3D(100px, 100px, 0)';
|
| -}
|
| -window.onload = runPaintInvalidationTest;
|
| -</script>
|
| -<div id="composited-box"></div>
|
|
|