mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removed old test pages for navigation and one unneeded test
This commit is contained in:
parent
bec975ad3a
commit
8ea018147c
3 changed files with 0 additions and 22 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page" data-url="foo/" data-other="for testing">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -216,10 +216,6 @@
|
|||
stop();
|
||||
};
|
||||
|
||||
test( "when loading a page where data-url is defined on a sub element set the hash with that url", function(){
|
||||
testDataUrlHash("#data-url a", /^#foo\//);
|
||||
});
|
||||
|
||||
test( "when loading a page where data-url is not defined on a sub element hash defaults to the url", function(){
|
||||
testDataUrlHash("#non-data-url a", /^#data-url-tests\/non-data-url.html$/);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue