1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / test / data / fenced_frames / find_in_page.html [blame]

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<body>
This a find-in-page match rect test.</br>
result 00</br>
<iframe src="find_in_page_frame.html" id="frame" height="300" scrolling="yes"></iframe>
</br>
result 01
</body>
</html>