Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / frames / frame-set-scaling-skew.html
1 <html><head><title>Frame Scale Test</title></head>
2   <frameset style="background-color: red; transform: scale(0.5, 0.5) skew(30deg);" 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>