Bug 224658 - Avoid converting HTML chars in _W3CTestConverter
Summary: Avoid converting HTML chars in _W3CTestConverter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-16 00:58 PDT by Manuel Rego Casasnovas
Modified: 2021-04-24 15:10 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2021-04-16 01:00 PDT, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff
Patch (2.46 KB, patch)
2021-04-16 01:01 PDT, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2021-04-16 00:58:28 PDT
Since python 3.5 we're converting HTML characters and we shouldn't:
https://docs.python.org/3/library/html.parser.html
Comment 1 Manuel Rego Casasnovas 2021-04-16 01:00:00 PDT
Created attachment 426191 [details]
Patch
Comment 2 Manuel Rego Casasnovas 2021-04-16 01:01:23 PDT
Created attachment 426192 [details]
Patch
Comment 3 EWS 2021-04-16 02:04:30 PDT
Committed r276128 (236623@main): <https://commits.webkit.org/236623@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426192 [details].
Comment 4 Radar WebKit Bug Importer 2021-04-24 15:10:13 PDT
<rdar://problem/77110133>