mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
unskip text_painter_rtl_test on web (#169537)
Fixes https://github.com/flutter/flutter/issues/32238
This commit is contained in:
parent
a5b51dbf22
commit
5e953e76c1
@ -383,7 +383,7 @@ void main() {
|
|||||||
],
|
],
|
||||||
);
|
);
|
||||||
painter.dispose();
|
painter.dispose();
|
||||||
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/32238
|
});
|
||||||
|
|
||||||
test('TextPainter - line wrap mid-word', () {
|
test('TextPainter - line wrap mid-word', () {
|
||||||
final TextPainter painter = TextPainter()..textDirection = TextDirection.ltr;
|
final TextPainter painter = TextPainter()..textDirection = TextDirection.ltr;
|
||||||
|
Loading…
Reference in New Issue
Block a user