Mypal/layout/reftests/css-break/box-decoration-break-bug-12...

58 lines
1.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE HTML>
<html><head>
<meta charset="utf-8">
<title>Testcase for bug 1235152</title>
<style type="text/css">
html,body {
color:black; background-color:white; font: 16px monospace;
}
div {
float: left;
background: #ccc;
clear: both;
padding-left: 10px;
}
.rtl {
direction: rtl;
}
.pr {
padding-left: 0;
padding-right: 13px;
}
.plr {
padding-right: 13px;
}
</style>
</head>
<body>
<div class="rtl">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
<div class="rtl pr">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
<div class="rtl plr">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
<div class="rtl" style="width:190px">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
<div class="rtl pr" style="width:187px">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
<div class="rtl plr" style="width:177px">
<span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>
</body>
</html>