diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 13:50:19 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 13:50:19 +0000 |
commit | 16953001e00d868d671c2fc74ad30618e7900414 (patch) | |
tree | d3d34750efe93f46a3148da0041b97d5a05fd2e3 /chrome/plugin | |
parent | 3e965a912eb059d826656622c12b0cb2ab42aa88 (diff) | |
download | chromium_src-16953001e00d868d671c2fc74ad30618e7900414.zip chromium_src-16953001e00d868d671c2fc74ad30618e7900414.tar.gz chromium_src-16953001e00d868d671c2fc74ad30618e7900414.tar.bz2 |
Rebaselined the following 6 layout tests.
LayoutTests/http/tests/security/listener/xss-XMLHttpRequest-shortcut.html
LayoutTests/http/tests/security/listener/xss-XMLHttpRequest-addEventListener.html
LayoutTests/http/tests/security/listener/xss-window-onclick-shortcut.html
LayoutTests/http/tests/security/listener/xss-window-onclick-addEventListener.html
LayoutTests/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut.html
LayoutTests/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener.html
In WebKit r33979 all these layout tests had
alert("document.domain: " + window.document.domain);
changed to
try {
alert("document.domain: " + window.document.domain);
} catch(e) {
}
causing the document.domain access error to no longer be reported. Rebaselining the tests does not compromize what they are testing as if window.domain was accessible the output would change causing failures.
Review URL: http://codereview.chromium.org/9691
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
0 files changed, 0 insertions, 0 deletions