Chromium Code Reviews| Index: LayoutTests/compositing/squashing/squashing-print.html |
| diff --git a/LayoutTests/compositing/squashing/squashing-print.html b/LayoutTests/compositing/squashing/squashing-print.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9799517210fc061a924a94f91f22ae972ec3b9df |
| --- /dev/null |
| +++ b/LayoutTests/compositing/squashing/squashing-print.html |
| @@ -0,0 +1,8 @@ |
| +<!doctype html> |
|
ojan
2014/07/18 21:27:31
Nit: DOCTYPE
chrishtr
2014/07/18 21:40:21
Done.
|
| +<script> |
| +if (window.testRunner) |
| + testRunner.setPrinting(); |
| +</script> |
| + |
| +<div style="width: 100px; height: 100px; border: 1px solid black; transform: translateZ(0)"></div> |
| +<div style="position: absolute; top: 50px; left: 50px; width: 100px; height: 100px; border: 1px solid black"></div> |
|
ojan
2014/07/18 21:27:31
Two spaces before border. Also, this doesn't match
|