1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / scrolling / embedded-text.html [blame]

<!DOCTYPE html>
<html>
  <body>
    <p style="margin-top:100vh; margin-bottom:100vh">
    <b>Game theory</b> is "the study of
    <a href="" title="Mathematical model">mathematical models</a>
    of conflict and<br>cooperation between intelligent rational
    decision-makers."
    </p>
  </body>
</html>