Issue #1643 - Part 2: Implement ResizeObserver API

Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
This commit is contained in:
Moonchild 2020-09-16 16:39:15 +00:00 committed by roytam1
commit abb3630983
7 changed files with 618 additions and 0 deletions

View file

@ -2652,6 +2652,9 @@ pref("layout.css.font-loading-api.enabled", true);
// Should stray control characters be rendered visibly?
pref("layout.css.control-characters.visible", false);
// Is support for ResizeObservers enabled?
pref("layout.css.resizeobserver.enabled", true);
// pref for which side vertical scrollbars should be on
// 0 = end-side in UI direction
// 1 = end-side in document/content direction