OLD | NEW |
1 This file documents why the various tests have been rebaselined. | 1 This file documents why the various tests have been rebaselined. |
2 | 2 |
3 cross-frame-access-custom-expected.txt | 3 cross-frame-access-custom-expected.txt |
4 cross-frame-access-get-expected.txt | 4 cross-frame-access-get-expected.txt |
5 cross-frame-access-get-override-expected.txt | 5 cross-frame-access-get-override-expected.txt |
6 cross-frame-access-history-get-override-expected.txt | 6 cross-frame-access-history-get-override-expected.txt |
7 cross-frame-access-location-get-override-expected.txt | 7 cross-frame-access-location-get-override-expected.txt |
8 cross-frame-access-location-put-expected.txt | 8 cross-frame-access-location-put-expected.txt |
9 cross-frame-access-put-expected.txt | 9 cross-frame-access-put-expected.txt |
10 =============================================================== | 10 =============================================================== |
11 Due to different output message. | 11 Due to different output message. |
12 | 12 |
13 | 13 |
14 cross-frame-access-history-get-expected.txt | 14 cross-frame-access-history-get-expected.txt |
15 =============================================================== | 15 =============================================================== |
16 Chrome does not allow cross-domain access History.toString, | 16 Chrome does not allow cross-domain access History.toString, |
17 same as Firefox. | 17 same as Firefox. |
18 | 18 |
19 cross-frame-access-history-put-expected.txt | 19 cross-frame-access-history-put-expected.txt |
20 =============================================================== | 20 =============================================================== |
21 Differs in function printing. | 21 Differs in function printing. |
22 | 22 |
23 cross-frame-access-call-expected.txt | 23 cross-frame-access-call-expected.txt |
24 =============================================================== | 24 =============================================================== |
25 Error message differs because we don't have window.openDatabase. | 25 Error message differs because we don't have window.openDatabase. |
26 The error message from showModalDialog is more sane than the layout tests expect
. | |
27 | 26 |
28 xss-eval-expected.txt | 27 xss-eval-expected.txt |
29 =============================================================== | 28 =============================================================== |
30 Differs only in error message. LayoutTest expects an EvalError where we detect | 29 Differs only in error message. LayoutTest expects an EvalError where we detect |
31 and report an xss attempt. | 30 and report an xss attempt. |
OLD | NEW |