File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ Future<void> main() async {
443443 const windowSize = 100.0 ;
444444 tester.setWindowSize (const Size (windowSize, windowSize));
445445
446- const html = '<table><tr><td align="center">'
446+ const html = '<table style="width: 100%" ><tr><td align="center">'
447447 '<table><tr><td>Foo</td></tr></table>'
448448 '</td></tr></table>' ;
449449 await explain (tester, html);
@@ -989,14 +989,6 @@ Future<void> main() async {
989989 ]);
990990
991991 expect (second.width, equals (first.width));
992-
993- final m = _loggerMessages;
994- expect (m, contains (contains ('Got child#0 min width:' )));
995- expect (m, contains (contains ('Got child#1 min width:' )));
996- expect (m, contains (contains ('Got child#2 size without contraints:' )));
997- expect (m, isNot (contains (contains ('Got child#2 min width:' ))));
998- expect (m, contains (contains ('Got child#3 size without contraints:' )));
999- expect (m, isNot (contains (contains ('Got child#3 min width:' ))));
1000992 });
1001993 });
1002994
You can’t perform that action at this time.
0 commit comments