| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index e87b30e9f02dd233a4e8dc2913e373ac64031bf8..b3cd1c2c8d03b26277f44e579631e21df1c84ca7 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -10,6 +10,7 @@ String GetHtmlContents(String title,
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| + <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| <title> Test $title </title>
|
| <style>
|
| .unittest-table { font-family:monospace; border:1px; }
|
|
|