servo/components/script
bors-servo 43cc2a0224
Auto merge of #23029 - KwanEsq:insertRuleNoIndex, r=SimonSapin
Update StyleSheet.insertRule WebIDL to make index optional.

Update wpt metadata to show the new passes.
Add one test as crashing since currently passing an \@import rule to insertRule
leads to "Expected a stylesheet loader for \@import"

---

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23025
- [x] There are tests for these changes
- [x] ./mach test-wpt css/cssom passes with these changes

<!-- 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/23029)
<!-- Reviewable:end -->
2019-03-20 13:04:13 -04:00
..
docs
dom Auto merge of #23029 - KwanEsq:insertRuleNoIndex, r=SimonSapin 2019-03-20 13:04:13 -04:00
task_source
body.rs
build.rs
Cargo.toml Remove offscreen_gl_context dependency from canvas_traits and script. 2019-03-07 09:27:36 -05:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs Fix servo build. 2019-02-10 07:23:51 +01:00
document_loader.rs ran ./mach fmt 2019-03-14 14:10:29 -05:00
fetch.rs
image_listener.rs Implement HTMLMediaElement poster attribute 2019-01-11 17:11:11 +01:00
layout_image.rs Add url for LayoutImageContext 2019-03-16 12:26:31 -03:00
lib.rs Implement CDATASection interface and createCDATASection method 2019-03-14 21:41:02 +02:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs Reintroduce parent runtimes for worker threads. 2019-01-15 14:00:13 -05:00
script_thread.rs ran ./mach fmt 2019-03-14 14:10:29 -05:00
serviceworker_manager.rs
serviceworkerjob.rs
stylesheet_loader.rs
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
unpremultiplytable.rs
webdriver_handlers.rs Implement WebDriver FindElementFromElement command 2019-03-09 16:56:51 +02:00