summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/no-frame-borders.html
blob: 69dbab688a3c912f287b5cba520b97590e524da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<frameset rows="84,*" frameborder="1" border="20">
        <frame src="about:blank" name="header" frameborder="0"
noresize="noresize" scrolling="no" marginheight="0" marginwidth="10" />

        <frameset cols="180,*">
                <frame src="about:blank" name="lmenu" frameborder="0"
marginheight="0" marginwidth="10"  scrolling="no" />
<frame src="about:blank" name="main" frameborder="0"
marginheight="0" marginwidth="0" scrolling="auto"  />
        </frameset>
</frameset>
</html>