Update web-platform-tests to revision 074719e3660000659cd074b8a59de69bd9b90cd7

This commit is contained in:
WPT Sync Bot 2020-01-29 11:32:50 +00:00
parent 7e4d0534c3
commit d2429e5077
4053 changed files with 160516 additions and 486 deletions

View file

@ -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() {