| Index: LayoutTests/fast/loader/stateobjects/resources/replacestate-base-pass.html
|
| ===================================================================
|
| --- LayoutTests/fast/loader/stateobjects/resources/replacestate-base-pass.html (revision 0)
|
| +++ LayoutTests/fast/loader/stateobjects/resources/replacestate-base-pass.html (revision 55463)
|
| @@ -0,0 +1,13 @@
|
| +<html>
|
| +<head>
|
| +<script>
|
| +if (window.layoutTestController) {
|
| + layoutTestController.dumpAsText();
|
| + window.onload = function() {layoutTestController.notifyDone();};
|
| +}
|
| +</script>
|
| +</head>
|
| +<body>
|
| +PASS: Navigation relative to base element.
|
| +</body>
|
| +</html>
|
|
|