-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOM: Added a few batch-insertion scenarios that are incompatible across engines #44658
Commits on Feb 29, 2024
-
Test inserting a script and a div from a DocumentFragment
The test follows the spec, but the spec is followed only by Safari.
Configuration menu - View commit details
-
Copy full SHA for dd49336 - Browse repository at this point
Copy the full SHA dd49336View commit details -
Test inserting a script and a custom element
This test too follows the spec, but only Safari defines the custom element before inserting one in the document, other browsers upgrade the custom-element at the time of the customElements.define call because it is already in tree.
Configuration menu - View commit details
-
Copy full SHA for b8c4374 - Browse repository at this point
Copy the full SHA b8c4374View commit details -
Test inserting a script and button in a form from a div
This test once again follows the spec, but only Safari executes it correctly, with no form owner set on the button at the time of the execution of the script.
Configuration menu - View commit details
-
Copy full SHA for 05694a9 - Browse repository at this point
Copy the full SHA 05694a9View commit details -
Test inserting three scripts where the first one modifies the third one
Safari and Chrome pass that test, Firefox fails it.
Configuration menu - View commit details
-
Copy full SHA for 6e602f6 - Browse repository at this point
Copy the full SHA 6e602f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a43ca1 - Browse repository at this point
Copy the full SHA 8a43ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11214ff - Browse repository at this point
Copy the full SHA 11214ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631c9ac - Browse repository at this point
Copy the full SHA 631c9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddd125 - Browse repository at this point
Copy the full SHA 2ddd125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7643207 - Browse repository at this point
Copy the full SHA 7643207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66357e1 - Browse repository at this point
Copy the full SHA 66357e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d104e23 - Browse repository at this point
Copy the full SHA d104e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e52f0f - Browse repository at this point
Copy the full SHA 1e52f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae30cc5 - Browse repository at this point
Copy the full SHA ae30cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 392eed7 - Browse repository at this point
Copy the full SHA 392eed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a339b35 - Browse repository at this point
Copy the full SHA a339b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 982a1f4 - Browse repository at this point
Copy the full SHA 982a1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55767c7 - Browse repository at this point
Copy the full SHA 55767c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee6105 - Browse repository at this point
Copy the full SHA 3ee6105View commit details -
Configuration menu - View commit details
-
Copy full SHA for d598cb5 - Browse repository at this point
Copy the full SHA d598cb5View commit details -
Update dom/nodes/insertion-effects/Node-appendChild-script-and-button…
…-from-div.tentative.html Co-authored-by: Dominic Farolino <domfarolino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68ee4c1 - Browse repository at this point
Copy the full SHA 68ee4c1View commit details -
Update dom/nodes/insertion-effects/Node-appendChild-script-and-styles…
…heet-link-from-fragment.tentative.html Co-authored-by: Dominic Farolino <domfarolino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8c3dd0 - Browse repository at this point
Copy the full SHA b8c3dd0View commit details -
Apply suggestions from code review
Co-authored-by: Dominic Farolino <domfarolino@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 70b0596 - Browse repository at this point
Copy the full SHA 70b0596View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5eaa85 - Browse repository at this point
Copy the full SHA e5eaa85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da6f2d - Browse repository at this point
Copy the full SHA 7da6f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4573bb4 - Browse repository at this point
Copy the full SHA 4573bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bfc45b - Browse repository at this point
Copy the full SHA 6bfc45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a010df - Browse repository at this point
Copy the full SHA 5a010dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7174e5 - Browse repository at this point
Copy the full SHA d7174e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98aa182 - Browse repository at this point
Copy the full SHA 98aa182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b9cb2 - Browse repository at this point
Copy the full SHA 76b9cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f818763 - Browse repository at this point
Copy the full SHA f818763View commit details