| Index: LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html
|
| diff --git a/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html b/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html
|
| deleted file mode 100644
|
| index f8a7f79bd64dcb5f9046747afb10cd78ddfdafa8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/fast-mobile-scrolling/fixed-position-element.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style>
|
| -#square
|
| -{
|
| - height: 64px;
|
| - width: 64px;
|
| - margin-top: 3em;
|
| - background: green url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAAXNSR0IArs4c6QAAAE1JREFUaN7tz0ENAAAIBKDT/p21gX83aEBl8lonAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgK3BVGGAX99FLDRAAAAAElFTkSuQmCC') no-repeat fixed
|
| -}
|
| -#fixed-position-element
|
| -{
|
| - position: fixed;
|
| - top: 100px;
|
| - height: 64px;
|
| - width: 64px;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<p>This tests that fixed background images are honored on a page with at least one fixed position element. If the square (below) is green, then the test PASSED.</p>
|
| -<div id="square"> </div>
|
| -<div id="fixed-position-element"> </div>
|
| -</body>
|
| -</html>
|
|
|