mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Fixed a test case that had a bad baseline result.
This commit is contained in:
parent
244385b9f9
commit
a337e6d9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
same( mua( "http://jqm.com/?foo=1&bar=2", p5 ), "http://jqm.com/?foo=1&bar=2", "absolute root with query - absolute root" );
|
||||
same( mua( "//jqm.com/?foo=1&bar=2", p5 ), "http://jqm.com/?foo=1&bar=2", "protocol relative root with query - absolute root" );
|
||||
same( mua( "/?foo=1&bar=2", p5 ), "http://jqm.com/?foo=1&bar=2", "site relative root with query - absolute root" );
|
||||
same( mua( "?foo=1&bar=2", p5 ), "http://jqm.com/?foo=1&bar=2", "query relative - absolute root" );
|
||||
same( mua( "?foo=1&bar=2", p5 ), "http://jqm.com/test.php?foo=1&bar=2", "query relative - absolute root" );
|
||||
|
||||
same( mua( "http://jqm.com/#spaz", p5 ), "http://jqm.com/#spaz", "absolute root with fragment - absolute root" );
|
||||
same( mua( "//jqm.com/#spaz", p5 ), "http://jqm.com/#spaz", "protocol relative root with fragment - absolute root" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue