Pass | assert_equals("mypopover", "mypopover", "Setting element.popoverTargetElement to a valid element should work")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:14:3) |
Pass | assert_false(false, "Setting element.popoverTargetElement to null should unset popovertarget attribute.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:18:3) |
Pass | assert_equals(null, null, "Setting element.popoverTargetElement to null should remove the existing element from element.popoverTargetElement.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:20:3) |
Pass | assert_true(true, "Assigning to element.popoverTargetElement should set the popovertarget attribute.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:24:3) |
Pass | assert_equals(null, null, "Removing the popovertarget attribute should remove the element from element.popoverTargetElement.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:28:3) |
Pass | assert_true(true, "Assigning to element.popoverTargetElement should set the popovertarget attribute.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:32:3) |
Pass | assert_equals(null, null, "Setting the popovertarget attribute to a localName that is not attr should remove the existing element from element.popoverTargetElement.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:36:3) |
Pass | assert_equals(null, null, "Setting the popovertarget attribute to empty string right after setting explicit element does remove the explicit element.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:41:3) |
Pass | assert_equals("mypopover", "mypopover", "Setting the popovertarget attribute to a value should set the popover target element.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:45:3) |
Pass | assert_equals("", "", "Assigning to element.popoverTargetElement to empty string should update the attribute value to empty string.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:48:3) |
Pass | assert_equals(null, null, "Setting the popovertarget attribute to empty string should remove the existing element from element.popoverTargetElement.")
at Test.<anonymous> ( /html/semantics/popovers/popovertarget-reflection.html:50:3) |