Update web-platform-tests to revision a5cb9597799c5f9bf0a809006161a0c50055828f

This commit is contained in:
WPT Sync Bot 2020-06-09 08:20:32 +00:00
parent 8b56b7a3c2
commit 2a42c14544
646 changed files with 93200 additions and 2587 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.rel { position: relative; }
.abs { position: absolute; left: 0; top: -1em; }
</style>
<body style="font: 50px/3 Ahem">
X<span class="rel"><span class="abs">X</span></span>