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

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

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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-XMLHttpRequest-expected.txt
diff --git a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt b/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
index 940f5cc6141ca4e61ca5af0b65d372de64146f5f..f070a6a14ec14a30225414812c5ca70f5f34dfc9 100644
--- a/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
+++ b/LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt
@@ -11,8 +11,6 @@ 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 WebKitPoint()) instanceof WebKitPoint is true
-PASS (new Array()) instanceof WebKitPoint 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
« no previous file with comments | « LayoutTests/fast/js/constructor-length-expected.txt ('k') | LayoutTests/fast/js/script-tests/instanceof-XMLHttpRequest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698