mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9
This commit is contained in:
parent
200cc8aa6b
commit
4a942c982f
141 changed files with 2563 additions and 1589 deletions
|
@ -18,7 +18,7 @@
|
|||
}, 'Call PresentationRequest constructor with an empty sequence. NotSupportedError Exception expected.');
|
||||
|
||||
assert_throws('SyntaxError', () => {
|
||||
new PresentationRequest('http://@');
|
||||
new PresentationRequest('https://@');
|
||||
}, 'Call PresentationRequest constructor with an invalid URL. SyntaxError Exception expected.');
|
||||
|
||||
assert_throws('NotSupportedError', () => {
|
||||
|
@ -26,7 +26,7 @@
|
|||
}, 'Call PresentationRequest constructor with an unsupported URL. NotSupportedError expected.');
|
||||
|
||||
assert_throws('SyntaxError', function() {
|
||||
new PresentationRequest(['presentation.html', 'http://@']);
|
||||
new PresentationRequest(['presentation.html', 'https://@']);
|
||||
}, 'Call PresentationRequest constructor with a sequence of URLs, one of them invalid. SyntaxError Exception expected.');
|
||||
|
||||
assert_throws('NotSupportedError', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue