| Index: LayoutTests/fast/css/background-size-cover-and-contain.html
|
| diff --git a/LayoutTests/fast/css/background-size-cover-and-contain.html b/LayoutTests/fast/css/background-size-cover-and-contain.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ecc2ec5cef318412dc6e4af3bd1e13f76e0029d9
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/background-size-cover-and-contain.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:contain"></div>
|
| + <div style="width:400px;height:225px;background:url(resources/contain-cover.png) no-repeat center center red;background-size:cover"></div>
|
| + </html>
|
|
|