| Index: tests/html/element_offset_test.dart
 | 
| diff --git a/tests/html/element_offset_test.dart b/tests/html/element_offset_test.dart
 | 
| index f4026426ab9531978290a6d166dc6662f6ec16b9..10102d3b00b9b5b06d41a4847394d1a22b9bc918 100644
 | 
| --- a/tests/html/element_offset_test.dart
 | 
| +++ b/tests/html/element_offset_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library element_offset_test;
 | 
| -import '../../pkg/unittest/lib/unittest.dart';
 | 
| -import '../../pkg/unittest/lib/html_individual_config.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
| +import 'package:unittest/html_individual_config.dart';
 | 
|  import 'dart:async';
 | 
|  import 'dart:html';
 | 
|  
 | 
| 
 |