Adding tests for bug 491547. Patch by Timothy Nikkel <tnikkel@gmail.com>.

git-svn-id: svn://10.0.0.236/trunk@258931 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2009-11-09 17:12:59 +00:00
parent 95ec095838
commit 173afdc3a9
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body:after { content: '0'; }
body:first-letter { float: right; }
</style>
</head>
<body> &#x202E;</body>
</html>

View File

@@ -0,0 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<style>
div:first-letter { float: right; }
</style>
</head><body onload="document.getElementById('a').style.fontFamily = 'a';"><div id="a"> &#x202B;<span></span></div></body></html>

View File

@@ -0,0 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">body:first-letter { float: left; }</style>
</head>
<body style="-moz-column-width: 100000px;" onload="document.body.style.MozColumnWidth='';"> &#x08D9;</body>
</html>

View File

@@ -111,7 +111,10 @@ load 411870-1.html
load 412651-1.html
load 421203-1.xul
load 425981-1.html
load 429865-1.html
load 436982-1.html
load 466763-1.html
load 468491-1.html
load 477731-1.html
load 488390-1.xhtml
load 503936-1.html