| Index: LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html
|
| diff --git a/LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html b/LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html
|
| deleted file mode 100644
|
| index d30ca76d73803ea0cbd0eb11def35e4af668890d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -<title>Test Title 1</title>
|
| -</head>
|
| -<body>
|
| -This test sees if the history delegate is notified of title changes.
|
| -</body>
|
| -<script>
|
| -document.title = "Test Title 2";
|
| -</script>
|
| -</html>
|
|
|