1 <!DOCTYPE html> 2 <!-- 3 * Copyright 2017 The Chromium Authors. All rights reserved. 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 --> 7 <html> 8 <head> 9 <title>Pause Play Test</title> 10 </head> 11 <body> 12 <h1>Pause Play Test</h1> 13 <p>Status: <span id="status">not-started</span></p> 14 <table border="0" id="test-table"></table> 15 <script src="pause-play.js"></script> 16 </body> 17 </html> 18