2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / javascript-backslash-expected.txt
blobbd9c02269dffd91c2a1ea24478cbb1f4cbd37068
1 This tests \ characters being changed to / in all different scenarios.
3 If it works you should see seven messages below that have \ or / characters as specified.
5 1 2 3 4 5 6 7
6 javascript: function argument containing a backslash (\) should not be converted to a slash (/): "alert('to be\\not')"
7 http: base should convert a \ to a / : "http://apple.com/support"
8 https: base should also convert a \ to a / : "https://login.apple.com/support/"
9 file: base should convert a \ to a / : "file:///Users/"
10 any other valid base except javascript: should convert a \ to a / : "ftp://apple.com/support/"
11 query strings should be left alone: "http://apple.com/support?path=\\myshare\myfolder\myfile\"
12 anchors should be left alone as well: "http://apple.com/support#path=\\myshare\myfolder\myfile\"