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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt
diff --git a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt b/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt
deleted file mode 100644
index 5d903e38a3a0cddd2c8718162b9a94e021bd3cbb..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Test instanceof functions and properties of URL and webkitURL.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS 'createObjectURL' in URL is true
-PASS 'revokeObjectURL' in URL is true
-PASS url.createObjectURL is undefined.
-PASS url.revokeObjectURL is undefined.
-PASS window.URL.createObjectURL is defined.
-PASS window.URL.revokeObjectURL is defined.
-PASS 'createObjectURL' in webkitURL is true
-PASS 'revokeObjectURL' in webkitURL is true
-PASS window.webkitURL.createObjectURL is defined.
-PASS window.webkitURL.revokeObjectURL is defined.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698