cdd38c7ac912737706e37d002442e6af66bcd44f
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / images / truncated-direct-png-image.html
1 <html>
2 <head>
3 <style type="text/css">
4 #image {
5     -webkit-transform: translateZ(0);
6     -webkit-transform-origin: 0 0;
7 }
8
9 body {
10     background-color: yellow;
11 }
12 </style>
13 </head>
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>
16 <img id="image" src="data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOCAIAAAD%2F5XjOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4AbzdCbClyVUY6Hvfve%2B%2B%2B%2FZXr9buql6qF3VLarWWllpSIyShwQ%3D%3D">
17 </body>
18 </html>