Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: LayoutTests/compositing/images/truncated-direct-png-image.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/images/direct-svg-image.html ('k') | LayoutTests/compositing/img-layer-grow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698