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

Unified Diff: chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html

Issue 2883273006: Better generalize VR test framework (Closed)
Patch Set: Address nits Created 3 years, 7 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: chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
index e1e4b3b4b072cecd70899113d69cf84a838f93f8..867d193f8459a7d1bbe4231a0275aa067fea38d7 100644
--- a/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
@@ -4,7 +4,6 @@
<body>
<input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscreen
<canvas id="webgl-canvas"></canvas>
- <script src="../../../../../../third_party/WebKit/LayoutTests/resources/testharness.js"></script>
<script src="../resources/webvr_e2e.js"></script>
<script src="../resources/webvr_boilerplate.js"></script>
<script src="../resources/navigation_e2e.js"></script>

Powered by Google App Engine
This is Rietveld 408576698