OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <p>Test adding ::before and ::after pseudo elements that are spanners.</p> |
2 <p>There should be three rectangles with identical sizes below. The first and th
ird one | 3 <p>There should be three rectangles with identical sizes below. The first and th
ird one |
3 should be yellow with some dots inside. The second one should be blue with n
othing | 4 should be yellow with some dots inside. The second one should be blue with n
othing |
4 inside.</p> | 5 inside.</p> |
5 <div style="line-height:100px; background:blue;"> | 6 <div style="line-height:100px; background:blue;"> |
6 <div style="background:yellow;">..........</div> | 7 <div style="background:yellow;">..........</div> |
7 | 8 <br> |
8 <div style="background:yellow;">..........</div> | 9 <div style="background:yellow;">..........</div> |
9 </div> | 10 </div> |
OLD | NEW |