| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-inline-layered-child-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-inline-layered-child-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/transform-inline-layered-child-expected.html
|
| deleted file mode 100644
|
| index 60f04aae19322c8c3ce35897e9aab2cd450d264e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-inline-layered-child-expected.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../resources/ahem.js"></script>
|
| -<style>
|
| -#box {
|
| - position: absolute;
|
| - top: 100px;
|
| - left: 100px;
|
| - width: 100px;
|
| - transform: rotate(30deg);
|
| -}
|
| -#child {
|
| - position: relative;
|
| - left: 200px;
|
| - top: 200px;
|
| - font-family: Ahem;
|
| -}
|
| -</style>
|
| -Tests if the inline layered child is correctly repainted when container's transform changes.
|
| -Succeeds if the text is completely rotated leaving no residue at the original location.
|
| -<div id="box">
|
| - <span id="child">A B C D E F G H I J K L M N O P Q R S T U V W X Y Z</span>
|
| -</div>
|
|
|