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

Side by Side Diff: third_party/WebKit/LayoutTests/images/icon-decoding.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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 .failure { 4 .failure {
5 background: red; 5 background: red;
6 border: 0px solid black; 6 border: 0px solid black;
7 height: 16px; 7 height: 16px;
8 width: 16px; 8 width: 16px;
9 } 9 }
10 .failure2 { 10 .failure2 {
(...skipping 20 matching lines...) Expand all
31 <img src="resources/2entries.ico"> 31 <img src="resources/2entries.ico">
32 </div> 32 </div>
33 <div class="failure"> 33 <div class="failure">
34 <img src="resources/icon-without-and-bitmap.ico"> 34 <img src="resources/icon-without-and-bitmap.ico">
35 </div> 35 </div>
36 <!-- We don't really care how this displays as long as decoding it doesn't 36 <!-- We don't really care how this displays as long as decoding it doesn't
37 corrupt memory. --> 37 corrupt memory. -->
38 <img src="resources/bad.ico"> 38 <img src="resources/bad.ico">
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698