Chromium Code Reviews| Index: content/test/data/site_isolation/frames-A-B_0_B-B.html |
| diff --git a/content/test/data/site_isolation/frames-A-B_0_B-B.html b/content/test/data/site_isolation/frames-A-B_0_B-B.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..05f6a5843ec3060b66feeb4c0563f10799d3f4ec |
| --- /dev/null |
| +++ b/content/test/data/site_isolation/frames-A-B_0_B-B.html |
| @@ -0,0 +1,17 @@ |
| +<html> |
|
Charlie Reis
2013/09/27 19:19:21
Let's not add this yet.
awong
2013/09/27 20:50:09
Done.
|
| + <body> |
| + <iframe id="frame-1" src="blank.html"></iframe> |
| + <iframe id="frame-2"></iframe> |
| + <script> |
| + (function() { |
| + var site_b_base = 'http://B.com:' + document.location.port; |
| + document.getElementById('frame-2').src = |
| + site_b_base + '/files/site_isolation/frames-X-X.html'; |
| + })(); |
| + </script> |
| + </body> |
| +</html> |
| + |
| + |
| + |
| + |