4ba7e8e9379901d8984f3c45d6d023649c12396e
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / webcore-string-comparison-expected.txt
1 Test for bug 33057: typeof(xhr.responseText) != "string" on Windows.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS typeof(r.responseText) == "string" is true
7 PASS typeof(r.responseText) === "string" is true
8 PASS typeof(r.responseText) != "string" is false
9 PASS typeof(r.responseText) !== "string" is false
10 PASS "" + typeof(r.responseText) is "string"
11 PASS typeof(r.responseText) + "" is "string"
12 PASS String(typeof(r.responseText)) is "string"
13 PASS String(typeof(r.responseText)) is typeof(r.responseText)
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17