OLD | NEW |
1 <html style="background-color: red; -webkit-transform: scale(0.5, 0.5);"><head>
<title>Frame Scale Test</title></head> | 1 <html style="background-color: red; transform: scale(0.5, 0.5);"><head><title>F
rame Scale Test</title></head> |
2 <frameset style="border: 5px solid green;" cols="30%,*"> | 2 <frameset style="border: 5px solid green;" 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 |