summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/mochitest/helper_iframe2.html
blob: fee3883e95f32110fd419d8527de766e1d272e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<!-- The purpose of the 'id' on the HTML element is to get something
     identifiable to show up in the root scroll frame's content description,
     so we can check it for layerization. -->
<html id="outer4">
  <head>
    <link rel="stylesheet" type="text/css" href="helper_subframe_style.css"/>
  </head>
  <body>
    <div id="inner4" class="inner-frame">
      <div class="inner-content"></div>
    </div>
  </body>
</html>