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

Unified Diff: LayoutTests/bluetooth/requestDevice.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
Index: LayoutTests/bluetooth/requestDevice.html
diff --git a/LayoutTests/bluetooth/requestDevice.html b/LayoutTests/bluetooth/requestDevice.html
index e5edc888951d62dd4e7e443c151d19bf51354d83..100d9b9436b74e9ad2ea80b0a564d7fb003dd119 100644
--- a/LayoutTests/bluetooth/requestDevice.html
+++ b/LayoutTests/bluetooth/requestDevice.html
@@ -4,7 +4,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.");
sequential_promise_test(function() {
« no previous file with comments | « LayoutTests/bluetooth/readValue.html ('k') | LayoutTests/css3/device-adapt/viewport-height-extend-to-zoom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698