mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0
This commit is contained in:
parent
1d40075f03
commit
079092dfea
2381 changed files with 90360 additions and 17722 deletions
|
@ -0,0 +1,36 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{TESTTITLE}}</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/annotation-model/scripts/ajv.min.js"></script>
|
||||
<script src="/annotation-model/scripts/JSONtest.js"></script>
|
||||
<script>
|
||||
setup( { explicit_done: true } );
|
||||
|
||||
var theDefinitions=[
|
||||
{{SCHEMADEFS}}
|
||||
];
|
||||
|
||||
var theTestFile="{{TESTFILE}}";
|
||||
|
||||
var runningTest = new JSONtest( {
|
||||
"schemaDefs" : theDefinitions,
|
||||
"testFile" : theTestFile
|
||||
} ) ;
|
||||
|
||||
var c;
|
||||
|
||||
runningTest.Promise.then(function(test) {
|
||||
test.runTests(test.Assertions, test.Test.content);
|
||||
done();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="testDescription"></div>
|
||||
<p>The following assertions are being evaluated:</p>
|
||||
<div id="assertion"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue