mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #11476 - asajeffrey:add-tests-for-iframe-parentage, r=jdm
Added wpt tests for same-origin iframe parentage. <!-- Please describe your changes on the following line: --> Added some wpt tests to make sure same-origin iframes have the right parentage. --- <!-- 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] There are tests for these changes OR <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11476) <!-- Reviewable:end -->
This commit is contained in:
commit
a99cd2362d
6 changed files with 84 additions and 0 deletions
|
@ -6454,6 +6454,12 @@
|
|||
"url": "/_mozilla/mozilla/iframe-unblock-onload.html"
|
||||
}
|
||||
],
|
||||
"mozilla/iframe/same_origin_parentage.html": [
|
||||
{
|
||||
"path": "mozilla/iframe/same_origin_parentage.html",
|
||||
"url": "/_mozilla/mozilla/iframe/same_origin_parentage.html"
|
||||
}
|
||||
],
|
||||
"mozilla/iframe_contentDocument.html": [
|
||||
{
|
||||
"path": "mozilla/iframe_contentDocument.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue