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

Unified Diff: LayoutTests/css3/images/cross-fade-broken-image.html

Issue 1334713002: Check renderability of images in a (-webkit-)cross-fade before using (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update fixedSize() too; Add helper. Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/css3/images/cross-fade-broken-image-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/images/cross-fade-broken-image.html
diff --git a/LayoutTests/css3/images/cross-fade-broken-image.html b/LayoutTests/css3/images/cross-fade-broken-image.html
new file mode 100644
index 0000000000000000000000000000000000000000..53ed087aafca706c5f7494f5c18d96fbf4ea4bea
--- /dev/null
+++ b/LayoutTests/css3/images/cross-fade-broken-image.html
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<div style="width: 100px; height: 100px; background: -webkit-cross-fade(url(brokenlink), url(brokenlink), 0.5), green;"></div>
« no previous file with comments | « no previous file | LayoutTests/css3/images/cross-fade-broken-image-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698