| Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/README
|
| ===================================================================
|
| --- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/README (revision 7327)
|
| +++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/README (working copy)
|
| @@ -15,10 +15,14 @@
|
| so the output expects some failures. Firefox sometimes passes all tests
|
| and sometimes fails some. Use Chrome's output as the baseline.
|
|
|
| +window-custom-property
|
| +----------------------
|
| +V8 uses the string 'Cyclic' compared to KJS's 'cyclic' for the
|
| +exception, resulting in different test results.
|
| +
|
| window-property-shadowing
|
| get-set-properties
|
| -------------------------
|
| For security reasons, we do not allow window.top to be shadowed. This
|
| is because Flash accesses top.location and allowing the user to shadow
|
| top.location might therefore break Flash security checks.
|
| -
|
|
|