1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

content / test / data / find_in_page_desktop.html [blame]

<!DOCTYPE html>
<html>
<head>
  <style>
    iframe {
      margin-top: 3000px;
      margin-left: 1500px;
    }
    body {
      height: 6000px;
      width: 6000px;
    }
  </style>
</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>