зеркало из https://github.com/mozilla/gecko-dev.git
Tweak tests that could fail if antialiased text sticks a little bit out of its bounding box. b=372072
This commit is contained in:
Родитель
c32e37b8a8
Коммит
1a465d49c3
|
@ -10,7 +10,7 @@ div#after > span { display: inline; vertical-align: top; background: green; colo
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="test"><span>X</span></div>
|
||||
<div id="after"><span>X</span></div>
|
||||
<div id="test"><span> x </span></div>
|
||||
<div id="after"><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,7 @@ div#before > span { display: inline; vertical-align: top; background: red; color
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="before"><span>X</span></div>
|
||||
<div id="test"><span>X</span></div>
|
||||
<div id="before"><span> x </span></div>
|
||||
<div id="test"><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,7 +10,7 @@ div#before > span { display: inline; vertical-align: top; background: red; color
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="before"><span>X</span></div>
|
||||
<div id="test"><span><span>X</span></span></div>
|
||||
<div id="before"><span> x </span></div>
|
||||
<div id="test"><span><span> x </span></span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,6 @@ span { display: inline-table; vertical-align: top; background: green; color: gre
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span>X</span></div>
|
||||
<div><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,6 @@ span { vertical-align: top; background: green; color: green; border-bottom: 0.25
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span>X</span></div>
|
||||
<div><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,7 +10,7 @@ div#after span { display: inline; vertical-align: top; background: green; color:
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="test"><span>X</span></div>
|
||||
<div id="after"><span>X</span></div>
|
||||
<div id="test"><span> x </span></div>
|
||||
<div id="after"><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,7 @@ div#before span { display: inline; vertical-align: top; background: red; color:
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="before"><span>X</span></div>
|
||||
<div id="test"><span>X</span></div>
|
||||
<div id="before"><span> x </span></div>
|
||||
<div id="test"><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,7 +10,7 @@ div#before > span { display: inline; vertical-align: top; background: red; color
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="before"><span>X</span></div>
|
||||
<div id="test"><span><span>X</span></span></div>
|
||||
<div id="before"><span> x </span></div>
|
||||
<div id="test"><span><span> x </span></span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,6 @@ span { display: inline-block; vertical-align: top; background: green; color: gre
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span>X</span></div>
|
||||
<div><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,6 @@ span { vertical-align: top; background: green; color: green; border-bottom: 0.25
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span>X</span></div>
|
||||
<div><span> x </span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -40,59 +40,59 @@ body { width: 900px; }
|
|||
-->
|
||||
|
||||
<!-- width: 200px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="50">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="50"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 250px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="100">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="100"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 300px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="150">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="150"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 350px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="75">x</td>
|
||||
<td style="color:blue" width="175">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="75"> </td>
|
||||
<td style="color:blue" width="175"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 400px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="100">x</td>
|
||||
<td style="color:blue" width="200">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="100"> </td>
|
||||
<td style="color:blue" width="200"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 500px --><table><tr>
|
||||
<td style="color:aqua" width="100">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="100">x</td>
|
||||
<td style="color:blue" width="250">x</td>
|
||||
<td style="color:aqua" width="100"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="100"> </td>
|
||||
<td style="color:blue" width="250"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 600px --><table><tr>
|
||||
<td style="color:aqua" width="150">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:fuchsia" width="100">x</td>
|
||||
<td style="color:blue" width="300">x</td>
|
||||
<td style="color:aqua" width="150"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:fuchsia" width="100"> </td>
|
||||
<td style="color:blue" width="300"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 800px --><table><tr>
|
||||
<td style="color:aqua" width="225">x</td>
|
||||
<td style="color:yellow" width="75">x</td>
|
||||
<td style="color:fuchsia" width="100">x</td>
|
||||
<td style="color:blue" width="400">x</td>
|
||||
<td style="color:aqua" width="225"> </td>
|
||||
<td style="color:yellow" width="75"> </td>
|
||||
<td style="color:fuchsia" width="100"> </td>
|
||||
<td style="color:blue" width="400"> </td>
|
||||
</tr></table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -45,59 +45,59 @@ span {
|
|||
-->
|
||||
|
||||
<div style="width: 100px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 265px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 315px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 365px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 415px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 515px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<div style="width: 700px"><table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table></div>
|
||||
|
||||
<table width="815"><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="100"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:fuchsia" width="100"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -20,42 +20,42 @@ td { background: black; background: currentColor; }
|
|||
<body>
|
||||
|
||||
<!-- width: 300px --><table><tr>
|
||||
<td style="color:aqua" width="75">x</td>
|
||||
<td style="color:yellow" width="25">x</td>
|
||||
<td style="color:aqua" width="75"> </td>
|
||||
<td style="color:yellow" width="25"> </td>
|
||||
<td style="color:red" width="0"></td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="150">x</td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="150"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 500px --><table><tr>
|
||||
<td style="color:aqua" width="150">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:aqua" width="150"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:red" width="0"></td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="250">x</td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="250"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 420px --><table><tr>
|
||||
<td style="color:aqua" width="105">x</td>
|
||||
<td style="color:yellow" width="35">x</td>
|
||||
<td style="color:aqua" width="105"> </td>
|
||||
<td style="color:yellow" width="35"> </td>
|
||||
<td style="color:red" width="0"></td>
|
||||
<td style="color:fuchsia" width="70">x</td>
|
||||
<td style="color:blue" width="210">x</td>
|
||||
<td style="color:fuchsia" width="70"> </td>
|
||||
<td style="color:blue" width="210"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 400px --><table><tr>
|
||||
<td style="color:aqua" width="50">x</td>
|
||||
<td style="color:yellow" width="50">x</td>
|
||||
<td style="color:aqua" width="50"> </td>
|
||||
<td style="color:yellow" width="50"> </td>
|
||||
<td style="color:red" width="0"></td>
|
||||
<td style="color:fuchsia" width="50">x</td>
|
||||
<td style="color:blue" width="250">x</td>
|
||||
<td style="color:fuchsia" width="50"> </td>
|
||||
<td style="color:blue" width="250"> </td>
|
||||
</tr></table>
|
||||
|
||||
<!-- width: 400px --><table><tr>
|
||||
<td style="color:aqua" width="100">x</td>
|
||||
<td style="color:yellow" width="100">x</td>
|
||||
<td style="color:fuchsia" width="100">x</td>
|
||||
<td style="color:blue" width="100">x</td>
|
||||
<td style="color:aqua" width="100"> </td>
|
||||
<td style="color:yellow" width="100"> </td>
|
||||
<td style="color:fuchsia" width="100"> </td>
|
||||
<td style="color:blue" width="100"> </td>
|
||||
</tr></table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -42,35 +42,35 @@ span {
|
|||
-->
|
||||
|
||||
<table><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:red"></td>
|
||||
<td style="color:fuchsia" width="50"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="50"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table>
|
||||
|
||||
<table width="518"><tr>
|
||||
<td style="color:aqua"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow"><span>x</span></td>
|
||||
<td style="color:aqua"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow"><span></span></td>
|
||||
<td style="color:red"></td>
|
||||
<td style="color:fuchsia" width="50"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="50"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table>
|
||||
|
||||
<table width="438"><tr>
|
||||
<td style="color:aqua" width="75"><span>x</span>​<span>x</span>​<span>x</span></td>
|
||||
<td style="color:yellow" width="25"><span>x</span></td>
|
||||
<td style="color:aqua" width="75"><span></span>​<span></span>​<span></span></td>
|
||||
<td style="color:yellow" width="25"><span></span></td>
|
||||
<td style="color:red"></td>
|
||||
<td style="color:fuchsia" width="50"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="50"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table>
|
||||
|
||||
<table width="418"><tr>
|
||||
<td style="color:aqua" width="10%"><span>x</span></td>
|
||||
<td style="color:yellow" width="10%"><span>x</span></td>
|
||||
<td style="color:aqua" width="10%"><span></span></td>
|
||||
<td style="color:yellow" width="10%"><span></span></td>
|
||||
<td style="color:red"></td>
|
||||
<td style="color:fuchsia" width="10%"><span>x</span></td>
|
||||
<td style="color:blue" width="50%"><span>x</span></td>
|
||||
<td style="color:fuchsia" width="10%"><span></span></td>
|
||||
<td style="color:blue" width="50%"><span></span></td>
|
||||
</tr></table>
|
||||
|
||||
<table width="415"><tr>
|
||||
|
|
Загрузка…
Ссылка в новой задаче