OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style type="text/css"> | |
3 #inner::first-letter { font-size: 200px } | |
4 </style> | |
5 <p>This test is successful if the word Foo is fully contained inside the | |
6 surrounding border.</p> | |
7 <div style="height: 200px; width: 300px; overflow: scroll;"> | |
8 <div style="float: left; border: 3px solid;"> | |
9 <div id="inner">Foo</div> | |
10 </div> | |
11 </div> | |
OLD | NEW |