| Index: LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
|
| diff --git a/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html b/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f40c6ae8981887fdbdd527c16a6974b2e4cc4fbf
|
| --- /dev/null
|
| +++ b/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw-expected.html
|
| @@ -0,0 +1,21 @@
|
| +<script>
|
| + if (window.testRunner) {
|
| + testRunner.waitUntilDone();
|
| + testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone(); });
|
| + }
|
| +</script>
|
| +<style>
|
| +.box {
|
| + background-color: green;
|
| + width: 80px;
|
| + height: 60px;
|
| + left: 10px;
|
| + top: 20px;
|
| + position: absolute;
|
| +}
|
| +body {
|
| + margin: 0px;
|
| +}
|
| +</style>
|
| +<div class="box">
|
| +</div>
|
|
|