Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Below you should see the word 'PASS' (with some extra letter spacing), on a y ellow background | |
|
chrishtr
2016/06/02 16:14:14
I felt it would be better to just remove the refte
| |
| 3 (which should be a bit faded near the top).</p> | |
| 4 <div style="position:absolute; will-change:transform; left:15em; width:7em; heig ht:3.3em; opacity:0.8; background:white;"></div> | |
| 5 <div style="width:30em; height:7em; line-height:2em;"> | |
| 6 <div style="float:left; width:15em; height:100%;"></div> | |
| 7 <div style="float:left; width:15em; height:100%;"> | |
| 8 <br> | |
| 9 <div style="width:4em; height:2em; margin:0.5em; padding:0.5em; backgrou nd:yellow;"> | |
| 10 <div style="float:left; width:1em;">P</div> | |
| 11 <div style="float:left; position:relative; z-index:1;"> | |
| 12 <div style="float:left; width:1em;">A</div> | |
| 13 <div style="float:left; width:1em;">S</div> | |
| 14 </div> | |
| 15 <div style="float:left; width:1em;">S</div> | |
| 16 </div> | |
| 17 </div> | |
| 18 </div> | |
| OLD | NEW |