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

Side by Side Diff: LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt

Issue 7273022: Merge 89782 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months 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
OLDNEW
1 Make sure prototypes are set up using the window a property came from, instead o f the lexical global object. 1 Make sure prototypes are set up using the window a property came from, instead o f the lexical global object.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS inner.Array.isInner is true 6 PASS inner.Array.isInner is true
7 PASS inner.Array.constructor.isInner is true 7 PASS inner.Array.constructor.isInner is true
8 PASS inner.Attr.isInner is true 8 PASS inner.Attr.isInner is true
9 PASS inner.Attr.constructor.isInner is true 9 PASS inner.Attr.constructor.isInner is true
10 PASS inner.Audio.isInner is true 10 PASS inner.Audio.isInner is true
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 PASS inner.frames.isInner is true 706 PASS inner.frames.isInner is true
707 PASS inner.frames.constructor.isInner is true 707 PASS inner.frames.constructor.isInner is true
708 PASS inner.gc.isInner is true 708 PASS inner.gc.isInner is true
709 PASS inner.gc.constructor.isInner is true 709 PASS inner.gc.constructor.isInner is true
710 PASS inner.getComputedStyle.isInner is true 710 PASS inner.getComputedStyle.isInner is true
711 PASS inner.getComputedStyle.constructor.isInner is true 711 PASS inner.getComputedStyle.constructor.isInner is true
712 PASS inner.getMatchedCSSRules.isInner is true 712 PASS inner.getMatchedCSSRules.isInner is true
713 PASS inner.getMatchedCSSRules.constructor.isInner is true 713 PASS inner.getMatchedCSSRules.constructor.isInner is true
714 PASS inner.getSelection.isInner is true 714 PASS inner.getSelection.isInner is true
715 PASS inner.getSelection.constructor.isInner is true 715 PASS inner.getSelection.constructor.isInner is true
716 FAIL inner.history.isInner should be true. Was false. 716 PASS inner.history.isInner is true
717 FAIL inner.history.constructor.isInner should be true. Was false. 717 PASS inner.history.constructor.isInner is true
718 PASS inner.isFinite.isInner is true 718 PASS inner.isFinite.isInner is true
719 PASS inner.isFinite.constructor.isInner is true 719 PASS inner.isFinite.constructor.isInner is true
720 PASS inner.isNaN.isInner is true 720 PASS inner.isNaN.isInner is true
721 PASS inner.isNaN.constructor.isInner is true 721 PASS inner.isNaN.constructor.isInner is true
722 FAIL inner.localStorage.isInner should be true. Was false. 722 FAIL inner.localStorage.isInner should be true. Was false.
723 FAIL inner.localStorage.constructor.isInner should be true. Was false. 723 FAIL inner.localStorage.constructor.isInner should be true. Was false.
724 FAIL inner.location.isInner should be true. Was false. 724 PASS inner.location.isInner is true
725 FAIL inner.location.constructor.isInner should be true. Was false. 725 PASS inner.location.constructor.isInner is true
726 FAIL inner.locationbar.isInner should be true. Was false. 726 FAIL inner.locationbar.isInner should be true. Was false.
727 FAIL inner.locationbar.constructor.isInner should be true. Was false. 727 FAIL inner.locationbar.constructor.isInner should be true. Was false.
728 PASS inner.matchMedia.isInner is true 728 PASS inner.matchMedia.isInner is true
729 PASS inner.matchMedia.constructor.isInner is true 729 PASS inner.matchMedia.constructor.isInner is true
730 FAIL inner.menubar.isInner should be true. Was false. 730 FAIL inner.menubar.isInner should be true. Was false.
731 FAIL inner.menubar.constructor.isInner should be true. Was false. 731 FAIL inner.menubar.constructor.isInner should be true. Was false.
732 PASS inner.moveBy.isInner is true 732 PASS inner.moveBy.isInner is true
733 PASS inner.moveBy.constructor.isInner is true 733 PASS inner.moveBy.constructor.isInner is true
734 PASS inner.moveTo.isInner is true 734 PASS inner.moveTo.isInner is true
735 PASS inner.moveTo.constructor.isInner is true 735 PASS inner.moveTo.constructor.isInner is true
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 PASS inner.webkitRequestFileSystem.isInner is true 820 PASS inner.webkitRequestFileSystem.isInner is true
821 PASS inner.webkitRequestFileSystem.constructor.isInner is true 821 PASS inner.webkitRequestFileSystem.constructor.isInner is true
822 PASS inner.webkitResolveLocalFileSystemURL.isInner is true 822 PASS inner.webkitResolveLocalFileSystemURL.isInner is true
823 PASS inner.webkitResolveLocalFileSystemURL.constructor.isInner is true 823 PASS inner.webkitResolveLocalFileSystemURL.constructor.isInner is true
824 PASS inner.window.isInner is true 824 PASS inner.window.isInner is true
825 PASS inner.window.constructor.isInner is true 825 PASS inner.window.constructor.isInner is true
826 PASS successfullyParsed is true 826 PASS successfullyParsed is true
827 827
828 TEST COMPLETE 828 TEST COMPLETE
829 829
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698