mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
This fixes a bug where partially loaded content is displayed to the user before it should be, usually before stylesheets have loaded. This commit supresses reflows until either FirstLoad or RefreshTick, whichever comes first. Unfortunately, hit_test and mouse_over did not do reflows if they were necessary, and so by suppressing the initial spurious reflows, these methods started to panic without a display list to query. This patch also transforms these into queries similar to the other existing queries.
20 lines
480 B
INI
20 lines
480 B
INI
[elementFromPosition.htm]
|
|
type: testharness
|
|
[test some point of the element: top right corner]
|
|
expected: FAIL
|
|
|
|
[test some point of the element: right line]
|
|
expected: FAIL
|
|
|
|
[test some point of the element: bottom left corner]
|
|
expected: FAIL
|
|
|
|
[test some point of the element: bottom line]
|
|
expected: FAIL
|
|
|
|
[test some point of the element: botom right corner]
|
|
expected: FAIL
|
|
|
|
[test some point of the element: bottom right corner]
|
|
expected: FAIL
|
|
|