OLD | NEW |
1 <html><head><title>Frame Scale Test</title></head> | 1 <html><head><title>Frame Scale Test</title></head> |
2 <frameset style="background-color: red; -webkit-transform: scale(0.5, 0.5) rot
ate(45deg);" cols="30%,*"> | 2 <frameset style="background-color: red; transform: scale(0.5, 0.5) rotate(45de
g);" cols="30%,*"> |
3 <frame src="data:text/html,<body bgcolor='green'></body>"> | 3 <frame src="data:text/html,<body bgcolor='green'></body>"> |
4 <frame src="data:text/html,<body bgcolor='green'></body>"> | 4 <frame src="data:text/html,<body bgcolor='green'></body>"> |
5 </frameset> | 5 </frameset> |
6 </html> | 6 </html> |
OLD | NEW |