-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Augment iframe lazyload tests for srcdoc #24361
Conversation
Actually I'm going to refactor this test to make better - please hold off on reviewing until my next comment, sorry |
OK that was quicker than expected. I've broken the one test in this file into four tests, which is much cleaner I think. PTAL! |
Ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % nit
html/semantics/embedded-content/the-iframe-element/iframe-loading-lazy.tentative.html
Show resolved
Hide resolved
I realized Scott doesn't have the access to this repo to authoritatively review PRs, so I'm closing this and landing it at https://chromium-review.googlesource.com/c/chromium/src/+/2276624. |
This PR augments the existing iframe lazyload test for srcdoc lazyload support. Chrome currently does not implement this. The test accompanies the spec change made at: whatwg/html#5579. I am TBR'ing this because sclittle@ already reviewed this at #24361, but doesn't have the permissions to submit an "authoritative" review over there. TBR=sclittle@chromium.org Bug: 1101170 Change-Id: I5c5790c5d2eca3efbb01c5470e2267f2265858f6
This CL augments the existing iframe lazyload test for srcdoc lazyload support. Chrome currently does not implement this. The test accompanies the spec change made at: whatwg/html#5579. I am TBR'ing this because sclittle@ already reviewed this at #24361, but doesn't have the permissions to submit an "authoritative" review over there. TBR=sclittle@chromium.org Bug: 1101170 Change-Id: I5c5790c5d2eca3efbb01c5470e2267f2265858f6
This CL augments the existing iframe lazyload test for srcdoc lazyload support. Chrome currently does not implement this. The test accompanies the spec change made at: whatwg/html#5579. I am TBR'ing this because sclittle@ already reviewed this at #24361, but doesn't have the permissions to submit an "authoritative" review over there. TBR=sclittle@chromium.org Bug: 1101170 Change-Id: I5c5790c5d2eca3efbb01c5470e2267f2265858f6
@stephenmcgruer can you give @scott-little the right access? |
Invitation sent. |
LGTM (except #24471) |
This PR augments the existing iframe lazyload test for
srcdoc
lazyload supportwhatwg/html#5579