| Index: third_party/WebKit/LayoutTests/fast/repaint/relayout-fixed-position-after-scale-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relayout-fixed-position-after-scale-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/relayout-fixed-position-after-scale-expected.html
|
| deleted file mode 100644
|
| index 8b5b803a7bf2c016cf8c5d6a8006a1453aa0ea62..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/relayout-fixed-position-after-scale-expected.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.fixed_size {
|
| - position:absolute;
|
| - background-color:#ccffcc;
|
| - width:25px;
|
| - height:25px;
|
| -}
|
| -.percentage_size {
|
| - position:absolute;
|
| - background-color:#ccccff;
|
| - width:10%;
|
| - height:10%;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body style="width:800px;height:600px;margin:0;">
|
| -<div class="fixed_size" style="left:5px;top:10px"></div>
|
| -<div class="fixed_size" style="right:15px;top:20px"></div>
|
| -<div class="fixed_size" style="left:25px;bottom:30px"></div>
|
| -<div class="fixed_size" style="right:35px;bottom:40px"></div>
|
| -<div class="percentage_size" style="left:40%;top:35%"></div>
|
| -<div class="percentage_size" style="right:30%;top:25%"></div>
|
| -<div class="percentage_size" style="left:20%;bottom:15%"></div>
|
| -<div class="percentage_size" style="right:10%;bottom:5%"></div>
|
| -</body>
|
| -</html>
|
|
|