SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
346 stars 194 forks source link

HtmlUnitDriver Ignore cleanup tracking bug #2187

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 2187

The following should be made to pass:
CorrectEventFiringTest#testShouldNotThrowIfEventHandlerThrows
FormHandlingTest#testSendingKeyboardEventsShouldAppendTextinTextAreas
OpacityTest#testShouldBeAbleToSelectOptionsFromAnInvisibleSelect
TextHandlingTest#testShouldHandleNestedBlockLevelElements
TextHandlingTest#testShouldNotTrimSpacesWhenLineWraps
TypingTest

The following have not yet been implemented:
ClickTest#testShouldSetRelatedTargetForMouseOver
CorrectEventFiringTest#testShouldReportTheXAndYCoordinatesWhenClicking
I18nTest#{testShouldBeAbleToActivateIMEEngine,testShouldBeAbleToInputJapanese}

The following should be upstreamed to HtmlUnit:
FrameSwitchingTest#testShouldBeAbleToCarryOnWorkingIfTheFrameIsDeletedFromUnderUs

Anything else is (at time of filing) intentionally unimplemented

Reported by dawagner on 2011-08-03 12:48:43

lukeis commented 8 years ago

Reported by barancev on 2011-10-13 07:15:15

lukeis commented 8 years ago
Current state is:

* CorrectEventFiringTest#testShouldNotThrowIfEventHandlerThrows - no HTMLUNIT ignore.
* FormHandlingTest#testSendingKeyboardEventsShouldAppendTextinTextAreas - no HTMLUNIT
ignore.
* OpacityTest#testShouldBeAbleToSelectOptionsFromAnInvisibleSelect - no HTMLUNIT ignore.
* ClickTest#testShouldSetRelatedTargetForMouseOver - no HTMLUNIT ignore.
* CorrectEventFiringTest#testShouldReportTheXAndYCoordinatesWhenClicking - no HTMLUNIT
ignore.

* TextHandlingTest#testShouldHandleNestedBlockLevelElements - HTMLUNIT ignore.
* TextHandlingTest#testShouldNotTrimSpacesWhenLineWraps - HTMLUNIT ignore.
* TypingTest#* - many HTMLUNIT ignores.
* I18nTest#testShouldBeAbleToActivateIMEEngine - HTMLUNIT ignore.
* I18nTest#testShouldBeAbleToInputJapanese - HTMLUNIT ignore.

The FrameSwitchingTest#testShouldBeAbleToCarryOnWorkingIfTheFrameIsDeletedFromUnderUs
is not already existed.

Reported by a.u.savchuk on 2013-09-20 13:49:59

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:44:25