| <!doctype html> |
| <html> |
| <head></head> |
| <body> |
| <h1>Test page features</h1> |
| |
| This page has three cross-site <object> elements |
| with contents that require different serialization paths. |
| This page helps test for regressions of https://crbug.com/41388637. |
| |
| <h1>Test content</h1> |
| |
| Content verification marker: |
| cross-site-object.htm: f727dd87-2048-44cf-beee-19fa9863f046 |
| |
| <object data="/cross-site/bar.com/save_page/a.htm">err_no_object_data</object> |
| <object data="/cross-site/bar.com/save_page/svg.svg">err_no_object_data</object> |
| <object data="/cross-site/bar.com/media/bigbuck.webm">err_no_object_data</object> |
| </body> |
| </html> |