13 lines
250 B
HTML
13 lines
250 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
Tests for tab switching on link clicks.
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Tests for tab switching on link clicks.</title>
|
|
</head>
|
|
<body>
|
|
<iframe id="frame" src="file_bug1303838.html"></iframe>
|
|
</body>
|
|
</html>
|