| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..58e7c3eef5c3ed4883d8612c15a395644e0544f5
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/interactive-elements/the-details-element/toggleEvent-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +This is a testharness.js-based test.
|
| +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
|
| +PASS Adding open to 'details' (display:none) should fire a toggle event at the 'details' element
|
| +PASS Adding open from 'details' (no children) should fire a toggle event at the 'details' element
|
| +PASS Calling open twice on 'details' fires only one toggle event
|
| +PASS Calling setAttribute('open', '') to 'details' should fire a toggle event at the 'details' element
|
| +PASS Calling removeAttribute('open') to 'details' should fire a toggle event at the 'details' element
|
| +FAIL Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element assert_true: expected true got false
|
| +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
|
| +Harness: the test ran to completion.
|
| +
|
|
|