WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
70385
Implement full test suite for childList type mutation records
https://bugs.webkit.org/show_bug.cgi?id=70385
Summary
Implement full test suite for childList type mutation records
Rafael Weinstein
Reported
2011-10-18 16:49:19 PDT
There are a small number (maybe 10s) of cases where a single DOM operation can and should result in a single mutation record. We need to find these cases and assert their behavior in the layout tests. Examples -innerHTML -innerText -textNode.replaceWholeText -node.insertBefore(node.firstChild, node.firstChild.nextSibling);
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-08-12 10:48:00 PDT
We have WPT Test Suite - I don't think we would need separate test cases unless on rare occasions, Webkit is the first one to fix the issue or align with web-spec. I am going to mark this as "RESOLVED WONTFIX" but if I am wrong then please reopen. Thanks!
Alexey Proskuryakov
Comment 2
2022-08-20 16:03:23 PDT
Grepping through WPT tests that we have imported, I can't easily tell if these scenarios are covered. But at least we work correctly in a few cases that I tried manually.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug