gecko-dev/layout/style/crashtests/1264949.html
CJKu a31594bc4d Bug 1264949 - crash test; r=jfkthame
MozReview-Commit-ID: 34wrJ2Qq4ch

--HG--
extra : rebase_source : 89b760fa361f517cc3f006a1e54c594fd30982cd
2016-04-19 13:41:14 +08:00

24 lines
466 B
HTML

<!doctype HTML>
<html>
<head>
<style>
div {
background-image: linear-gradient(green, red);
background-clip: text;
width: 150px;
color:transparent;
overflow: hidden;
opacity:0.5;
text-overflow: ellipsis;
}
</style>
</head>
<body>
<div>
<span stype="font-size: 30px;">
ALongLongLongLongLongLongLongLongLongLongLongLongString
</span>
</div>
</body>
</html>