| Index: LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
|
| diff --git a/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt b/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
|
| index 3e5362c68c68109a3a5d9b921bee7efa5d0b3422..a8630ca29295b70d44fed9d917efbbbb51e850a4 100644
|
| --- a/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
|
| +++ b/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
|
| @@ -11,19 +11,19 @@ PASS [Worker] isFile is true
|
| PASS [Worker] expectedPath is actualPath
|
| PASS [Worker] isFile is true
|
| [Worker] * Resolving a URL with the wrong security origin (domain)
|
| -PASS [Worker] FileError.SECURITY_ERR is errorCode
|
| +PASS [Worker] "SecurityError" is errorName
|
| [Worker] * Resolving a URL with the wrong security origin (port)
|
| -PASS [Worker] FileError.SECURITY_ERR is errorCode
|
| +PASS [Worker] "SecurityError" is errorName
|
| [Worker] * Resolving a URL with the wrong security origin (scheme)
|
| -PASS [Worker] FileError.SECURITY_ERR is errorCode
|
| +PASS [Worker] "SecurityError" is errorName
|
| [Worker] * Resolving a completely bogus URL.
|
| -PASS [Worker] FileError.ENCODING_ERR is errorCode
|
| +PASS [Worker] "EncodingError" is errorName
|
| [Worker] * Resolving a URL with the wrong protocol
|
| -PASS [Worker] FileError.ENCODING_ERR is errorCode
|
| +PASS [Worker] "EncodingError" is errorName
|
| [Worker] * Resolving a URL with no slash between type and file
|
| -PASS [Worker] FileError.ENCODING_ERR is errorCode
|
| +PASS [Worker] "EncodingError" is errorName
|
| [Worker] * Resolving a URL with no slash between protocol and type (bogus port)
|
| -PASS [Worker] FileError.SECURITY_ERR is errorCode
|
| +PASS [Worker] "SecurityError" is errorName
|
| [Worker] * Resolve a path using backslashes
|
| PASS [Worker] expectedPath is actualPath
|
| PASS [Worker] isFile is true
|
|
|