OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 body { margin: 0; } | |
4 div { position: relative; } | |
5 </style> | |
6 PASS if there is no red visible. | |
7 <div style="width: 70px; height: 70px; left: 0.7px; top: 0.7px;"> | |
chrishtr
2016/06/29 23:46:07
Please indent the divs to indicate containment.
pdr.
2016/06/30 16:03:11
So wasteful of bytes... Done.
| |
8 <div style="background: red; width: 40px; height: 40px; transform: translateZ(0) ;"> | |
9 <div style="background: white; width: 40px; height: 40px; left: 0.7px; top: 0.7p x;"> | |
chrishtr
2016/06/29 23:46:07
Add a comment that this is testing behavior to rou
pdr.
2016/06/30 16:03:12
Done.
| |
10 </div> | |
11 </div> | |
12 </div> | |
OLD | NEW |