aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests
Commit message (Collapse)AuthorAgeFilesLines
* Update web-platform-tests to revision 3b0853b41cdb88c713f2ac3636f5b69c14b31d49WPT Sync Bot2019-04-2919-18/+424
|
* Update web-platform-tests to revision 301ce26e6c4fdc9c7b04dc86e009835662519c37WPT Sync Bot2019-04-2812-0/+236
|
* Update web-platform-tests to revision 4accec3d14ccdc7b170017c0df299b954019f06fWPT Sync Bot2019-04-2733-122/+847
|
* Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787aeWPT Sync Bot2019-04-26177-2002/+4574
|
* Update web-platform-tests to revision 7a7e16ad8d1a1b843340f47101c0a5c24c9bba57WPT Sync Bot2019-04-24161-1236/+2229
|
* Update web-platform-tests to revision 8f35eec39a68b77c04b4dbe1f108e4fd86ad7afcWPT Sync Bot2019-04-223-7/+19
|
* Update web-platform-tests to revision 4657e102531b29ebfbf73b547693288c51c8b8c0WPT Sync Bot2019-04-207-182/+687
|
* Update web-platform-tests to revision e3cf1284464a4a3e46fd15e4138f8e32c6cecdd8WPT Sync Bot2019-04-1937-364/+983
|
* Update web-platform-tests to revision 20424e735a5e6ac7a474ae35d86c714272aea0e8WPT Sync Bot2019-04-1854-151/+913
|
* Update web-platform-tests to revision 85e8612e81c8b478c8cac7260436646e48d3f7aeWPT Sync Bot2019-04-1750-194/+536
|
* Auto merge of #23206 - servo-wpt-sync:wpt_update_16-04-2019, r=servo-wpt-syncbors-servo2019-04-1627-147/+693
|\ | | | | | | | | | | | | | | | | | | | | | | Sync WPT with upstream (16-04-2019) Automated downstream sync of changes from upstream as of 16-04-2019. [no-wpt-sync] <!-- 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/23206) <!-- Reviewable:end -->
| * Update web-platform-tests to revision fd0429f0b45f975b25d85256dac33762134952c5WPT Sync Bot2019-04-1627-147/+693
| |
* | Auto merge of #23153 - 5h1rU:xmlserializer-serializetostring-panics, r=jdmbors-servo2019-04-151-0/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make serializeToString serialize document nodes correctly <!-- Please describe your changes on the following line: --> This is the fix for ScriptThread panic when `new XMLSerializer().serializeToString(document);` is called. r?@jdm --- <!-- 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 #23130 <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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/23153) <!-- Reviewable:end -->
| * Add new XMLSerializer().serializeToString functionalityFelipe Janer2019-04-151-0/+5
| |
* | Update web-platform-tests to revision 3efff9b2d66aed3d8e2061205069883fd54df2beWPT Sync Bot2019-04-1341-563/+833
|/
* Auto merge of #23192 - jackxbritton:issue-23134, r=jdmbors-servo2019-04-121-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 -->
| * Implement DocumentFragment XML serialization.Jack Britton2019-04-121-0/+8
| |
* | Update web-platform-tests to revision 386d27678c48bf468b8d374e2ba718e32185a5b7WPT Sync Bot2019-04-1218-42/+213
| |
* | Update web-platform-tests to revision e3d0146264093a389148cc555ee9be69bd75719bWPT Sync Bot2019-04-1127-76/+607
|/
* Update web-platform-tests to revision 687b6cba3385c4c2ca85f44fe072961e651621b5WPT Sync Bot2019-04-0935-155/+416
|
* Update web-platform-tests to revision 2221fe343f0f4cb4e4e382bfd43bc8b1e69a98baWPT Sync Bot2019-04-082-13/+47
|
* Update web-platform-tests to revision 923923a01f38577f471b1e613c4223a21ac027ffWPT Sync Bot2019-04-072-6/+6
|
* Update web-platform-tests to revision 4688078c2cc6e81651b220f3c1944d956f63046bWPT Sync Bot2019-04-0541-29/+1541
|
* Update web-platform-tests to revision 0cde5f6b37c9b3e3f9153eb1b172680e9aea9bf9WPT Sync Bot2019-04-0551-20/+568
|
* Update web-platform-tests to revision b8669365b81965f5400d6b13a7783415b44e679dWPT Sync Bot2019-04-0326-143/+681
|
* Auto merge of #23156 - servo-wpt-sync:wpt_update_03-04-2019, r=jdmbors-servo2019-04-0389-445/+735
|\ | | | | | | | | | | | | | | | | | | | | | | Sync WPT with upstream (03-04-2019) Automated downstream sync of changes from upstream as of 03-04-2019. [no-wpt-sync] <!-- 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/23156) <!-- Reviewable:end -->
| * Update web-platform-tests to revision 0a28ecf697d96db228f8382db0e41f1c54314dadWPT Sync Bot2019-04-0389-445/+735
| |
* | Auto merge of #23103 - ferjm:srcObject, r=Manishearthbors-servo2019-04-031-0/+31
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | Implement srcObject logic for Blob media providers - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for 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/23103) <!-- Reviewable:end -->
| * Implement srcObject logic for Blob media providersFernando Jiménez Moreno2019-03-271-0/+31
| |
* | Update web-platform-tests to revision 3bbb55915a04548e70c63b7c143a83e0e9d3c5e7WPT Sync Bot2019-04-0281-239/+644
| |
* | Update web-platform-tests to revision f24d88b7d2cd2d851533e9c1180b1c5c5d118bc3WPT Sync Bot2019-03-3117-1/+985
| |
* | Update web-platform-tests to revision d4f8820261cce3f9ee37353b6d76d247cb12a972WPT Sync Bot2019-03-3027-220/+211
| |
* | Update web-platform-tests to revision add24188a1226f3598ad6b455e71641c9ac6a5fdWPT Sync Bot2019-03-2966-79/+1639
| |
* | Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfbWPT Sync Bot2019-03-29165-521/+2116
|/
* Update web-platform-tests to revision 3b0abc897b6f4f3997ed42b9ef902e98b2893d8dWPT Sync Bot2019-03-241-2/+2
|
* Update web-platform-tests to revision 122a4672fa0dc554a6e7528fa3487fd907c792eeWPT Sync Bot2019-03-23286-1282/+3384
|
* Auto merge of #23073 - sbansal3096:master, r=emiliobors-servo2019-03-223-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose public getter to stylesheet's owner <!-- Please describe your changes on the following line: --> - [x] expose a public getter on CSSStyleSheet to return the stylesheet's owner - [x] in CSSRuleList::insert_rule, use the new getter to pass a non-None value as an argument to arc.insert_rule - [x] add a test for this that verifies that the new stylesheet is actually loaded --- <!-- 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 #23028 <!-- Either: --> - [x] There are tests for these changes <!-- 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/23073) <!-- Reviewable:end -->
| * Fix insertRule crash by exposing getter on stylesheet's ownersbansal30962019-03-223-0/+22
| |
* | Update web-platform-tests to revision b7a8b84debb42268ea95a45bdad8f727d1facdf7WPT Sync Bot2019-03-21199-1346/+5114
|/
* Cherry-pick https://github.com/web-platform-tests/wpt/pull/15949 from upstream.Josh Matthews2019-03-201-5/+8
|
* Cherry-pick https://github.com/web-platform-tests/wpt/pull/15932 from upstream.Josh Matthews2019-03-201-2/+2
|
* Update web-platform-tests to revision c2e5b9fbaa17424f05ca2bb04609790a3b61d5c2WPT Sync Bot2019-03-20106-634/+2242
|
* Update web-platform-tests to revision 2d68590d46a990bf28a08d6384a59962d2e56bf6WPT Sync Bot2019-03-14122-227/+1132
|
* Update web-platform-tests to revision ea3cae9746c39e8192b91181044144c60d9388e8WPT Sync Bot2019-03-12159-197/+5761
|
* Auto merge of #22802 - gterzian:only_run_tasks_for_fully_active_docs, r=noxbors-servo2019-03-113-0/+37
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In BC event-loop, only run tasks related to fully-active documents <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #22792 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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/22802) <!-- Reviewable:end -->
| * in BC event-loop, only run tasks related to fully-active documentsGregory Terzian2019-03-063-0/+37
| |
* | Update web-platform-tests to revision dc5ac330e65f29e767d7ce86004be251aad321f6WPT Sync Bot2019-03-094-0/+238
| |
* | Update web-platform-tests to revision 8fde342d6e62e9820f2c19db634b99b78df796faWPT Sync Bot2019-03-0833-239/+772
| |
* | Update web-platform-tests to revision 8a14626934f5748a4ea6210847a02c0d8bbc8560WPT Sync Bot2019-03-0784-195/+2178
| |
* | Update web-platform-tests to revision 78f764c05c229883e87ad135c7153051a66e2851WPT Sync Bot2019-03-061954-3355/+7823
| |