| Index: LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html | 
| diff --git a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html b/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html | 
| deleted file mode 100644 | 
| index 9950f63e3f925daf59013ed8aeffb4c0e703cb36..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative-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 'relative' computes to 'absolute' in the top layer. The test passes if you see a single green box.</p> | 
| -<div></div> | 
| -</body> | 
| -</html> | 
|  |