| Index: third_party/WebKit/LayoutTests/html/dialog/dialog-scrolled-viewport.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport.html b/third_party/WebKit/LayoutTests/html/dialog/dialog-scrolled-viewport.html
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/dialog-scrolled-viewport.html
|
| index 2ee7f264099ddfa9d91d5049d12f929332c48e18..15ae7bc7f53f4f6b7ed9a2fad7a6f827f843bc5b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/dialog-scrolled-viewport.html
|
| @@ -14,7 +14,7 @@ dialog {
|
| position: fixed;
|
| }
|
| </style>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| </head>
|
| <body style="height: 10000px; width: 10000px">
|
| <div style="position: absolute; top: 5000px; left: 5000px; width: 20px;">
|
|
|