mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
This commit is contained in:
parent
43a4f01647
commit
64e0a52537
12717 changed files with 59835 additions and 59820 deletions
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>CSS Test: font-variant-ligatures: none; low level equivalence</title>
|
||||
<link rel="author" title="Chris Lilley" href="chris@w3.org">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: fwf;
|
||||
src: url(support/fonts/FontWithFancyFeatures.otf);
|
||||
}
|
||||
.test {
|
||||
font-family: fwf;
|
||||
font-size: 3em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the three lines below are identical, with five crosses (✗)</p>
|
||||
<section class="test">
|
||||
<p class="ref">BBBBB</p>
|
||||
<p class="ref">BBBBB</p>
|
||||
<p class="ref">BBBBB</p>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue