Fuguo

Results 6 issues of Fuguo

Currently, getting the style value causes a reflow and generates a display list every time, which affects performance. In Chromium, reflow only occurs when a specific style value is retrieved.

A-content/css
I-perf-slow
A-layout/query
A-layout/incremental

I can get the field name by Field::name method, but how to get field value?

**Describe the bug:** When I swipe on the OpenHarmony device, the page does not perform a Fling. **To Reproduce:** Open this page and swipe: https://m.huaweimossel.com/#/pages/topic/topic?scene=2024-qysj Expect the page to continue...

C-untriaged

Incorrect deletion logic; it should be restricted using `self.viewport_description.` _Originally posted by @kongbai1996 in https://github.com/servo/servo/pull/39868#discussion_r2488543053_

C-assigned

Implement resize method for PinchZoom and update webview_renderer to call it on window size changes Testing: No new WPT test cases passed. Fixes: N/A

S-awaiting-review

The generic PartialEq implementation for Size2D directly uses `==`, which loses precision when the type is float. Size3D and Point2D have similar issues. I added tests with floating-point numbers in...