Update web-platform-tests to revision 38792095c98039542ed3a3f0d2eb384b576f6cb7

This commit is contained in:
WPT Sync Bot 2020-03-23 08:19:14 +00:00
parent 19d6b7b380
commit 84075d3b6e
49 changed files with 1128 additions and 205 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: text-overflow: ellipsis reference file</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font: 100px/1 Ahem;
}
</style>
<p>The test passes if it matches the reference.</p>
<div>ppp</div>
<div>pppp</div>
<div>pppX</div>