summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/script-tests/file-http-base.js
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-04-12 08:11:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 08:11:56 -0700
commit84b96dda1738f816b0ff021d76a16caa9847ee26 (patch)
treee79dba6a969753c85e0e87dfada8683d32dab3dc /LayoutTests/fast/url/script-tests/file-http-base.js
parentba8b643c79877a23cd76135cfc0e72918db70892 (diff)
parente48d279609693b4d164199748c93ad791547c649 (diff)
downloadexternal_webkit-84b96dda1738f816b0ff021d76a16caa9847ee26.zip
external_webkit-84b96dda1738f816b0ff021d76a16caa9847ee26.tar.gz
external_webkit-84b96dda1738f816b0ff021d76a16caa9847ee26.tar.bz2
Merge "Cherry-pick WebKit change r96779 to fix window.location"
Diffstat (limited to 'LayoutTests/fast/url/script-tests/file-http-base.js')
-rw-r--r--LayoutTests/fast/url/script-tests/file-http-base.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/LayoutTests/fast/url/script-tests/file-http-base.js b/LayoutTests/fast/url/script-tests/file-http-base.js
index ca9e734..00965b8 100644
--- a/LayoutTests/fast/url/script-tests/file-http-base.js
+++ b/LayoutTests/fast/url/script-tests/file-http-base.js
@@ -36,7 +36,8 @@ cases = [
// Make sure relative paths can't go above the "C:"
["file:///C:/foo/../../../bar.html", "file:///C:/bar.html"],
// Busted refs shouldn't make the whole thing fail.
- ["file:///C:/asdf#\\xc2", "file:///C:/asdf#\\xef\\xbf\\xbd"],
+ ["file:///C:/asdf#\\xc2", "file:///C:/asdf#\\xc2"],
+ ["file:///C:/asdf#\xc2", "file:///C:/asdf#\xc2"],
// Unix-style paths
["file:///home/me", "file:///home/me"],