| Index: third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7ec65860d6b828dbc1cbcb666e91503f2794af59
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<title>Test SVG in -webkit-cross-fade image with identical but differently sized SVG elsewhere</title>
|
| +<style>
|
| + div {
|
| + background-image: url("data:image/svg+xml,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='35' fill='green'/></svg>");
|
| + }
|
| + #tst {
|
| + width: 100px;
|
| + height: 100px;
|
| + }
|
| + #ref {
|
| + width: 300px;
|
| + height: 300px;
|
| + }
|
| +</style>
|
| +<p>There should be two green circles. One smaller than the other.
|
| +<div id=ref></div>
|
| +<div id=tst></div>
|
|
|