Pass | The scrolldelay attribute is a string | Asserts runPass | assert_equals(85, 85, "The delay time should be 85ms.")
at Test.<anonymous> ( /html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html:16:5) |
|
Pass | The scrolldelay attribute is a negative | Asserts runPass | assert_equals(85, 85, "The delay time should be 85ms.")
at Test.<anonymous> ( /html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html:21:5) |
|
Pass | The scrolldelay attribute is less than 60 | Asserts runPass | assert_equals(1, 1, "The delay time should be 1ms (although this doesn't match rendering).")
at Test.<anonymous> ( /html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html:26:5) |
|
Pass | The scrolldelay attribute is greater than 60 | Asserts runPass | assert_equals(100, 100, "The delay time should be 100ms.")
at Test.<anonymous> ( /html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html:33:5) |
|