mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 90e1ee27eede63cf117f19c1e55553cc1881aef0
This commit is contained in:
parent
5fd4467cb3
commit
3f940e3f4c
89 changed files with 11097 additions and 382 deletions
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>test reference</title>
|
||||
<style>
|
||||
div {
|
||||
text-align: right;
|
||||
width: 300px;
|
||||
border: solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if the words below are aligned to the right of the box.
|
||||
|
||||
<div>right<br>right</div>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>CSS text test: text-align-last has precedence over text-align-all</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-text-3/#text-align-all-property">
|
||||
<link rel=help href="https://drafts.csswg.org/css-text-3/#text-align-last-property">
|
||||
<link rel="match" href="reference/text-align-last-wins-001-ref.html">
|
||||
<meta name=assert content="If a line is both the first and last line, text-align-last applies">
|
||||
<style>
|
||||
div {
|
||||
text-align-last: right;
|
||||
width: 300px;
|
||||
border: solid;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if the words below are aligned to the right of the box.
|
||||
|
||||
<div>right<br>right</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue