blob: 64bfd35cebb3eab6adc6e50c93904ceea9261389 [file] [log] [blame]
This page ensures that <input from="X"> and <label from="X"> don't associate with any form elements when there is no <form id="X">.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
label1 label2
PASS inputShouldHaveForm.form is form
PASS inputShouldNotHaveForm.form is null
PASS labelShouldHaveForm.form is form
PASS labelShouldNotHaveForm.form is null
PASS successfullyParsed is true
TEST COMPLETE