mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Let legacy layout serialize shorthands in getComputedStyle (#32149)
* Let legacy layout serialize shorthands in getComputedStyle This ports #31277 (with the changes from #32066) into legacy layout. Otherwise, turning white-space into a shorthand (#32146) would fail some tests that expect the property to be serializable. * Update text expecatations
This commit is contained in:
parent
1a0565bbec
commit
fdb6fb7920
59 changed files with 270 additions and 1920 deletions
|
@ -1,48 +0,0 @@
|
|||
[overflow-shorthand-001.html]
|
||||
[overflow: auto auto works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: auto hidden works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: auto scroll works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: auto visible works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: hidden auto works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: hidden hidden works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: hidden scroll works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: hidden visible works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: scroll auto works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: scroll hidden works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: scroll scroll works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: scroll visible works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: visible auto works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: visible hidden works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: visible scroll works]
|
||||
expected: FAIL
|
||||
|
||||
[overflow: visible visible works]
|
||||
expected: FAIL
|
|
@ -1,28 +1,10 @@
|
|||
[overflow-computed.html]
|
||||
[Property overflow value 'visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'hidden']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'scroll']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'auto auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'auto clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'auto visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'clip auto']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,33 +23,12 @@
|
|||
[Property overflow value 'hidden clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'hidden visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'scroll auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'scroll clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'scroll visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible hidden']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible scroll']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible clip']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow value 'visible visible']
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-y value 'clip']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue