mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Update web-platform-tests to revision d6d3f7267e817925131675bfc203c62bda96febe
This commit is contained in:
parent
a0e4ea9f56
commit
e0fb3fc586
113 changed files with 1321 additions and 334 deletions
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<title>CSS writing mode test reference</title>
|
||||
<meta charset=utf-8>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
|
||||
<style>
|
||||
div {
|
||||
line-height: 1em;
|
||||
height: 1em;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>This test passes if the word “PASS” (without the quotation marks) appears below, written horizontally from left to right.
|
||||
<div>S S A P</div>
|
Loading…
Add table
Add a link
Reference in a new issue