Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / instanceof-XMLHttpRequest-expected.txt
index 940f5cc..f070a6a 100644 (file)
@@ -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