| Index: LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html
|
| diff --git a/LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html b/LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html
|
| deleted file mode 100644
|
| index 5f9c892059ba0365410b1775f3556c4b1ca27ae5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.removeAllVisitedLinks();
|
| -}
|
| -</script>
|
| -</head>
|
| -<body>
|
| -This tests to see if the history delegate is notified to populate the visited links hash.<br>
|
| -<a href="http://www.example.com/">Am I a visited link?</a>
|
| -</body>
|
| -</html>
|
|
|