| Code-Review | +1 |
pi->setData("name=n > value=v");Simplify this test to just test the quoting and not also the behavior of >?
```suggestion
pi->setData("name=n");
```
And a separate test for "name=\"n\">" which should not work, right?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Simplify this test to just test the quoting and not also the behavior of >?
```suggestion
pi->setData("name=n");
```And a separate test for "name=\"n\">" which should not work, right?
Fix applied. I don't think we should add more unit-tests... These scenarios are covered by WPT
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/59977.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |