diff --git a/src/test/html/background.html b/src/test/html/background.html new file mode 100644 index 000000000000..c3bb0df99abb --- /dev/null +++ b/src/test/html/background.html @@ -0,0 +1,20 @@ + + + + + + + +
+ background: url(rust-0.png) gray; width:200px; height:200px; +
+
+ background-image: url(rust-45.png); width:200px; height:200px; +
+
+ background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000; +
+ + diff --git a/src/test/ref/rust-0.png b/src/test/ref/rust-0.png new file mode 100644 index 000000000000..20d93badf5e2 Binary files /dev/null and b/src/test/ref/rust-0.png differ