diff options
author | Sebastian C <sebsebmc@gmail.com> | 2025-04-11 02:25:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-11 07:25:37 +0000 |
commit | 2c7aeca404393d239f84773186fb3ce2fe000ef3 (patch) | |
tree | 6d2a997081d25e811b5de4c46997fffe42d5d215 /tests/wpt/meta/html/browsers | |
parent | 80a6ba5e420828eee90d231ef79f3efbdc53608d (diff) | |
download | servo-2c7aeca404393d239f84773186fb3ce2fe000ef3.tar.gz servo-2c7aeca404393d239f84773186fb3ce2fe000ef3.zip |
Handle HTTP Refresh header (#36393)
Move parsing of Refresh values to Document.
Send Refresh header to Document and have meta tags reuse the logic.
I transplanted the existing Regex and made some updates so that it
passed all the existing parser tests.
I added the comments that made sense but it is not very clean to add
many comments within the regex.
Testing: There are existing WPT tests
---------
Signed-off-by: Sebastian C <sebsebmc@gmail.com>
Diffstat (limited to 'tests/wpt/meta/html/browsers')
-rw-r--r-- | tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini index e9ad5e19ad2..9d0d6c47dc1 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini @@ -1,7 +1,3 @@ [navigate.window.html] - expected: TIMEOUT [When navigating the Refresh header needs to be followed] - expected: TIMEOUT - - [When there's both a Refresh header and <meta> the Refresh header wins] expected: FAIL |