10bc7c53d03c7c63fa530c10d11a31f5fd235c11
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / frames / frame-set-scaling.html
1 <html><head><title>Frame Scale Test</title></head>
2   <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; transform:  scale(0.5, 0.5);" cols="30%,*">
3     <frame src="data:text/html,<body bgcolor='green'></body>">
4     <frame src="data:text/html,<body bgcolor='green'></body>">
5   </frameset>
6 </html>