[wpt-sync] Sync PR 49965 - [text-box-trim] Rewind the stream when `ConsumeTextBoxEdge` fails
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49965 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49965
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[text-box-trim] Rewind the stream when
ConsumeTextBoxEdge
failsThis patch fixes
ConsumeTextBoxEdge
to rewind the input
stream if the parsing fails in the middle of the consumption.Bug: 385160696
Change-Id: Ib8ffbf6ab9731dd4443536ef13abefe5c354b63c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6151521
Reviewed-by: Kent Tamura \<tkent@chromium.org>
Auto-Submit: Koji Ishii \<kojii@chromium.org>
Commit-Queue: Kent Tamura \<tkent@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1403286}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 21 subtests
Status Summary
Firefox
OK
: 1
PASS
: 21
Chrome
OK
: 1
PASS
: 20
FAIL
: 1
Safari
OK
: 1
PASS
: 18
FAIL
: 3
Description
•