Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd integration test for 'input' event for <input> elements #9131
Comments
|
I'd like to handle this one since I wrote #9122, but I'm unfamiliar with the servo test setup and not sure where to start. Are there some existing tests for events or key press handling that I can use as a reference? |
|
@frewsxcv Ew, I'm blind. Sorry for this. |
|
@ckimes89: @nox and I just briefly discussed this on IRC. Considering the |
|
@frewsxcv @nox It looks like Element Send Keys from WebDriver is already implemented which I think is the only thing needed to test the input event. However, I'm not sure how to use WebDriver in the test suite, are there any examples for this?. |
|
Unfortunately not. That is part of an ongoing project that will hopefully yield useful results to build on. |
#9122 merged without any regression tests.