| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM w/ comments
<link rel="stylesheet" href="/resource-timing/resources/nested-initiator.css">Some other things that would be interesting to test (not sure if these exist already):
1. A dynamically inserted CSS stylesheet (no subresources). I'd assume this should use the current context (null for initial loads, otherwise uses TaskAttribution)?
2. Subresources of a dynamically inserted CSS stylesheet. I'd assume this should always use the refererrer?
<script>nit: Can you put this <script> tag inside the <body> (or just get rid of the <body> tags altogether since they aren't needed (similarly the <head> tags aren't needed anymore))? I think this might work, but I'm not sure this is technically valid HTML.
Ultra nit: remove the blank lines here and at the end (21 and 35) (not needed / better for readability since it's indented).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |