| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-replaced-shadows.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-replaced-shadows.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-replaced-shadows.html
|
| deleted file mode 100644
|
| index 05ccc93b122a62037ca4b6ef742d6142340f9ffa..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-replaced-shadows.html
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -<!-- Based on fast/repaint/transform-replaced-shadows.html -->
|
| -<html>
|
| -<head>
|
| - <title>Scaling and box-shadow</title>
|
| - <style type="text/css" media="screen">
|
| - #box {
|
| - height: 100px;
|
| - width: 100px;
|
| - margin: 20px;
|
| - background-color: gray;
|
| - -webkit-transform-origin: top left;
|
| - -webkit-box-shadow: 0px 20px 20px black;
|
| - transform: scale(2);
|
| - }
|
| -
|
| - #box.smaller {
|
| - transform: scale(1);
|
| - }
|
| - </style>
|
| -
|
| - <script src="resources/paint-invalidation-test.js" type="text/javascript" charset="utf-8"></script>
|
| - <script type="text/javascript" charset="utf-8">
|
| - function paintInvalidationTest()
|
| - {
|
| - document.getElementById('box').className = 'smaller';
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="runPaintInvalidationTest()">
|
| -
|
| -<img id="box">
|
| -
|
| -</body>
|
| -</html>
|
|
|