mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'1d9b01e2fad6af3a057d571b1e088e15fa9bc8e6'
This commit is contained in:
parent
cfef75c99b
commit
bb34f95b33
1683 changed files with 37170 additions and 4252 deletions
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Reference: text-align-last applied to last line in the second column</title>
|
||||
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
font: 25px/1 Ahem;
|
||||
}
|
||||
.multicol {
|
||||
width: 200px;
|
||||
border: 5px solid orange;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="multicol">
|
||||
<div>ab ab</div>
|
||||
<div>ab ab</div>
|
||||
</div>
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Test: text-align-last applied to last line in the second column</title>
|
||||
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-last-property">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1817235">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
|
||||
<link rel="match" href="text-align-last-015-ref.html">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
font: 25px/1 Ahem;
|
||||
}
|
||||
.multicol {
|
||||
width: 200px;
|
||||
column-count: 2;
|
||||
column-gap: 0;
|
||||
border: 5px solid orange;
|
||||
}
|
||||
.multicol > div {
|
||||
text-align: start;
|
||||
text-align-last: end;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="multicol">
|
||||
<div>ab ab ab ab</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue