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

Side by Side Diff: LayoutTests/fast/js/global-function-resolve-expected.txt

Issue 174073007: Remove deprecated window.showModalDialog() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 Test to make sure cached lookups on the global object are performed correctly. 1 Test to make sure cached lookups on the global object are performed correctly.
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 cachedFunctions[0]() is addEventListener 6 PASS cachedFunctions[0]() is addEventListener
7 PASS cachedFunctions[0]() is addEventListener 7 PASS cachedFunctions[0]() is addEventListener
8 PASS cachedFunctions[1]() is alert 8 PASS cachedFunctions[1]() is alert
9 PASS cachedFunctions[1]() is alert 9 PASS cachedFunctions[1]() is alert
10 PASS cachedFunctions[2]() is captureEvents 10 PASS cachedFunctions[2]() is captureEvents
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 PASS cachedFunctions[50]() is scrollTo 106 PASS cachedFunctions[50]() is scrollTo
107 PASS cachedFunctions[50]() is scrollTo 107 PASS cachedFunctions[50]() is scrollTo
108 PASS cachedFunctions[51]() is scrollX 108 PASS cachedFunctions[51]() is scrollX
109 PASS cachedFunctions[51]() is scrollX 109 PASS cachedFunctions[51]() is scrollX
110 PASS cachedFunctions[52]() is scrollY 110 PASS cachedFunctions[52]() is scrollY
111 PASS cachedFunctions[52]() is scrollY 111 PASS cachedFunctions[52]() is scrollY
112 PASS cachedFunctions[53]() is setInterval 112 PASS cachedFunctions[53]() is setInterval
113 PASS cachedFunctions[53]() is setInterval 113 PASS cachedFunctions[53]() is setInterval
114 PASS cachedFunctions[54]() is setTimeout 114 PASS cachedFunctions[54]() is setTimeout
115 PASS cachedFunctions[54]() is setTimeout 115 PASS cachedFunctions[54]() is setTimeout
116 PASS cachedFunctions[55]() is showModalDialog 116 PASS cachedFunctions[55]() is status
117 PASS cachedFunctions[55]() is showModalDialog 117 PASS cachedFunctions[55]() is status
118 PASS cachedFunctions[56]() is status 118 PASS cachedFunctions[56]() is stop
119 PASS cachedFunctions[56]() is status 119 PASS cachedFunctions[56]() is stop
120 PASS cachedFunctions[57]() is stop 120 PASS cachedFunctions[57]() is window
121 PASS cachedFunctions[57]() is stop 121 PASS cachedFunctions[57]() is window
122 PASS cachedFunctions[58]() is window
123 PASS cachedFunctions[58]() is window
124 PASS successfullyParsed is true 122 PASS successfullyParsed is true
125 123
126 TEST COMPLETE 124 TEST COMPLETE
127 125
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/function-length-expected.txt ('k') | LayoutTests/fast/js/script-tests/global-function-resolve.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698