mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<!-- -->
|
||||
<!-- This is a debug version of the tests, it's helpful for debugging -->
|
||||
<!-- -->
|
||||
<head>
|
||||
<title>CSS Test: debug font-variant value tests</title>
|
||||
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Each font-variant property value should enable specific features and not others"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<script type="text/javascript" src="support/fonts/gsubtest-features.js"></script>
|
||||
<script type="text/javascript" src="support/js/font-variant-features.js"></script>
|
||||
<link rel="stylesheet" href="support/css/font-variant-features.css" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
<script type="text/javascript">
|
||||
document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "all", true, true));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue