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