mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
8 lines
321 B
HTML
8 lines
321 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="window.parent.onloadCount++">
|
|
<a href="bug530396-noref.sjs" rel="noreferrer foo" id="target1">bug530396-noref.sjs</a>
|
|
<a href="bug530396-noref.sjs?newwindow" rel="nofollow noreferrer" id="target2" target="newwindow">bug530396-noref.sjs with new window</a>
|
|
</body>
|
|
</html>
|