mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Style sharing didn't play nicely with elements getting their display adjusted based off the parent's display. We style share without doing adjusting, so we need to avoid style sharing if adjusting would result in a different style. Particularly, we need to make sure that the display coercion would happen in the same way. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/839153002
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
|
|
# These tests require gc() to be exposed.
|
|
crbug.com/1 mutation-observer/observer-wrapper-dropoff-transient.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/observer-wrapper-dropoff.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/transient-gc-crash.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/weak-callback-gc-crash.sky [ Skip ]
|
|
|
|
# These tests need more basic testing support plumbed right into the
|
|
# platform, which we don't currently have:
|
|
https://github.com/domokit/mojo/issues/15 parser/cr.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/15 parser/empty.sky [ Skip ]
|
|
#https://github.com/domokit/mojo/issues/15 parser/utf16.sky [ Skip ]
|
|
|
|
# These tests fail
|
|
https://github.com/domokit/mojo/issues/14 parser/normaliser-null.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/14 parser/utf16.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/16 parser/normaliser-crlf.sky [ Skip ]
|
|
|
|
# These tests are flaky on the bots
|
|
https://github.com/domokit/mojo/issues/24 custom-elements/constructor-calls-created-synchronously.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/24 mutation-observer/observe-attributes.sky [ Skip ]
|
|
|
|
# This test only fails on the bots:
|
|
crbug.com/434822 inspector/page-agent-get-resource-tree.sky [ Pass Failure ]
|