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

Unified Diff: LayoutTests/webintents/web-intents-api-expected.txt

Issue 9949021: Merge 113282 - Switch web intents API to be vendor-prefixed (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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/webintents/web-intents-api.html ('k') | LayoutTests/webintents/web-intents-invoke.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webintents/web-intents-api-expected.txt
===================================================================
--- LayoutTests/webintents/web-intents-api-expected.txt (revision 113341)
+++ LayoutTests/webintents/web-intents-api-expected.txt (working copy)
@@ -1,10 +1,10 @@
-PASS navigator.startActivity is defined.
-PASS var intent = new Intent() threw exception TypeError: Not enough arguments.
-PASS new Intent('a') threw exception TypeError: Not enough arguments.
-PASS new Intent('','','') threw exception Error: SYNTAX_ERR: DOM Exception 12.
-PASS new Intent('','b','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
-PASS new Intent('','','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
-PASS new Intent('a','','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS navigator.webkitStartActivity is defined.
+PASS var intent = new WebKitIntent() threw exception TypeError: Not enough arguments.
+PASS new WebKitIntent('a') threw exception TypeError: Not enough arguments.
+PASS new WebKitIntent('','','') threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS new WebKitIntent('','b','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS new WebKitIntent('','','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
+PASS new WebKitIntent('a','','c') threw exception Error: SYNTAX_ERR: DOM Exception 12.
PASS intent1.action is "a"
PASS intent1.type is "b"
PASS intent1.data is undefined.
@@ -26,7 +26,7 @@
PASS intent7.data is true
PASS intent8.data is null
PASS intent9.data == '[object Object]' is true
-PASS navigator.startActivity(intent1) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS navigator.webkitStartActivity(intent1) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webintents/web-intents-api.html ('k') | LayoutTests/webintents/web-intents-invoke.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698