mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: Replace usage of IntersectionObserverRootMargin
with Stylo'sIntersectionObserverMargin
(#38519)
@stevennovaryo Created wrapper for Stylo's IntersectionObserverMargin and cleaned up repeated code. Testing: Code compiles and `./mach test-unit tests/unit/style/` doesn't have any errors. intersectionobserver.rs is able to utilize the struct. Fixes: https://github.com/servo/servo/issues/35907 --------------------------- Signed-off-by: samir <samir.khan720a@gmail.com> --------- Signed-off-by: samir <samir.khan720a@gmail.com>
This commit is contained in:
parent
0b2c0cd055
commit
7b057be780
3 changed files with 20 additions and 117 deletions
|
@ -438,7 +438,6 @@ pub(crate) mod imagedata;
|
|||
pub(crate) mod inputevent;
|
||||
pub(crate) mod intersectionobserver;
|
||||
pub(crate) mod intersectionobserverentry;
|
||||
pub(crate) mod intersectionobserverrootmargin;
|
||||
pub(crate) mod keyboardevent;
|
||||
pub(crate) mod location;
|
||||
pub(crate) mod mediadeviceinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue