angular-cn/packages/platform-browser/test/dom
Paul Gschwendtner 7951c4feb2 test(platform-browser): fix shadow dom test not working in firefox 65 (#29518)
With 093dc915ae9ad92a3baa602eb7cb7862ca4b6734, Firefox has been updated
to the latest available version within Saucelabs. Firefox added shadow DOM support
in Firefox 63 and therefore the shadow dom test in `platform-browser` now runs as well.

This test currently fails because Firefox does not support computed style property
shorthands. In order to make this test work on Firefox now, we just switch from `border`
to `background` (because of the overhead when comparing each `top`, `bottom`, `left`, `right`-border properties)

PR Close #29518
2019-03-26 10:40:25 -07:00
..
events refactor(ivy): rename "blacklist" to "blocklist" (#28536) 2019-02-05 14:06:15 -05:00
dom_renderer_spec.ts fix(ivy): remove DOM nodes from their real parent vs saved parent (#28455) 2019-02-05 23:29:24 -05:00
shadow_dom_spec.ts test(platform-browser): fix shadow dom test not working in firefox 65 (#29518) 2019-03-26 10:40:25 -07:00
shared_styles_host_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00