1 This directory contains DOM checker, a tool to help automatically validate
2 domain security policy enforcement. This tool will check cross-domain DOM
3 accesses, JavaScript cookies, XMLHttpRequest calls, and more.
5 DOM checker was written by Michal Zalewski and Filipe Almeida of Google.
10 - Modified dom_config.js to work with the test configuration setup.
11 - Added automation.js to do any needed bookkeeping and other miscellany
12 necessary to help automate the test. The intent is to put most of the extra
13 code into this file to mitigate the number of changes that need to be made
15 - Included json2.js, a parser/stringifier for JSON in JavaScript, in
16 dom_checker.html. This is used to stringify results for consumption by the
18 - Modified dom_checker.html to not complain when running the test on a
19 specified port other than the default port.
20 - Modified dom_checker.html to start the tests immediately on page load,
21 rather than waiting for the user to click on a button.
22 - Removed trailing whitespace in all files.
23 - Added expected_failures-http.txt and expected_failures-file.txt to contain
24 a list of expected failures for HTTP and file:// mode, respectively. A test
25 is considered "passing" if there are no failures not in its expected