| Index: third_party/WebKit/LayoutTests/html/dialog/top-layer-position-relative.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative.html b/third_party/WebKit/LayoutTests/html/dialog/top-layer-position-relative.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/top-layer-position-relative.html
|
| index 6ae72e0d1153faa3e255957365f033ce33864eb9..968c42e29289d7f076d01009330c1612ddf8733d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/top-layer-position-relative.html
|
| @@ -29,7 +29,7 @@
|
| left: 200px;
|
| }
|
| </style>
|
| -<script src="../../../resources/check-layout.js"></script>
|
| +<script src="../../resources/check-layout.js"></script>
|
| </head>
|
| <body onload="checkLayout('dialog')">
|
| <p>Bug <a href="http://webkit.org/b/106538">106538</a>: Top layer fails for inline elements
|
|
|