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

Side by Side Diff: LayoutTests/fast/frames/frame-element-name-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 1
2 2
3 -------- 3 --------
4 Frame: 'left' 4 Frame: 'left'
5 -------- 5 --------
6 PASS escape(window.frameElement.name) is "left" 6 PASS escape(window.frameElement.name) is "left"
7 PASS escape(window.name) is "left" 7 PASS escape(window.name) is "left"
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
8 11
9 12
10 -------- 13 --------
11 Frame: '<!--framePath //<!--frame1-->-->' 14 Frame: '<!--framePath //<!--frame1-->-->'
12 -------- 15 --------
13 PASS escape(window.frameElement.name) is "" 16 PASS escape(window.frameElement.name) is ""
14 PASS escape(window.name) is "" 17 PASS escape(window.name) is ""
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
15 21
16 22
17 -------- 23 --------
18 Frame: '<!--framePath //<!--frame2-->-->' 24 Frame: '<!--framePath //<!--frame2-->-->'
19 -------- 25 --------
20 PASS escape(window.frameElement.name) is "_blank" 26 PASS escape(window.frameElement.name) is "_blank"
21 PASS escape(window.name) is "_blank" 27 PASS escape(window.name) is "_blank"
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
22 31
23 32
24 -------- 33 --------
25 Frame: '_parent' 34 Frame: '_parent'
26 -------- 35 --------
27 PASS escape(window.frameElement.name) is "_parent" 36 PASS escape(window.frameElement.name) is "_parent"
28 PASS escape(window.name) is "_parent" 37 PASS escape(window.name) is "_parent"
38 PASS successfullyParsed is true
39
40 TEST COMPLETE
29 41
30 42
31 -------- 43 --------
32 Frame: '_self' 44 Frame: '_self'
33 -------- 45 --------
34 PASS escape(window.frameElement.name) is "_self" 46 PASS escape(window.frameElement.name) is "_self"
35 PASS escape(window.name) is "_self" 47 PASS escape(window.name) is "_self"
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
36 51
37 52
38 -------- 53 --------
39 Frame: '_top' 54 Frame: '_top'
40 -------- 55 --------
41 PASS escape(window.frameElement.name) is "_top" 56 PASS escape(window.frameElement.name) is "_top"
42 PASS escape(window.name) is "_top" 57 PASS escape(window.name) is "_top"
58 PASS successfullyParsed is true
43 59
60 TEST COMPLETE
61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698