| Index: third_party/WebKit/LayoutTests/fast/scrolling/fractional-scroll-offset-fixed-position-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/fractional-scroll-offset-fixed-position-expected.html b/third_party/WebKit/LayoutTests/fast/scrolling/fractional-scroll-offset-fixed-position-expected.html
|
| deleted file mode 100644
|
| index 38ec98e91c7bd3c317f7515861599457821ecaa2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/scrolling/fractional-scroll-offset-fixed-position-expected.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -#settings {
|
| - width: 100px;
|
| - height: 100px;
|
| - position: fixed;
|
| - top: 10px;
|
| - z-index:2;
|
| - background-color:red;
|
| -}
|
| -
|
| -#header {
|
| - width:200px;
|
| - height:20px;
|
| - position:fixed;
|
| - right:100px;
|
| - top:100px;
|
| - z-index:3;
|
| - background-color:green;
|
| -}
|
| -</style>
|
| -</head>
|
| -
|
| -<body style="width:1000px;height:2000px;">
|
| -<div id="settings" >
|
| - <div id="header">scroll offset is 0.5
|
| - </div>
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|