Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <link rel="stylesheet" href="seamless-iframe.css"> | 2 <link rel="stylesheet" href="seamless-iframe.css"> |
| 3 <body> | 3 <body> |
| 4 <!-- TODO(crbug/705315): remove '/cross-site/?.com' when fixed. --> | 4 <!-- TODO(crbug/705315): remove '/cross-site/?.com' when fixed. --> |
|
Bryan McQuade
2017/05/15 17:22:55
can remove this line
Zhen Wang
2017/05/15 17:27:13
Done.
| |
| 5 <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe> | 5 <iframe src="/title1.html" class="seamless"></iframe> |
| 6 <iframe src="/cross-site/c.com/title1.html" class="seamless"></iframe> | 6 <iframe src="/title1.html" class="seamless"></iframe> |
| 7 </body> | 7 </body> |
| 8 </html> | 8 </html> |
| OLD | NEW |