Commit be8a3b0a authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Fix HTML in a comment.

IIUC, the iframe content is fetched from another resource, not
written inline. Make it clear that we're presenting a
devtools-like view of the frame content.

Change-Id: I43adb622bcc03ef1d51429386f11966de0171dc7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890476Reviewed-by: default avatarBalazs Engedy <engedy@chromium.org>
Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Commit-Queue: Balazs Engedy <engedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711197}
parent e141b413
......@@ -29,14 +29,19 @@ namespace content_settings {
// Example:
// https://a.com/index.html
// <html>
// <body>
// <iframe href="https://b.com/frame.html">
// <img href="https://a.com/img.jpg>
// <img href="https://b.com/img.jpg>
// <img href="https://c.com/img.jpg>
// </iframe>
// </body>
// </html>
// <body>
// <iframe href="https://b.com/frame.html">
// #document
// <html>
// <body>
// <img href="https://a.com/img.jpg>
// <img href="https://b.com/img.jpg>
// <img href="https://c.com/img.jpg>
// </body>
// </html>
// </iframe>
// </body>
//</html>
//
// When each of these resources get fetched, |top_frame_origin| will always be
// "https://a.com" and |site_for_cookies| is set the following:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment