| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-centered-inline-under-fixed-pos.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-centered-inline-under-fixed-pos.html b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-centered-inline-under-fixed-pos.html
|
| deleted file mode 100644
|
| index 56c17504fccab9304002343821543a48df979de4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-centered-inline-under-fixed-pos.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/window-resize-repaint.js"></script>
|
| -<style>
|
| -.container {
|
| - position: fixed;
|
| - top: 0;
|
| - left: 0;
|
| - right: 0;
|
| - bottom: 0;
|
| - background-color: lightgrey;
|
| -}
|
| -
|
| -.parent {
|
| - height: 100%;
|
| - width: 6px;
|
| - background-color: black;
|
| -}
|
| -
|
| -.child {
|
| - position: relative;
|
| - display: inline-block;
|
| - height: 30px;
|
| - width: 6px;
|
| - top: 50%;
|
| - background-color: red;
|
| -}
|
| -
|
| -</style>
|
| -<!--
|
| -Tests that the element with class "child" is invalidated when the browser is resized,
|
| -since its position is relative to the size of the frame.
|
| --->
|
| -<div class="container">
|
| - <div class="parent">
|
| - <div class="child"></div>
|
| - </div>
|
| -</div>
|
|
|