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

Unified Diff: LayoutTests/fast/js/instanceof-test-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
Index: LayoutTests/fast/js/instanceof-test-expected.txt
diff --git a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt b/LayoutTests/fast/js/instanceof-test-expected.txt
similarity index 83%
rename from LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
rename to LayoutTests/fast/js/instanceof-test-expected.txt
index f070a6a14ec14a30225414812c5ca70f5f34dfc9..3e156595b69ac54dc05b1a040c0e6eab76328aa4 100644
--- a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
+++ b/LayoutTests/fast/js/instanceof-test-expected.txt
@@ -1,4 +1,4 @@
-instanceof XMLHttpRequest test
+instanceof test
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -13,8 +13,6 @@ 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
« no previous file with comments | « LayoutTests/fast/js/instanceof-test.html ('k') | LayoutTests/fast/js/script-tests/instanceof-XMLHttpRequest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698