Closed Bug 1529571 Opened 5 years ago Closed 5 years ago

[SVG Styling] Firefox only web platform test failures

Categories

(Core :: SVG, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
mozilla69
Tracking Status
firefox69 --- fixed

People

(Reporter: automatedtester, Assigned: violet.bugreport)

References

(Blocks 1 open bug)

Details

(Keywords: compat, parity-chrome, parity-safari)

Attachments

(1 file)

The following fail in Firefox and pass in Chrome and Safari

/svg/styling/required-properties.svg [76 subtests]

Source: https://jgraham.github.io/wptdash/?bugComponent=core%3A%3Asvg&tab=Firefox-only+Failures

Priority: -- → P3

This test is supposed to check CSS property support, but using
hasOwnProperty() is causing a lot of false positive because
hasOwnProperty() doesn't go up the proto chain even if the property
is actually supported.

Pushed by violet.bugreport@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/22cddc4fd568
Use `in` rather than `hasOwnProperty` to check property support r=heycam
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Assignee: nobody → violet.bugreport
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/17474 for changes under testing/web-platform/tests
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: