Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / anchor-backslash-expected.txt
blob1b6723ae4deed38f4fb2be7586a189ae9456909d
1 This tests \ characters being changed to / in anchor tags.
3 If it works you should see five messages below that have \ or / characters as specified.
5 1 2 3 4 5
6 paths like this should turn all \ characters into /: "/a/b/c/"
7 query strings like this one should still have \ characters: "?path=\\a\b\c\"
8 query strings like this one should still have \ characters even if the URL is only a query: "?path=\\myshare\myfolder\myfile\"
9 anchor strings like this one should still have \ characters: "#path=\\a\b\c\"
10 anchor strings like this one should still have \ characters even if the URL is only an anchor: "#path=\\myshare\myfolder\myfile\"