Adding test
git-svn-id: svn://10.0.0.236/trunk@239015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
11
mozilla/layout/reftests/first-letter/parent-style-1-ref.html
Normal file
11
mozilla/layout/reftests/first-letter/parent-style-1-ref.html
Normal 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>
|
||||
11
mozilla/layout/reftests/first-letter/parent-style-1.html
Normal file
11
mozilla/layout/reftests/first-letter/parent-style-1.html
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user