Bug 164041
| Summary: | LayoutTest imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cdumez, sime.vidas |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent.html is a flaky failure
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20WK2%20(Tests)/builds/506
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Finteractive-elements%2Fthe-details-element%2FtoggleEvent.html
--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null
PASS Adding open to 'details' should fire a toggle event at the 'details' element
PASS Removing open from 'details' should fire a toggle event at the 'details' element
@@ -8,7 +10,7 @@
PASS Calling removeAttribute('open') to 'details' should fire a toggle event at the 'details' element
PASS Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element
PASS Setting open=false to closed 'details' element should not fire a toggle event at the 'details' element
-PASS Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element
+TIMEOUT Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element Test timed out
Lorem ipsum
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Šime Vidas
I’ve tested in Safari for iOS 10.2. When opening or closing the <details> element, the toggle event is not fired. (I couldn’t test in Nightly, sorry, because I don’t own a Mac.)
Live demo: https://output.jsbin.com/goqole/quiet
Do I need to file a separate bug for this?
Chris Dumez
(In reply to comment #1)
> I’ve tested in Safari for iOS 10.2. When opening or closing the <details>
> element, the toggle event is not fired. (I couldn’t test in Nightly, sorry,
> because I don’t own a Mac.)
>
> Live demo: https://output.jsbin.com/goqole/quiet
>
> Do I need to file a separate bug for this?
No need, it works in Nightly or Safari Technology Preview already. Was fixed in http://trac.webkit.org/r207514.