mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #13870 - pcwalton:anonymous-table-rewrite, r=mbrubeck
layout: Rewrite anonymous table code, simplify and fix table intrinsic width calculation, and improve safety of flexbox code. Closes #13782. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13870) <!-- Reviewable:end -->
This commit is contained in:
commit
6b40f97289
139 changed files with 932 additions and 896 deletions
|
@ -1424,6 +1424,18 @@
|
|||
"url": "/_mozilla/css/dirty_viewport.html"
|
||||
}
|
||||
],
|
||||
"css/display_table_cell_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/display_table_cell_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/display_table_cell_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/display_table_cell_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/empty_cells_a.html": [
|
||||
{
|
||||
"path": "css/empty_cells_a.html",
|
||||
|
@ -5994,18 +6006,6 @@
|
|||
"url": "/_mozilla/css/white-space-mixed-002.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-normal-001.htm": [
|
||||
{
|
||||
"path": "css/white-space-normal-001.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-normal-001-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-normal-001.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-line.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-line.htm",
|
||||
|
@ -15284,6 +15284,18 @@
|
|||
"url": "/_mozilla/css/dirty_viewport.html"
|
||||
}
|
||||
],
|
||||
"css/display_table_cell_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/display_table_cell_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/display_table_cell_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/display_table_cell_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/empty_cells_a.html": [
|
||||
{
|
||||
"path": "css/empty_cells_a.html",
|
||||
|
@ -19866,18 +19878,6 @@
|
|||
"url": "/_mozilla/css/white-space-mixed-002.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-normal-001.htm": [
|
||||
{
|
||||
"path": "css/white-space-normal-001.htm",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/white-space-normal-001-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/white-space-normal-001.htm"
|
||||
}
|
||||
],
|
||||
"css/white-space-pre-line.htm": [
|
||||
{
|
||||
"path": "css/white-space-pre-line.htm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue