mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
layout: Make absolutely-positioned blocks not generate {ib} splits.
Improves YouTube. Closes #10642.
This commit is contained in:
parent
ccfd768c4b
commit
e840c7aaa0
4 changed files with 47 additions and 13 deletions
|
@ -94,6 +94,18 @@
|
|||
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_ib_split_a.html": [
|
||||
{
|
||||
"path": "css/absolute_ib_split_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_ib_split_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_ib_split_a.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_inline_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/absolute_inline_containing_block_a.html",
|
||||
|
@ -6720,6 +6732,18 @@
|
|||
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_ib_split_a.html": [
|
||||
{
|
||||
"path": "css/absolute_ib_split_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_ib_split_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_ib_split_a.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_inline_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/absolute_inline_containing_block_a.html",
|
||||
|
|
5
tests/wpt/mozilla/tests/css/absolute_ib_split_a.html
Normal file
5
tests/wpt/mozilla/tests/css/absolute_ib_split_a.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="match" href="absolute_ib_split_ref.html">
|
||||
Ser<div style="position: absolute"></div>vo
|
||||
|
4
tests/wpt/mozilla/tests/css/absolute_ib_split_ref.html
Normal file
4
tests/wpt/mozilla/tests/css/absolute_ib_split_ref.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
Servo
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue