UNPKG

quixote

Version:

CSS unit and integration testing

15 lines (14 loc) 444 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script> // To detect if scripts have been run, change this global variable and then reset/reload this page. window._Q_FRAME_TEST_GLOBAL = "initial value"; </script> </head> <body> <p id="exists">If this element exists, then this file was loaded into the frame.</p> <p class="style-me">If this element is styled, then the stylesheet was loaded using a link tag.</p> </body> </html>