Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Side by Side Diff: chrome/test/data/dom_checker/expected_failures-file.txt

Issue 53064: - Launch DOM checker in the subdirectory 'dom_checker/', as specified by the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Expected failures when running from local disk. 1 # Expected failures when running from local disk.
2 frames[0].history.forward(0) call 2 (blank).history.forward(0) call
3 frames[0].length read [value: 0] 3 (blank).length read [value: 0]
4 frames[0].postMessage read [value: function () { [native code] }] 4 (blank).location.assign('about:blank') call
5 (blank).location.replace('about:blank') call
6 (blank).postMessage read [value: function () { [native code] }]
7 (third-party).frames.length read [value: 2]
8 (third-party).frames[0] probe [value: [object global]]
9 (third-party).history.forward(0) call
10 (third-party).length read [value: 2]
11 (third-party).postMessage read [value: function () { [native code] }]
12 (third-party).window.length read [value: 2]
13 (third-party).window[0] probe [value: [object global]]
14 document.domain = ''
5 open() frame name lookup 15 open() frame name lookup
6 document.domain = ''
OLDNEW
« no previous file with comments | « chrome/test/data/dom_checker/dom_checker.html ('k') | chrome/test/data/dom_checker/expected_failures-http.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698