Update web-platform-tests to revision d6d3f7267e817925131675bfc203c62bda96febe

This commit is contained in:
WPT Sync Bot 2018-02-07 20:23:38 -05:00 committed by Josh Matthews
parent a0e4ea9f56
commit e0fb3fc586
113 changed files with 1321 additions and 334 deletions

View file

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