forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layout: Convert layout internal display to inline for replaced elemen…
…ts (servo#31133) Replaced elements should never be able to have a layout internal display, according to the specification. This change makes it so that the used value of replaced element's display is always inline, as the specification says.
- Loading branch information
Showing
5 changed files
with
22 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-211.xht.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[table-anonymous-objects-211.xht] | ||
expected: CRASH | ||
expected: FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,9 @@ | ||
[table-model-fixup-2.html] | ||
expected: CRASH | ||
[Replaced elements inside a table cannot be table-row and are considered inline -- input elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-row and are considered inline -- img elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-column and are considered inline -- input elements (width)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-column and are considered inline -- input elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-column and are considered inline -- img elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-cell and are considered inline -- input elements (width)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-cell and are considered inline -- input elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements inside a table cannot be table-cell and are considered inline -- img elements (top)] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row and are considered inline -- input=text elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row and are considered inline -- input=button elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row and are considered inline -- input=file elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row and are considered inline -- img elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=text elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=button elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=file elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-row-group and are considered inline -- img elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-column and are considered inline inline -- input=text elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-column and are considered inline -- input=button elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-column and are considered inline -- input=file elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-column and are considered inline -- img elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-cell and are considered inline -- input=text elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-cell and are considered inline -- input=button elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-cell and are considered inline -- input=file elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-cell and are considered inline -- img elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=text elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=button elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=file elements] | ||
expected: FAIL | ||
|
||
[Replaced elements outside a table cannot be table-caption and are considered inline -- img elements] | ||
[Replaced elements inside a table cannot be table-row and are considered inline -- input elements (width)] | ||
expected: FAIL |