Adding test

git-svn-id: svn://10.0.0.236/trunk@239015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-11-09 05:41:59 +00:00
parent 19ec161353
commit eb6db06806
3 changed files with 28 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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