Open main menu

CDOT Wiki β

Changes

DPS909/OSD600 Fall 2017 Lab 11

6 bytes added, 16:23, 13 December 2017
m
no edit summary
You can use CSS to indicate if your test passed or failed (e.g., set the <code>background-color</code> of the <code>document.body</code> to <code>red</code> after the first <code>onload</code> and then to <code>green</code> after the second, or do any other visual thing you want to indicate pass/fail).
'''NOTE''': your test case should be simple. Don't use extra JavaScript or CSS libraries. You don't need to use any special testing infrastructure. Just a basic HTML page with some JavaScript.
==Step 2. Host your Test Case on GH-PAGES==
159
edits