Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2334)

Unified Diff: tools/testing/dart/browser_test.dart

Issue 9271083: Add doctype to test html boilerplate so that IE 9 does not go into quirks mode. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698