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-origin: 0% 0%; -webk
it-transform: scale(0.5, 0.5);" cols="30%,*"> | 2 <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; trans
form: scale(0.5, 0.5);" 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 |