Bug 1093611 - Stage 2 - Tests that hash getters don't do percent decoding r=smaug

This commit is contained in:
Valentin Gosu 2015-06-16 19:46:18 +03:00
Родитель 83d61e2787
Коммит be1dbef669
3 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -116,7 +116,7 @@
{ url: 'http://example.com/carrot#question%3f',
base: undefined,
error: false,
hash: '#question?'
hash: '#question%3f'
},
{ url: 'https://example.com:4443?',
base: undefined,

Просмотреть файл

@ -111,7 +111,7 @@ onmessage = function() {
{ url: 'http://example.com/carrot#question%3f',
base: undefined,
error: false,
hash: '#question?'
hash: '#question%3f'
},
{ url: 'https://example.com:4443?',
base: undefined,

Просмотреть файл

@ -1,5 +0,0 @@
[WorkerLocation_hash_encoding.htm]
type: testharness
[ WorkerLocation.hash with url encoding string ]
expected: FAIL