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

Side by Side Diff: media/test/data/blackwhite.html

Issue 408993002: Have media content and chrome browser tests load data from media/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « media/media.gyp ('k') | media/test/data/eme_player.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { 5 body {
6 color: white; 6 color: white;
7 background-color: black; 7 background-color: black;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 meanSquaredError /= width * height; 222 meanSquaredError /= width * height;
223 log('Mean squared error: ' + meanSquaredError); 223 log('Mean squared error: ' + meanSquaredError);
224 diffCtx.putImageData(diffIData, 0, 0); 224 diffCtx.putImageData(diffIData, 0, 0);
225 maskCtx.putImageData(maskIData, 0, 0); 225 maskCtx.putImageData(maskIData, 0, 0);
226 document.getElementById('diff').style.visibility = 'visible'; 226 document.getElementById('diff').style.visibility = 'visible';
227 document.getElementById('mask').style.visibility = 'visible'; 227 document.getElementById('mask').style.visibility = 'visible';
228 } 228 }
229 </script> 229 </script>
230 </body> 230 </body>
231 </html> 231 </html>
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | media/test/data/eme_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698