Index: tests/compiler/dart2js/analyze_api_test.dart |
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart |
index f137265e23bf49d276b5b5c6ae4a7a02f43eb7d6..0eae0fccf06917d911bf98a6d3c4b2d372577cf9 100644 |
--- a/tests/compiler/dart2js/analyze_api_test.dart |
+++ b/tests/compiler/dart2js/analyze_api_test.dart |
@@ -21,13 +21,8 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind; |
const Map<String, List<String>> WHITE_LIST = const { |
"html_dart2js.dart": const [ |
// These suppressions are tracked by issue 25928. |
- "The getter '_layerX' is not defined for the class 'UIEvent'", |
- "The getter '_layerY' is not defined for the class 'UIEvent'", |
- "The getter '_pageX' is not defined for the class 'UIEvent'", |
- "The getter '_pageY' is not defined for the class 'UIEvent'", |
"The getter 'clipboardData' is not defined for the class 'Event'", |
"The getter 'clipboardData' is not defined for the class 'KeyboardEvent'", |
- "The getter 'parent' is not defined for the class 'KeyEvent'", |
] |
}; |