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

Unified Diff: LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt

Issue 848173003: Dropping [NoInterfaceObject] from XMLHttpRequestEventTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « LayoutTests/fast/js/instanceof-XMLHttpRequest.html ('k') | LayoutTests/fast/js/instanceof-test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
diff --git a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt b/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
deleted file mode 100644
index f070a6a14ec14a30225414812c5ca70f5f34dfc9..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-instanceof XMLHttpRequest test
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS (new Audio()) instanceof Audio is true
-PASS (new Array()) instanceof Audio is false
-PASS (new Image()) instanceof Image is true
-PASS (new Array()) instanceof Image is false
-PASS (new Option()) instanceof Option is true
-PASS (new Array()) instanceof Option is false
-PASS (new WebKitCSSMatrix()) instanceof WebKitCSSMatrix is true
-PASS (new Array()) instanceof WebKitCSSMatrix is false
-PASS (new Worker('instanceof-operator-dummy-worker.js')) instanceof Worker is true
-PASS (new Array()) instanceof Worker is false
-PASS (new XMLHttpRequest()) instanceof XMLHttpRequest is true
-PASS (new Array()) instanceof XMLHttpRequest is false
-PASS (new XSLTProcessor()) instanceof XSLTProcessor is true
-PASS (new Array()) instanceof XSLTProcessor is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/instanceof-XMLHttpRequest.html ('k') | LayoutTests/fast/js/instanceof-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698