mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00:00
13 lines
289 B
HTML
13 lines
289 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=575561
|
|
-->
|
|
<head>
|
|
<title>Test for links in app tab subframes</title>
|
|
</head>
|
|
<body>
|
|
<a href="http://example.org/browser/browser/base/content/test/dummy_page.html">different domain</a>
|
|
</body>
|
|
</html>
|