mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #10844 - sliz1:10740, r=frewsxcv
Implement the "progressevent" argument to Document::createEvent Fixes https://github.com/servo/servo/issues/10740 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10844) <!-- Reviewable:end -->
This commit is contained in:
commit
09b2efc706
4 changed files with 14 additions and 24 deletions
5
tests/wpt/metadata/dom/events/ProgressEvent.html.ini
Normal file
5
tests/wpt/metadata/dom/events/ProgressEvent.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[ProgressEvent.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
[document.createEvent() should not work with ProgressEvent.]
|
||||
expected: FAIL
|
|
@ -253,30 +253,6 @@
|
|||
[createEvent('POPSTATEEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[ProgressEvent should be an alias for ProgressEvent.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('ProgressEvent') should be initialized correctly.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[progressevent should be an alias for ProgressEvent.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('progressevent') should be initialized correctly.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[PROGRESSEVENT should be an alias for ProgressEvent.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[createEvent('PROGRESSEVENT') should be initialized correctly.]
|
||||
bug: https://github.com/servo/servo/issues/10740
|
||||
expected: FAIL
|
||||
|
||||
[SVGZoomEvent should be an alias for SVGZoomEvent.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue