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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:eol-style
+ LF
OLDNEW
(Empty)
1 This file documents why the various tests have been rebaselined.
2
3 atob-btoa-expected.txt
4 --------------------------
5 window.btoa(window) calls window.toString first. KJS returns [object Window]
6 and V8 returns [object global].
7
8 element-constructors-on-window-exepcted.html
9 --------------------------
10 V8 has different output for HTMLElement.toString.
11
12 new-window-opener-expected.txt
13 ------------------------------
14 It is a time-sensitive test. Chrome passes all tests, Safari failed some,
15 so the output expects some failures. Firefox sometimes passes all tests
16 and sometimes fails some. Use Chrome's output as the baseline.
17
18 window-property-shadowing
19 get-set-properties
20 -------------------------
21 For security reasons, we do not allow window.top to be shadowed. This
22 is because Flash accesses top.location and allowing the user to shadow
23 top.location might therefore break Flash security checks.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698