mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision ae1e2d51f38e208f3d07a97b5d82f9ca0dda2c94
This commit is contained in:
parent
6c506ba260
commit
96553cb7e2
109 changed files with 3903 additions and 298 deletions
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="writing-mode:vertical-rl">
|
||||
<div>
|
||||
vertical
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=help href="https://drafts.csswg.org/css-writing-modes-4/#text-orientation">
|
||||
<link rel=help href="https://crbug.com/1081659">
|
||||
<link rel="match" href="text-orientation-initial-ref.html">
|
||||
<div style="writing-mode:vertical-rl;text-orientation:upright">
|
||||
<div style="text-orientation:initial">
|
||||
vertical
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<div>
|
||||
<div>
|
||||
horizontal
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=help href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
|
||||
<link rel=help href="https://crbug.com/1081659">
|
||||
<link rel="match" href="writing-mode-initial-ref.html">
|
||||
<div style="writing-mode:vertical-rl">
|
||||
<div style="writing-mode:initial">
|
||||
horizontal
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue