Closed
Bug 1676072
Opened 4 years ago
Closed 4 years ago
Make WPTs for `getTargetRanges` should check `innerHTML` value in a subtest
Categories
(Core :: DOM: Events, task, P2)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
Currently, the WPTs for getTargetRanges
check innerHTML
value as a check thing of every test. However, it blocks to list up all differences of getTargetRanges
result since an assertion failure makes the test stop.
Assignee | ||
Comment 1•4 years ago
|
||
The main purpose of the WPTs which are changed in this patch is checking
getTargetRange
differences, but in some cases, browsers do not reach the
test because of the preceding innerHTML
value check failure.
Therefore, it should be tested in a sub test and the main test shouldn't
abort with the preceding innerHTML
value check failure.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/4dd201db88c0
Make WPTs for `getTargetRanges` check `innerHTML` in a subtest r=smaug
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/26470 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•