| Index: LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static-expected.html
|
| diff --git a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static-expected.html b/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static-expected.html
|
| deleted file mode 100644
|
| index 4b85c591b05ccf83857af3e0e3def9ad8cd1e1dd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static-expected.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -div {
|
| - background-color: green;
|
| - position: absolute;
|
| - top: 100px;
|
| - left: 100px;
|
| - height: 50px;
|
| - width: 150px;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inline elements
|
| -<p>This tests that position 'static' computes to 'absolute' in the top layer. The test passes if you see a single green box.</p>
|
| -<div></div>
|
| -</body>
|
| -</html>
|
|
|