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

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

Issue 24066010: Implement URLUtils and URL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates based on code review comments Created 7 years, 2 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
(Empty)
1 Test instanceof functions and properties of URL and webkitURL.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS 'createObjectURL' in URL is true
7 PASS 'revokeObjectURL' in URL is true
8 PASS url.createObjectURL is undefined.
9 PASS url.revokeObjectURL is undefined.
10 PASS window.URL.createObjectURL is defined.
11 PASS window.URL.revokeObjectURL is defined.
12 PASS 'createObjectURL' in webkitURL is true
13 PASS 'revokeObjectURL' in webkitURL is true
14 PASS window.webkitURL.createObjectURL is defined.
15 PASS window.webkitURL.revokeObjectURL is defined.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698