Chromium Code Reviews| Index: LayoutTests/compositing/squashing/subpixel-rounding-expected.html |
| diff --git a/LayoutTests/compositing/squashing/subpixel-rounding-expected.html b/LayoutTests/compositing/squashing/subpixel-rounding-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c5c869e9b9cc94334a889e17f3420a7d65bdc700 |
| --- /dev/null |
| +++ b/LayoutTests/compositing/squashing/subpixel-rounding-expected.html |
| @@ -0,0 +1,5 @@ |
| +<!doctype HTML> |
| + |
| +<div style="position: absolute; width: 200px; height: 200px; left: 0px; top: 0px; background-color: lightgreen"></div> |
| +<div style="position: absolute; width: 1px; height: 1px; left: 0px; top:0.6px; background-color: lightgray"></div> |
| + |