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

Unified Diff: third_party/WebKit/LayoutTests/fast/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/images/icon-decoding.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/icon-decoding.html b/third_party/WebKit/LayoutTests/fast/images/icon-decoding.html
deleted file mode 100644
index 68dabb565f73c94bb7f63dcdd41e145c144bf61c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/images/icon-decoding.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<html>
-<head>
-<style type="text/css">
-.failure {
- background: red;
- border: 0px solid black;
- height: 16px;
- width: 16px;
-}
-.failure2 {
- background: red;
- border: 0px solid black;
- height: 32px;
- width: 32px;
-}
-</style>
-</head>
-<body style="margin: 0px;">
-<div class="failure">
- <!-- NOTE: The CG .ico decoder currently erroneously decodes this as black
- and white instead of green and red. -->
- <img src="resources/1bit.ico">
-</div>
-<div class="failure">
- <img src="resources/8bit.ico">
-</div>
-<div class="failure">
- <img src="resources/32bit.ico">
-</div>
-<div class="failure2">
- <img src="resources/2entries.ico">
-</div>
-<div class="failure">
- <img src="resources/icon-without-and-bitmap.ico">
-</div>
-<!-- We don't really care how this displays as long as decoding it doesn't
- corrupt memory. -->
-<img src="resources/bad.ico">
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698