mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 074719e3660000659cd074b8a59de69bd9b90cd7
This commit is contained in:
parent
7e4d0534c3
commit
d2429e5077
4053 changed files with 160516 additions and 486 deletions
|
@ -1,4 +1,9 @@
|
|||
// Tests <http://heycam.github.io/webidl/#es-stringifier>.
|
||||
/**
|
||||
* Runs tests for <http://heycam.github.io/webidl/#es-stringifier>.
|
||||
* @param {Object} aObject - object to test
|
||||
* @param {string} aAttribute - IDL attribute name that is annotated with `stringifier`
|
||||
* @param {boolean} aIsUnforgeable - whether the IDL attribute is `[Unforgeable]`
|
||||
*/
|
||||
function test_stringifier_attribute(aObject, aAttribute, aIsUnforgeable) {
|
||||
// Step 1.
|
||||
test(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue