Skip to content

Commit 8ea0181

Browse files
committed
removed old test pages for navigation and one unneeded test
1 parent bec975a commit 8ea0181

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

tests/unit/navigation/data-url.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/unit/navigation/navigation_core.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@
216216
stop();
217217
};
218218

219-
test( "when loading a page where data-url is defined on a sub element set the hash with that url", function(){
220-
testDataUrlHash("#data-url a", /^#foo\//);
221-
});
222-
223219
test( "when loading a page where data-url is not defined on a sub element hash defaults to the url", function(){
224220
testDataUrlHash("#non-data-url a", /^#data-url-tests\/non-data-url.html$/);
225221
});

tests/unit/navigation/non-data-url.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)