| Index: LayoutTests/fast/dom/Window/invalid-protocol-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt b/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt
|
| index db9c0ea8b0e54f31f6caab510a4aafca6fc14fce..7a72c53aef2d1b586b290b0d0b1c2cd8517fb533 100644
|
| --- a/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/invalid-protocol-expected.txt
|
| @@ -3,11 +3,11 @@ Test URL protocol setter.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS location.protocol = '' threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS location.protocol = ':' threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS location.protocol = 'é' threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS location.protocol = '[' threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS location.protocol = '0' threw exception Error: SyntaxError: DOM Exception 12.
|
| +PASS location.protocol = '' threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS location.protocol = ':' threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS location.protocol = 'é' threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS location.protocol = '[' threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS location.protocol = '0' threw exception SyntaxError: An invalid or illegal string was specified..
|
| PASS a.protocol is 'http:'
|
| PASS a.href is 'https://www.apple.com/'
|
| PASS a.href is 'http://www.apple.com/'
|
|
|