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

content / test / data / find_in_page_multi_frame.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 test with multiple frames.</br>
top result</br>
<iframe id="frame1" height="300" scrolling="yes"></iframe></br>
middle result</br>
<iframe id="frame2" height="300" scrolling="yes"></iframe></br>
bottom result</br>
</body>
</html>