test_attributes_exist.html (729B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Page Visibility API Definition</title> 6 7 <script type="text/javascript" src="/resources/testharness.js"></script> 8 <script src="/resources/testharnessreport.js"></script> 9 <script type="text/javascript" src="resources/pagevistestharness.js"></script> 10 </head> 11 <body> 12 <h1>Description</h1> 13 <p>This test validates that all of the attributes associated with the Page Visibility feature exist 14 (but does not validate that their values are correct).</p> 15 16 <div id="log"></div> 17 18 <script type="text/javascript" > 19 test_feature_exists(); 20 </script> 21 </body> 22 </html>