Unverified Commit a05076e4 authored by Yegor's avatar Yegor Committed by GitHub

disable ideographic script test on web (#83130)

parent a9b9802f
......@@ -321,7 +321,11 @@ void main() {
pumpFrame(phase: EnginePhase.compositingBits);
expect(editable, paintsExactlyCountTimes(#drawRRect, 0));
});
// TODO(yjbanov): ahem.ttf doesn't have Chinese glyphs, making this test
// sensitive to browser/OS when running in web mode:
// https://github.com/flutter/flutter/issues/83129
}, skip: kIsWeb);
test('text is painted above selection', () {
final TextSelectionDelegate delegate = FakeEditableTextState();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment