mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 84f93271efe15a4e37fed477a2ad364f8659a0f8
This commit is contained in:
parent
5504d9259d
commit
77e26e71da
374 changed files with 25426 additions and 892 deletions
|
@ -3,6 +3,9 @@
|
|||
* using sticky position. If it's directly under the sticky element it could be
|
||||
* obscured and not show up when compared to the ref. */
|
||||
function createIndicatorForStickyElements(sticky_divs) {
|
||||
if (sticky_divs.length == 0)
|
||||
throw "No sticky div was found in the test case.";
|
||||
|
||||
sticky_divs.forEach((sticky_div) => {
|
||||
// The relative position indicator will be able to share the same containing
|
||||
// block to match the position with the same offset from in flow position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue