Hammerhead overrides some attributes, that are used in non-standard way, with null
#2347
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
Hammerhead nullifies attributes, that are used in non-standard way, e.g.
@action
for<input>
.What is the expected behavior?
Hammerhead leaves attributes, that are used in non-standard way, as they are.
How would you reproduce the current behavior (if this is a bug)?
The JS code on tested page
produces this console output:
But the code should produce the following:
Provide the test code and the tested page URL (if applicable)
Add the following test in
testcafe-hammerhead/test/client/fixtures/sandbox/code-instrumentation/getters-test.js
and observe it fails:Specify your
The text was updated successfully, but these errors were encountered: