Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / fast / js / kde / README
1 StringObject-expected.txt
2 -----------------------------
3 The only difference from KJS is that
4 'a'.localeCompare(undefined/null) returns a negative number, but not -1. 
5 Spec states this is implementation dependent. Different versions of 
6 SpiderMonkey have different output.
7
8
9 encode_decode_uri
10 string-1-n
11 string-2-n
12 -----------------------------
13 Only differ in error message.
14
15
16 exception_propagation
17 -----------------------------
18 With KJS, a syntax error is thrown at compile time for the following
19 code:
20
21   for (throwex() in forin_test_obj) { forin_count++; }
22
23 Spidermonkey and V8 throw an error at runtime instead and therefore
24 pass this test.
25
26
27 lval-exceptions
28 ----------------------------
29 Only whitespace differences in the way functions are pretty printed.
30
31
32 parse
33 ----------------------------
34 Only differ in error message.