mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
24
tests/wpt/meta/css/css-position/inheritance.html.ini
Normal file
24
tests/wpt/meta/css/css-position/inheritance.html.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[inheritance.html]
|
||||
[Property top has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property top does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property right has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property right does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property bottom has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property bottom does not inherit]
|
||||
expected: FAIL
|
||||
|
||||
[Property left has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property left does not inherit]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[position-computed.html]
|
||||
[Property position value 'sticky']
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[position-valid.html]
|
||||
[e.style['position'\] = "sticky" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-010.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-relative-table-caption.html]
|
||||
expected: FAIL
|
|
@ -1,10 +1,4 @@
|
|||
[position-sticky-nested-bottom.html]
|
||||
[before reaching the sticking point, neither sticky box should be offset]
|
||||
expected: FAIL
|
||||
|
||||
[the inner sticky can stick before the outer one if necessary]
|
||||
expected: FAIL
|
||||
|
||||
[both sticky boxes can be stuck at the same time]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[position-sticky-nested-left.html]
|
||||
[before reaching the sticking point, neither sticky box should be offset]
|
||||
expected: FAIL
|
||||
|
||||
[the inner sticky can stick before the outer one if necessary]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[position-sticky-nested-right.html]
|
||||
[before reaching the sticking point, neither sticky box should be offset]
|
||||
expected: FAIL
|
||||
|
||||
[the inner sticky can stick before the outer one if necessary]
|
||||
expected: FAIL
|
||||
|
||||
[both sticky boxes can be stuck at the same time]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[position-sticky-nested-top.html]
|
||||
[before reaching the sticking point, neither sticky box should be offset]
|
||||
expected: FAIL
|
||||
|
||||
[the inner sticky can stick before the outer one if necessary]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[position-sticky-parsing.html]
|
||||
[The value of sticky for the position property should be parsed correctly]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-sticky-stacking-context-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-sticky-stacking-context.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue