mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
layout: Enable flexbox by default on non-legacy layout (#33186)
Flexbox is still very much in progress, but things are working well enough that we can enable it by default. It improves most pages that use flexbox now. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
b6d5ac09b0
commit
7b7020a8d4
63 changed files with 465 additions and 351 deletions
|
@ -116,42 +116,9 @@
|
|||
[computed display of <button type=submit> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: contents]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -170,9 +137,6 @@
|
|||
[computed display of <input type=image> with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[flex.html]
|
||||
[inline-flex]
|
||||
expected: FAIL
|
||||
|
||||
[flex]
|
||||
expected: FAIL
|
||||
|
||||
[align-items:stretch should work]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue