blob: 9a3c1b719214b35a41bb57c85811765f3b888843 [file] [log] [blame]
CONSOLE WARNING: line 11: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Test that setRequestHeader throws a SYNTAX_ERR exception when called with an empty header name.
SUCCESS: got exception SyntaxError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': '' is not a valid HTTP header field name.