Files
brave-core/test/data/nested_iframe.html
Ivan Efremov 783ee0be15 Issue 2095: use the proper tab origin.
https://github.com/brave/brave-browser/issues/2095

As per URLRequest documentation and the corresponding RFC,
site_for_cookies cannot be used as a top-level document origin since it
can be empty in certain cases. We need to replace it with something more
reliable.
2018-11-28 13:34:16 -05:00

6 lines
156 B
HTML

<html><head><title>nested iframe test</title></head>
<body>
<iframe src="/cross-site/c.com/iframe_cookie.html" id="nested_iframe"></iframe>
</body></html>