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

Side by Side Diff: LayoutTests/fast/domurl/check-instanceof-domurl-functions-expected.txt

Issue 804733002: Deprecate Window.webkitURL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: webit => webkit Created 6 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
OLDNEW
1 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
1 Test instanceof functions and properties of URL and webkitURL. 2 Test instanceof functions and properties of URL and webkitURL.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS 'createObjectURL' in URL is true 7 PASS 'createObjectURL' in URL is true
7 PASS 'revokeObjectURL' in URL is true 8 PASS 'revokeObjectURL' in URL is true
8 PASS url.createObjectURL is undefined. 9 PASS url.createObjectURL is undefined.
9 PASS url.revokeObjectURL is undefined. 10 PASS url.revokeObjectURL is undefined.
10 PASS window.URL.createObjectURL is defined. 11 PASS window.URL.createObjectURL is defined.
11 PASS window.URL.revokeObjectURL is defined. 12 PASS window.URL.revokeObjectURL is defined.
12 PASS 'createObjectURL' in webkitURL is true 13 PASS 'createObjectURL' in webkitURL is true
13 PASS 'revokeObjectURL' in webkitURL is true 14 PASS 'revokeObjectURL' in webkitURL is true
14 PASS window.webkitURL.createObjectURL is defined. 15 PASS window.webkitURL.createObjectURL is defined.
15 PASS window.webkitURL.revokeObjectURL is defined. 16 PASS window.webkitURL.revokeObjectURL is defined.
16 PASS successfullyParsed is true 17 PASS successfullyParsed is true
17 18
18 TEST COMPLETE 19 TEST COMPLETE
19 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt ('k') | LayoutTests/fast/js/global-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698