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

Unified Diff: LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt

Issue 1197733009: Prepare LayoutTests for lazy loading testRunner and internals. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt
diff --git a/LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt b/LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt
index 2c1f604029f5d61cdba12a87f5c01f66649f7e5b..af9af50209809a0d5e53a7ccb9d63eeaec7961e2 100644
--- a/LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt
+++ b/LayoutTests/fast/dom/Geolocation/invalid-internals-arguments-no-crash-expected.txt
@@ -8,11 +8,11 @@ PASS internals.setGeolocationPosition(null, 1, 2, 3); threw exception TypeError:
PASS internals.setGeolocationPermission(window.notThere, true); threw exception TypeError: Failed to execute 'setGeolocationPermission' on 'Internals': parameter 1 is not of type 'Document'..
PASS internals.setGeolocationPositionUnavailableError(null, 'not available'); threw exception TypeError: Failed to execute 'setGeolocationPositionUnavailableError' on 'Internals': parameter 1 is not of type 'Document'..
PASS internals.numberOfPendingGeolocationPermissionRequests(null) threw exception TypeError: Failed to execute 'numberOfPendingGeolocationPermissionRequests' on 'Internals': parameter 1 is not of type 'Document'..
-PASS iframe.internals.setGeolocationClientMock(iframe.document) is undefined.
-PASS iframe.internals.setGeolocationPosition(iframe.document, 1, 2, 3) is undefined.
-PASS iframe.internals.setGeolocationPermission(iframe.document, true) is undefined.
-PASS iframe.internals.setGeolocationPositionUnavailableError(iframe.document, 'not available') is undefined.
-PASS iframe.internals.numberOfPendingGeolocationPermissionRequests(iframe.document) is -1
+PASS iframeInternals.setGeolocationClientMock(iframe.document) is undefined.
+PASS iframeInternals.setGeolocationPosition(iframe.document, 1, 2, 3) is undefined.
+PASS iframeInternals.setGeolocationPermission(iframe.document, true) is undefined.
+PASS iframeInternals.setGeolocationPositionUnavailableError(iframe.document, 'not available') is undefined.
+PASS iframeInternals.numberOfPendingGeolocationPermissionRequests(iframe.document) is -1
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698