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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html

Issue 2642873002: Moves mojo.define -> gin.define. (Closed)
Patch Set: rebaseline Created 3 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: third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
index 073a3748d798134038af5afd9d917b65876a0a98..cd981dbaf40756e15d20c87d1d0393d7039ab01f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/coordinates-interface-attributes.html
@@ -10,9 +10,6 @@
description("Test the attribute handling of the Coordinates interface");
window.jsTestIsAsync = true;
-if (!window.testRunner || !window.mojo)
- debug('This test can not run without testRunner or mojo');
-
// Format: [Input], [Expected]
// Input: latitude, longitude, accuracy, altitude, altitudeAccuracy, heading, speed.
// Expected: latitude, longitude, accuracy, altitude, altitudeAccuracy, heading, speed.

Powered by Google App Engine
This is Rietveld 408576698