-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the less-than ideal test for <meta> refresh I wrote. I don't think it needs a long timeout, but just had to wait for the iframe to load completely, which is when, as per the spec, the refresh timer should start. (Single, tiny HTML file in this case, really shouldn't take long but I guess the browser is pretty busy when all the tests are run at once?) I can only go off of my local test results for this currently but I hope that this fixes the failures that came up. Spec: Step 13 of the shared declarative refresh steps: https://html.spec.whatwg.org/#shared-declarative-refresh-steps Bug: 333976551 Change-Id: I134348aac4f97b321875b37a7c179432585bd3fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5488199 Reviewed-by: Kent Tamura <[email protected]> Reviewed-by: Mason Freed <[email protected]> Commit-Queue: Kent Tamura <[email protected]> Cr-Commit-Position: refs/heads/main@{#1356250}
- Loading branch information
1 parent
4b27fc7
commit 633e522
Showing
4 changed files
with
30 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<title>refresh 1..9.</title> | ||
|
||
<meta http-equiv="refresh" content="1..9.;url=gotRefreshed.html"> |