mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #21048 - cbrewster:hash_change_history, r=asajeffrey
Track hash changes in session history <!-- Please describe your changes on the following line: --> Adds tracking of hash changes in the session history. --- <!-- 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 #14970 fix #13437 (github issue number if applicable). <!-- 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/21048) <!-- Reviewable:end -->
This commit is contained in:
commit
a97d8b99ef
22 changed files with 110 additions and 87 deletions
|
@ -4,8 +4,5 @@
|
|||
expected: FAIL
|
||||
|
||||
[Instant scrolling while doing history navigation.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Smooth scrolling while doing history navigation.]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -34,5 +34,3 @@
|
|||
[windows-1254: iso_8859-9:1989 (XMLHttpRequest)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[single-byte-decoder.html?TextDecoder]
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
expected: FAIL
|
||||
|
||||
|
||||
[request-keepalive-quota.html?include=slow-1]
|
||||
|
||||
[request-keepalive-quota.html?include=slow-2]
|
||||
[A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[hashchange_event.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Queue a task to fire hashchange event]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fragment Navigation: hashchange event]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fragment Navigation: hashchange event]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fragment Navigation: hashchange event multiple changes old/newURL]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Fragment Navigation: hashchange event multiple changes old/newURL]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
[004.html]
|
||||
[browser needs to support hashchange events for this testcase]
|
||||
expected: FAIL
|
||||
|
||||
[queued .go commands should all be executed when the queue is processed]
|
||||
expected: FAIL
|
||||
|
||||
[history position should be calculated when executing, not when calling the .go command]
|
||||
expected: FAIL
|
||||
|
|
@ -98,8 +98,6 @@
|
|||
expected: TIMEOUT
|
||||
|
||||
|
||||
[parsing.html?81-90]
|
||||
|
||||
[parsing.html?91-100]
|
||||
expected: TIMEOUT
|
||||
[<meta>: "0; url=foo"]
|
||||
|
@ -247,8 +245,6 @@
|
|||
expected: TIMEOUT
|
||||
|
||||
|
||||
[parsing.html?131-last]
|
||||
|
||||
[parsing.html?1-10]
|
||||
expected: TIMEOUT
|
||||
[<meta>: "1"]
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
[WebSockets: Send/Receive blob, blob size less than network array buffer]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[001.html]
|
||||
|
|
|
@ -3,5 +3,3 @@
|
|||
[WebSockets: Send/Receive blob, blob size greater than network array buffer]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[002.html]
|
||||
|
|
|
@ -3,5 +3,3 @@
|
|||
[WebSockets: Send/Receive ArrayBuffer, size greater than network array buffer]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[004.html]
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
[WebSockets: Send/Receive ArrayBuffer, size less than network array buffer]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[005.html]
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
[WebSockets: bufferedAmount for ArrayBuffer]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[bufferedAmount-arraybuffer.html]
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
[WebSockets: bufferedAmount for blob]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[bufferedAmount-blob.html]
|
||||
|
|
|
@ -5,7 +5,3 @@
|
|||
[sync-no-timeout]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[sync-no-timeout.any.worker.html]
|
||||
|
||||
[sync-no-timeout.any.html]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue