mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Auto merge of #11690 - asajeffrey:navigation-history-spec-tests, r=ConnorGBrewster
Added test for whether only fully active documents contribute to the joint session history <!-- Please describe your changes on the following line: --> The spec https://html.spec.whatwg.org/multipage/#joint-session-history says that only fully active documents contribute to the joint session history, but this appears not to be what's implemented. --- <!-- 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 <!-- 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/11690) <!-- Reviewable:end -->
This commit is contained in:
commit
90a8aba853
7 changed files with 80 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
[joint-session-history-only-fully-active.html]
|
||||
type: testharness
|
||||
[Do only fully active documents count for session history?]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue