未验证 提交 03b7bad6 编写于 作者: N nturgut 提交者: GitHub

remove failing tests on safari (#18944)

上级 84c40db3
......@@ -3,6 +3,8 @@
// found in the LICENSE file.
// @dart = 2.6
@TestOn('chrome || firefox')
import 'dart:async';
import 'dart:html' as html;
import 'dart:js_util' as js_util;
......@@ -686,4 +688,4 @@ HtmlImage createTestImage({int width = 100, int height = 50}) {
html.ImageElement imageElement = html.ImageElement();
imageElement.src = js_util.callMethod(canvas, 'toDataURL', <dynamic>[]);
return HtmlImage(imageElement, width, height);
}
\ No newline at end of file
}
......@@ -3,6 +3,8 @@
// found in the LICENSE file.
// @dart = 2.6
@TestOn('chrome || firefox')
import 'package:ui/ui.dart' as ui;
import 'package:ui/src/engine.dart';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册