mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Forward manager_number
to NullBrowser
constructor (#37125)
Testing: No tests, if `test-wpt` broke again then we would notice pretty quickly. Fixes: https://github.com/servo/servo/issues/37124 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
3a04f4195e
commit
2af1225e4f
46 changed files with 1387 additions and 29 deletions
27
tests/wpt/meta/css/css-sizing/keyword-sizes-on-flex-item-001.html.ini
vendored
Normal file
27
tests/wpt/meta/css/css-sizing/keyword-sizes-on-flex-item-001.html.ini
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[keyword-sizes-on-flex-item-001.html]
|
||||
[.test 57]
|
||||
expected: FAIL
|
||||
|
||||
[.test 58]
|
||||
expected: FAIL
|
||||
|
||||
[.test 59]
|
||||
expected: FAIL
|
||||
|
||||
[.test 60]
|
||||
expected: FAIL
|
||||
|
||||
[.test 61]
|
||||
expected: FAIL
|
||||
|
||||
[.test 62]
|
||||
expected: FAIL
|
||||
|
||||
[.test 63]
|
||||
expected: FAIL
|
||||
|
||||
[.test 64]
|
||||
expected: FAIL
|
||||
|
||||
[.test 65]
|
||||
expected: FAIL
|
|
@ -38,9 +38,6 @@
|
|||
[[data-expected-height\] 20]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 24]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -79,6 +76,3 @@
|
|||
|
||||
[[data-expected-height\] 43]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
[[data-expected-width\] 19]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 25]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -73,6 +70,3 @@
|
|||
|
||||
[[data-expected-width\] 42]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -110,8 +110,5 @@
|
|||
[[data-expected-height\]:not([skip-second-pass\]) 42]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\]:not([skip-second-pass\]) 44]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\]:not([skip-second-pass\]) 45]
|
||||
expected: FAIL
|
||||
|
|
|
@ -110,8 +110,5 @@
|
|||
[[data-expected-width\]:not([skip-second-pass\]) 43]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\]:not([skip-second-pass\]) 44]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\]:not([skip-second-pass\]) 45]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
[[data-expected-height\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
[[data-expected-width\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,9 @@
|
|||
|
||||
[[data-expected-height\]:not([skip-second-pass\]) 45]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\]:not([skip-second-pass\]) 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -10,3 +10,9 @@
|
|||
|
||||
[[data-expected-width\]:not([skip-second-pass\]) 45]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\]:not([skip-second-pass\]) 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -16,3 +16,9 @@
|
|||
|
||||
[[data-expected-height\] 46]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 44]
|
||||
expected: FAIL
|
||||
|
|
|
@ -16,3 +16,9 @@
|
|||
|
||||
[[data-expected-width\] 46]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 44]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue