Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-transforms] Avoid using assert_own_property on testing style properties. #17778

Merged

Conversation

BorisChiou
Copy link
Member

These assert_own_property tests cause these CSS tests to fail on Firefox only, and I think these properties are not supposted to be own properties, so use a similar way as #16892, to test the existence of these properties.

cc @emilio

@BorisChiou BorisChiou changed the title [css-transform] Avoid using assert_own_property on testing style properties. [css-transforms] Avoid using assert_own_property on testing style properties. Jul 10, 2019
These `assert_own_property` tests cause these CSS tests to fail on Firefox
only, and I think these properties are not supposted to be own properties,
so use a similar way as web-platform-tests#16892,
to test the existence of these properties.
@emilio emilio merged commit 47543ee into web-platform-tests:master Jul 11, 2019
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
…eb-platform-tests#17778)

These `assert_own_property` tests cause these CSS tests to fail on Firefox
only, and I think these properties are not supposted to be own properties,
so use a similar way as web-platform-tests#16892,
to test the existence of these properties.
@BorisChiou BorisChiou deleted the transform/property_check branch September 13, 2019 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants