Index: LayoutTests/fast/css/background-size-cover-and-contain-expected.html |
diff --git a/LayoutTests/fast/css/background-size-cover-and-contain-expected.html b/LayoutTests/fast/css/background-size-cover-and-contain-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cd6b68605912c5a4b338ad2e995e339496082339 |
--- /dev/null |
+++ b/LayoutTests/fast/css/background-size-cover-and-contain-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
+ <body> |
+ <div style="width:400px;height:225px;background:url(resources/contain-cover.png) no-repeat center center red;background-size:400px 225px"></div> |
+ <div style="width:400px;height:225px;background:url(resources/contain-cover.png) no-repeat center center red;background-size:400px 225px"></div> |
+ </html> |