OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
ojan
2014/07/18 21:27:31
Nit: DOCTYPE
chrishtr
2014/07/18 21:40:21
Done.
| |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.setPrinting(); | |
5 </script> | |
6 | |
7 <div style="width: 100px; height: 100px; border: 1px solid black; transform: tra nslateZ(0)"></div> | |
8 <div style="position: absolute; top: 50px; left: 50px; width: 100px; height: 100 px; border: 1px solid black"></div> | |
ojan
2014/07/18 21:27:31
Two spaces before border. Also, this doesn't match
| |
OLD | NEW |