mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
709 B
HTML
17 lines
709 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<!--
|
||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=575561
|
||
|
-->
|
||
|
<head>
|
||
|
<title>Test for links in app tabs</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="http://example.com/browser/browser/base/content/test/dummy_page.html">same domain</a>
|
||
|
<a href="http://test1.example.com/browser/browser/base/content/test/dummy_page.html">same domain (different subdomain)</a>
|
||
|
<a href="http://example.org/browser/browser/base/content/test/dummy_page.html">different domain</a>
|
||
|
<a href="http://example.org/browser/browser/base/content/test/dummy_page.html" target="foo">different domain (with target)</a>
|
||
|
<iframe src="app_subframe_bug575561.html"></iframe>
|
||
|
</body>
|
||
|
</html>
|