This commit is contained in:
Jesse Ruderman 2011-12-29 14:21:00 +01:00
Родитель 24a7a6fb99
Коммит af8b139d44
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -382,4 +382,5 @@ load 683702-1.xhtml
load 688996-1.html
load 688996-2.html
load 683712.html
load text-overflow-bug713610.html
load 700031.xhtml

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

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<div style="text-overflow: ellipsis; padding-right: 4000px; overflow: scroll;"><span style="-moz-transform: translatex(-50px); border-right-style: dashed;"></span></div>
</body>
</html>