1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<!DOCTYPE html>
<meta charset="utf-8">
<!--
  On a mobile viewport we need to make sure the page does not stretch beyond the
  size of the viewport to avoid displaying a scroll bar.
-->
<meta name="viewport" content="width=device-width,minimum-scale=1">
<html>
  <body style="background-color:#0000FF"></body>
</html>