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

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/README

Issue 14485: bucketizing more tests, fixing v8/jscore differences by re-baselining (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/README
===================================================================
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/README (revision 0)
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/README (revision 0)
@@ -0,0 +1,24 @@
+This file documents why the various tests have been rebaselined.
+
+atob-btoa-expected.txt
+--------------------------
+window.btoa(window) calls window.toString first. KJS returns [object Window]
+and V8 returns [object global].
+
+element-constructors-on-window-exepcted.html
+--------------------------
+V8 has different output for HTMLElement.toString.
+
+new-window-opener-expected.txt
+------------------------------
+It is a time-sensitive test. Chrome passes all tests, Safari failed some,
+so the output expects some failures. Firefox sometimes passes all tests
+and sometimes fails some. Use Chrome's output as the baseline.
+
+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.
+
Property changes on: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/README
___________________________________________________________________
Name: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698