This commit is contained in:
bzbarsky@mit.edu 2007-11-08 21:41:59 -08:00
Родитель 32fd3c2d92
Коммит 3ea8e23bb9
3 изменённых файлов: 28 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<style>
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
div::first-letter { float: left; }
</style>
<body>
<div>T<span style="font-size: 10px">his is text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div.</div>
</body>
</html>

Просмотреть файл

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<style>
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
div::first-letter { float: inherit; }
</style>
<body>
<div>T<span style="font-size: 10px">his is text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div.</div>
</body>
</html>

Просмотреть файл

@ -1,5 +1,11 @@
# basic functionality
== basic-1.html basic-ref.html
== basic-2.html basic-ref.html
# parent style context correct
== parent-style-1.html parent-style-1-ref.html
# others
== nested-1a.html nested-1-ref.html
== nested-1b.html nested-1-ref.html
== nested-1c.html nested-1-ref.html