<!DOCTYPE html> | |
<!-- | |
* Copyright 2017 The Chromium Authors | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
--> | |
<html> | |
<head> | |
<title>Pause Play Test</title> | |
</head> | |
<body> | |
<h1>Pause Play Test</h1> | |
<p>Status: <span id="status">not-started</span></p> | |
<table border="0" id="test-table"></table> | |
<script src="pause-play.js"></script> | |
</body></html> |