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

Commit 19fb921

Browse files
committed
Test Log
1 parent 2e31fa9 commit 19fb921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web_ui/test/html/image_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Future<bool> rawImageUsesCorrectBehavior(PixelFormat format) async {
9696
final Image image = (await (await descriptor.instantiateCodec()).getNextFrame()).image;
9797
final Uint8List resultPixels = Uint8List.sublistView(
9898
(await image.toByteData(format: ImageByteFormat.rawStraightRgba))!);
99+
print('Result: ${resultPixels[0]}');
99100
return resultPixels[0] == 0xED;
100101
}
101102

0 commit comments

Comments
 (0)