Home
last modified time | relevance | path

Searched refs:test_second_argument (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/file/
H A DFile-constructor.any.js74 function test_second_argument(arg2, expectedFileName, testName) { function
82 test_second_argument("dummy", "dummy", "Using fileName");
83 test_second_argument("dummy/foo", "dummy/foo",
85 test_second_argument(null, "null", "Using null fileName");
86 test_second_argument(1, "1", "Using number fileName");
87 test_second_argument('', '', "Using empty string fileName");
89 test_second_argument(document.body, '[object HTMLBodyElement]', "Using object fileName");

Completed in 2 milliseconds