[wpt-sync] Sync PR 27573 - Treat huge 'repeatCount' values as invalid
Categories
(Core :: SVG, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27573 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27573
Details from upstream follow.
b'Fredrik S\xc3\xb6derqvist <fs@opera.com>' wrote:
Treat huge 'repeatCount' values as invalid
String::ToDouble() can return infinity. This value could either be
treated the same as the 'indefinite' keyword or as invalid. Gecko
appears do the latter so follow suit.Bug: 1176608
Change-Id: Ia945404711f7580bcbabded076904205e00b2564Reviewed-on: https://chromium-review.googlesource.com/2685176
WPT-Export-Revision: 3af2061c20977772ee761e97562253c0feb504e3
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS : 1
Chrome
OK : 1
FAIL : 1
Safari
TIMEOUT: 2
Links
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•