-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify RT entry creation when iframe changes src
#316
Comments
The second test succeeds in Firefox and fails in Chrome/Safari. |
That makes sense. It's possible that Chromium's implementation of the restriction was over-zealous... /cc @achristensen07 |
Acknowledged. I don't have a strong preference either way |
@noamr - can you file a crbug on this? |
I was going to once I file the HTML PR, as right now this is unspecified. But I can start with a crbug. |
Done. https://bugs.chromium.org/p/chromium/issues/detail?id=1290721 together with the spec PR https://github.com/whatwg/html/pull/7531/files |
whatwg/html#7531 and the new WPTS clear this up. |
Take the following scenario:
src
src
to a different URL.In WebKit/Chromium, there would be 1 resource entry in the performance timeline. In Gecko there would be 2.
The previous Resource Timing spec was a bit vague about it, where the scenario presented there was about internal iframe navigations.
I believe that WebKit/Chromium try to follow the spirit of the old spec, but that Gecko is doing the actual right thing (there's no point in hiding the resource entry for a resource loaded explicitly by the owner document).
This affects the iframe bit of whatwg/html#6542.
The text was updated successfully, but these errors were encountered: