servo/components/script
bors-servo 9832feddf3
Auto merge of #23192 - jackxbritton:issue-23134, r=jdm
Implement DocumentFragment XML serialization.

When serializing a DocumentFragment node, we should follow [this guy](https://w3c.github.io/DOM-Parsing/#dfn-xml-serializing-a-documentfragment-node) and serialize the node's immediate children. This commit makes that change.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [X] These changes fix #23134 (GitHub issue number if applicable)

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because ___ well, they probably do, but I don't know how to do that and could use some help.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23192)
<!-- Reviewable:end -->
2019-04-12 14:37:45 -04:00
..
docs
dom Auto merge of #23192 - jackxbritton:issue-23134, r=jdm 2019-04-12 14:37:45 -04:00
task_source
body.rs Rename Promise::new to Promise::new_in_current_compartment 2019-04-03 20:45:30 +02:00
build.rs
Cargo.toml Bump euclid to 0.19.7 2019-04-03 23:55:33 -07:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs Fix servo build. 2019-02-10 07:23:51 +01:00
document_loader.rs Auto merge of #23183 - krk:fix-23144, r=asajeffrey 2019-04-11 14:33:44 -04:00
fetch.rs Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00
image_listener.rs
layout_image.rs Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00
lib.rs Make use of RefCell::try_borrow_unguarded 2019-04-12 19:02:07 +02:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
script_thread.rs Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00
serviceworker_manager.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
serviceworkerjob.rs
stylesheet_loader.rs Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00
task.rs
task_manager.rs
task_queue.rs in BC event-loop, only run tasks related to fully-active documents 2019-03-06 14:18:18 +08:00
test.rs
textinput.rs
timers.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
unpremultiplytable.rs
webdriver_handlers.rs Implement WebDriver FindElementFromElement command 2019-03-09 16:56:51 +02:00