Pass | Verifies that fragment navigation reveals hidden=until-found elements. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:21:3) |
|
Pass | Verifies that fragment navigation reveals all parent hidden=until-found elements. | Asserts runPass | assert_false(false, "parentid should not have the hidden attribute.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:30:3) | Pass | assert_false(false, "hiddenid should not have the hidden attribute.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:31:3) | Pass | assert_false(false, "childid should not have the hidden attribute.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:32:3) |
|
Pass | Verifies that the beforematch event is fired synchronously and bubbles after fragment navigation. | Asserts runPass | assert_true(true, "beforematch should have been fired on parentid.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:46:3) | Pass | assert_true(true, "beforematch should have been fired on hiddenid.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:47:3) | Pass | assert_false(false, "beforematch should not have been fired on childid.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:48:3) |
|
Pass | Verifies that when a beforematch event handler moves a matching element, we scroll to its final location. | Asserts runPass | assert_true(true, "Scroll should reset at the beginning of the test.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:54:3) | Pass | assert_equals(0, 0, "scrolling should happen after beforematch is fired.")
at target.onbeforematch ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:70:5) | Pass | assert_true(true, "The beforematch event should have been fired.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:79:3) | Pass | assert_not_equals(7334, 0, "Fragment navigation should have scrolled down the page to the target element.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:82:3) | Pass | assert_equals(7334, 7334, "The scroll after beforematch should be the same as scrolling directly to the element's final destination.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:84:3) |
|
Pass | Verifies that the beforematch event is fired on the right element when there are multiple hidden=until-found elements. | Asserts runPass | assert_false(false, "foo was not navigated to, so it should not get the beforematch event.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:113:3) | Pass | assert_true(true, "bar was navigated to, so it should get the beforematch event.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:114:3) | Pass | assert_true(true, "the page should be scrolled down to bar.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:115:3) |
|
Pass | Verifies that no scrolling occurs when an element selected by the fragment identifier is detached by the beforematch event handler. | Asserts runPass | assert_true(true, "Scroll should reset at the beginning of the test.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:121:3) | Pass | assert_true(true, "beforematch should be called when window.location.hash is set to #detach.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:138:3) | Pass | assert_true(true, "The page should not be scrolled down to where #detach used to be.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:139:3) |
|
Pass | No scrolling should occur when the beforematch event handler sets the target element's style to display: none. | Asserts runPass | assert_true(true, "Scroll should reset at the beginning of the test.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:145:3) | Pass | assert_true(true, "beforematch should be called when window.location.hash is set to #displaynone.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:162:3) | Pass | assert_true(true, "The page should not be scrolled down to where #displaynone used to be.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:163:3) |
|
Pass | Scrolling should still occur when beforematch sets visiblity:hidden on the target element. | Asserts runPass | assert_true(true, "Scroll should reset at the beginning of the test.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:169:3) | Pass | assert_true(true, "beforematch should be called when window.location.hash is set to #visibilityhidden.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:186:3) | Pass | assert_true(true, "The page should be scrolled down to where #visibilityhidden is.")
at Test.<anonymous> ( /html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html:187:3) |
|
Pass | Verifies that the beforematch event is not fired on elements without hidden=until-found. | Asserts runNo asserts ran |