Chromium Code Reviews| Index: tools/testing/dart/browser_test.dart |
| =================================================================== |
| --- tools/testing/dart/browser_test.dart (revision 3627) |
| +++ tools/testing/dart/browser_test.dart (working copy) |
| @@ -7,6 +7,8 @@ |
| String scriptType, |
| String sourceScript) => |
| """ |
| +<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" |
|
Bill Hesse
2012/01/27 01:53:32
I actually like the longer version, if it is close
|
| + \"http://www.w3.org/TR/html4/strict.dtd\"> |
| <html> |
| <head> |
| <title> Test $title </title> |