Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 872a67c

Browse files
committed
rebase
1 parent 3397b80 commit 872a67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web_ui/test/text/canvas_paragraph_builder_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ void testMain() async {
217217
);
218218

219219
// Should break "Hello world" into "Hello" and " world".
220-
paragraph.layout(ParagraphConstraints(width: 70.0));
220+
paragraph.layout(ParagraphConstraints(width: 75.0));
221221
expect(
222222
paragraph.toDomElement().outerHtml,
223-
'<p style="font-size: 13px; $paragraphStyle width: 70px;">'
223+
'<p style="font-size: 13px; $paragraphStyle width: 75px;">'
224224
'<span style="$defaultColor font-size: 13px; font-weight: bold; $defaultFontFamily">'
225225
'Hello'
226226
'</span>'

0 commit comments

Comments
 (0)