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

Unified Diff: LayoutTests/bluetooth/getPrimaryService.html

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
« no previous file with comments | « LayoutTests/bluetooth/getCharacteristic.html ('k') | LayoutTests/bluetooth/idl-BluetoothDevice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/bluetooth/getPrimaryService.html
diff --git a/LayoutTests/bluetooth/getPrimaryService.html b/LayoutTests/bluetooth/getPrimaryService.html
index 5f6d6ea52a2efe027c596af76284262a13474023..d7763c5f31fa367d44810dc05cd0910bcdd90c80 100644
--- a/LayoutTests/bluetooth/getPrimaryService.html
+++ b/LayoutTests/bluetooth/getPrimaryService.html
@@ -3,7 +3,7 @@
<script src="../resources/testharnessreport.js"></script>
<script src="bluetooth-helpers.js"></script>
<script>
-test(function(t) { assert_exists(window, "testRunner"); t.done(); },
+test(function(t) { assert_true(window.testRunner instanceof Object); t.done(); },
"window.testRunner is required for the following tests.");
var generic_access = "00001800-0000-1000-8000-00805f9b34fb";
« no previous file with comments | « LayoutTests/bluetooth/getCharacteristic.html ('k') | LayoutTests/bluetooth/idl-BluetoothDevice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698