Closed klizter closed 7 months ago
Core-suggest hidden attribute behaves differently across browsers when not explicitly set.
Steps to reproduce:
does not open suggestions on clicking a disabled input
<core-suggest>
page.setContent(...)
Expected result: All browsers should have the same assertion for core-suggest.hidden to be true
Actual result: Firefox asserts hidden to be false, while webkit and chromium asserts to be true
Core-suggest hidden attribute behaves differently across browsers when not explicitly set.
Steps to reproduce:
does not open suggestions on clicking a disabled input
<core-suggest>
inpage.setContent(...)
Expected result: All browsers should have the same assertion for core-suggest.hidden to be true
Actual result: Firefox asserts hidden to be false, while webkit and chromium asserts to be true