Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / images / truncated-direct-png-image-expected.html
blob6539057773bc4c7eb41f142085c2c16b4753029e
1 <html>
2 <head>
3 <style type="text/css">
4 #image {
5 /* no z-transform in the expectation */
8 body {
9 background-color: yellow;
11 </style>
12 </head>
13 <body>
14 <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 <img id="image" src="data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOCAIAAAD%2F5XjOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4AbzdCbClyVUY6Hvfve%2B%2B%2B%2FZXr9buql6qF3VLarWWllpSIyShwQ%3D%3D">
16 </body>
17 </html>