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

Side by Side Diff: LayoutTests/fast/dom/constructors-cached-navigate-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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
OLDNEW
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
1 PASS testFrame.contentWindow.Image is testFrame.contentWindow.Image 4 PASS testFrame.contentWindow.Image is testFrame.contentWindow.Image
2 PASS testFrame.contentWindow.Image !== window.Image is true 5 PASS testFrame.contentWindow.Image !== window.Image is true
3 PASS testFrame.contentWindow.Image.testProperty is "property set successfully" 6 PASS testFrame.contentWindow.Image.testProperty is "property set successfully"
4 PASS testFrame.contentWindow.MessageChannel is testFrame.contentWindow.MessageCh annel 7 PASS testFrame.contentWindow.MessageChannel is testFrame.contentWindow.MessageCh annel
5 PASS testFrame.contentWindow.MessageChannel !== window.MessageChannel is true 8 PASS testFrame.contentWindow.MessageChannel !== window.MessageChannel is true
6 PASS testFrame.contentWindow.MessageChannel.testProperty is "property set succes sfully" 9 PASS testFrame.contentWindow.MessageChannel.testProperty is "property set succes sfully"
7 PASS testFrame.contentWindow.Option is testFrame.contentWindow.Option 10 PASS testFrame.contentWindow.Option is testFrame.contentWindow.Option
8 PASS testFrame.contentWindow.Option !== window.Option is true 11 PASS testFrame.contentWindow.Option !== window.Option is true
9 PASS testFrame.contentWindow.Option.testProperty is "property set successfully" 12 PASS testFrame.contentWindow.Option.testProperty is "property set successfully"
10 PASS testFrame.contentWindow.XMLHttpRequest is testFrame.contentWindow.XMLHttpRe quest 13 PASS testFrame.contentWindow.XMLHttpRequest is testFrame.contentWindow.XMLHttpRe quest
11 PASS testFrame.contentWindow.XMLHttpRequest !== window.XMLHttpRequest is true 14 PASS testFrame.contentWindow.XMLHttpRequest !== window.XMLHttpRequest is true
12 PASS testFrame.contentWindow.XMLHttpRequest.testProperty is "property set succes sfully" 15 PASS testFrame.contentWindow.XMLHttpRequest.testProperty is "property set succes sfully"
13 PASS testFrame.contentWindow.Audio is testFrame.contentWindow.Audio 16 PASS testFrame.contentWindow.Audio is testFrame.contentWindow.Audio
14 PASS testFrame.contentWindow.Audio !== window.Audio is true 17 PASS testFrame.contentWindow.Audio !== window.Audio is true
15 PASS testFrame.contentWindow.Audio.testProperty is "property set successfully" 18 PASS testFrame.contentWindow.Audio.testProperty is "property set successfully"
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19 PASS testFrame.contentWindow.Image is testFrame.contentWindow.Image 19 PASS testFrame.contentWindow.Image is testFrame.contentWindow.Image
20 PASS testFrame.contentWindow.Image !== window.Image is true 20 PASS testFrame.contentWindow.Image !== window.Image is true
21 PASS testFrame.contentWindow.Image !== storedConstructors.Image is true 21 PASS testFrame.contentWindow.Image !== storedConstructors.Image is true
22 PASS storedConstructors.Image.testProperty is "property set successfully" 22 PASS storedConstructors.Image.testProperty is "property set successfully"
23 PASS testFrame.contentWindow.Image.testProperty is undefined. 23 PASS testFrame.contentWindow.Image.testProperty is undefined.
24 PASS testFrame.contentWindow.Image.cachedOnOwnerDocument is true 24 PASS testFrame.contentWindow.Image.cachedOnOwnerDocument is true
25 PASS testFrame.contentWindow.MessageChannel is testFrame.contentWindow.MessageCh annel 25 PASS testFrame.contentWindow.MessageChannel is testFrame.contentWindow.MessageCh annel
26 PASS testFrame.contentWindow.MessageChannel !== window.MessageChannel is true 26 PASS testFrame.contentWindow.MessageChannel !== window.MessageChannel is true
27 PASS testFrame.contentWindow.MessageChannel !== storedConstructors.MessageChanne l is true 27 PASS testFrame.contentWindow.MessageChannel !== storedConstructors.MessageChanne l is true
28 PASS storedConstructors.MessageChannel.testProperty is "property set successfull y" 28 PASS storedConstructors.MessageChannel.testProperty is "property set successfull y"
(...skipping 11 matching lines...) Expand all
40 PASS storedConstructors.XMLHttpRequest.testProperty is "property set successfull y" 40 PASS storedConstructors.XMLHttpRequest.testProperty is "property set successfull y"
41 PASS testFrame.contentWindow.XMLHttpRequest.testProperty is undefined. 41 PASS testFrame.contentWindow.XMLHttpRequest.testProperty is undefined.
42 PASS testFrame.contentWindow.XMLHttpRequest.cachedOnOwnerDocument is true 42 PASS testFrame.contentWindow.XMLHttpRequest.cachedOnOwnerDocument is true
43 PASS testFrame.contentWindow.Audio is testFrame.contentWindow.Audio 43 PASS testFrame.contentWindow.Audio is testFrame.contentWindow.Audio
44 PASS testFrame.contentWindow.Audio !== window.Audio is true 44 PASS testFrame.contentWindow.Audio !== window.Audio is true
45 PASS testFrame.contentWindow.Audio !== storedConstructors.Audio is true 45 PASS testFrame.contentWindow.Audio !== storedConstructors.Audio is true
46 PASS storedConstructors.Audio.testProperty is "property set successfully" 46 PASS storedConstructors.Audio.testProperty is "property set successfully"
47 PASS testFrame.contentWindow.Audio.testProperty is undefined. 47 PASS testFrame.contentWindow.Audio.testProperty is undefined.
48 PASS testFrame.contentWindow.Audio.cachedOnOwnerDocument is true 48 PASS testFrame.contentWindow.Audio.cachedOnOwnerDocument is true
49 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698