mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Implement sequential fallback to float speculation
Fixes #13284 Fixes #13223
This commit is contained in:
parent
ef1b594f48
commit
fe2018682b
10 changed files with 184 additions and 35 deletions
|
@ -1592,6 +1592,18 @@
|
|||
"url": "/_mozilla/css/float_clearance_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_cleared_with_just_height.html": [
|
||||
{
|
||||
"path": "css/float_cleared_with_just_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_cleared_with_just_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_cleared_with_just_height.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
@ -15230,6 +15242,18 @@
|
|||
"url": "/_mozilla/css/float_clearance_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_cleared_with_just_height.html": [
|
||||
{
|
||||
"path": "css/float_cleared_with_just_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_cleared_with_just_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_cleared_with_just_height.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue