1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / background_sync / test.html [blame]

<!DOCTYPE html>
<html>
 <head>
  <title>Background Sync API Test</title>
  <script src="../format_error.js"></script>
  <script src="../result_queue.js"></script>
  <script src="background_sync_test_helpers.js"></script>
 </head>
 <body>
   <h1>Background_Sync_API Test</h1>
 </body>
</html>