| Index: third_party/WebKit/LayoutTests/html/dialog/top-layer-position-static.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static.html b/third_party/WebKit/LayoutTests/html/dialog/top-layer-position-static.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/top-layer-position-static.html
|
| index c549f7ca6c530289800caf28e99504bc25eb4670..fe69df49eecaf71621d7ba2a9a33c10d3119022f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/top-layer-position-static.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
|
|
|