Update web-platform-tests to revision ae1e2d51f38e208f3d07a97b5d82f9ca0dda2c94

This commit is contained in:
WPT Sync Bot 2020-05-14 08:20:34 +00:00
parent 6c506ba260
commit 96553cb7e2
109 changed files with 3903 additions and 298 deletions

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<div style="writing-mode:vertical-rl">
<div>
vertical
</div>
</div>

View file

@ -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>

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<div>
<div>
horizontal
</div>
</div>

View file

@ -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>