mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +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>
|