OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 #image { | 4 #image { |
5 -webkit-transform: translateZ(0); | 5 transform: translateZ(0); |
6 -webkit-transform-origin: 0 0; | 6 -webkit-transform-origin: 0 0; |
7 } | 7 } |
8 | 8 |
9 body { | 9 body { |
10 background-color: yellow; | 10 background-color: yellow; |
11 } | 11 } |
12 </style> | 12 </style> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <p>This is a broken image on its own layer: a 500x334 PNG image truncated at the
100 byte mark. The test passes if it does not trigger an assertion or crash.</p
> | 15 <p>This is a broken image on its own layer: a 500x334 PNG image truncated at the
100 byte mark. The test passes if it does not trigger an assertion or crash.</p
> |
16 <img id="image" src="data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUg
AAAfQAAAFOCAIAAAD%2F5XjOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4AbzdCbClyVUY6Hvf
ve%2B%2B%2B%2FZXr9buql6qF3VLarWWllpSIyShwQ%3D%3D"> | 16 <img id="image" src="data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUg
AAAfQAAAFOCAIAAAD%2F5XjOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4AbzdCbClyVUY6Hvf
ve%2B%2B%2B%2FZXr9buql6qF3VLarWWllpSIyShwQ%3D%3D"> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |