Unverified Commit 449e3c2a authored by Gary Qian's avatar Gary Qian Committed by GitHub

Roll engine 2e8e96fad1..a8890fdccd667 and fix paragraph tests (#22111)

parent 83354097
71457a67d0f9b10e8442d6db6d711bf00185ea66
a8890fdccd667d0bf0fa0a81ac350dadef60bd6c
......@@ -51,7 +51,7 @@ void main() {
expect(paragraph.minIntrinsicWidth, closeTo(fontSize * 4.0, 0.001));
// TODO(yjbanov): see https://github.com/flutter/flutter/issues/21965
expect(paragraph.maxIntrinsicWidth, closeTo(fontSize * 8.0, 0.001));
expect(paragraph.maxIntrinsicWidth, closeTo(fontSize * 9.0, 0.001));
expect(paragraph.alphabeticBaseline, closeTo(fontSize * .8, 0.001));
expect(
paragraph.ideographicBaseline,
......
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