| Index: chrome/test/data/dom_checker/expected_failures-file.txt
|
| ===================================================================
|
| --- chrome/test/data/dom_checker/expected_failures-file.txt (revision 12479)
|
| +++ chrome/test/data/dom_checker/expected_failures-file.txt (working copy)
|
| @@ -1,6 +1,15 @@
|
| # Expected failures when running from local disk.
|
| -frames[0].history.forward(0) call
|
| -frames[0].length read [value: 0]
|
| -frames[0].postMessage read [value: function () { [native code] }]
|
| +(blank).history.forward(0) call
|
| +(blank).length read [value: 0]
|
| +(blank).location.assign('about:blank') call
|
| +(blank).location.replace('about:blank') call
|
| +(blank).postMessage read [value: function () { [native code] }]
|
| +(third-party).frames.length read [value: 2]
|
| +(third-party).frames[0] probe [value: [object global]]
|
| +(third-party).history.forward(0) call
|
| +(third-party).length read [value: 2]
|
| +(third-party).postMessage read [value: function () { [native code] }]
|
| +(third-party).window.length read [value: 2]
|
| +(third-party).window[0] probe [value: [object global]]
|
| +document.domain = ''
|
| open() frame name lookup
|
| -document.domain = ''
|
|
|