Unverified Commit 7a21bd10 authored by sigmundch's avatar sigmundch Committed by GitHub

reland disable ideographic script test on web (#88383)

parent afe58fba
...@@ -364,7 +364,11 @@ void main() { ...@@ -364,7 +364,11 @@ void main() {
pumpFrame(phase: EnginePhase.compositingBits); pumpFrame(phase: EnginePhase.compositingBits);
expect(editable, paintsExactlyCountTimes(#drawRRect, 0)); 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', () { test('text is painted above selection', () {
final TextSelectionDelegate delegate = FakeEditableTextState(); 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