-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Closed
Description
Description
Unit test dimension: width/height on an inline element with no explicitly-set dimensions (gh-3571) has been broken on all Android 4.x versions since it was added in c4598da (gh-3571).
Test case
Before:
- http://swarm.jquery.org/job/4974
- Commit f8faf14 (jQuery Periodic; 18 March 2017)
After:
- http://swarm.jquery.org/job/5006
- Commit c1c5497 (jQuery Periodic; 21 March 2017).
Commits f8faf1489e...c1c549793a
- c1c5497 Tests: Fix incorrect assert name (@Krinkle)
- 473d2ea: Dimensions: fall back to offsetWidth/Height for inline elems Regression: width() & height() return 0 for all inline elements #3571 Dimensions: fall back to offsetWidth/Height for inline elems #3577 (@timmywil)
- c4598da CSS: retrieve inline style before computed (@timmywil)

