diff options
Diffstat (limited to 'ceee/ie/testing/test_data/simple_page.html')
-rw-r--r-- | ceee/ie/testing/test_data/simple_page.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ceee/ie/testing/test_data/simple_page.html b/ceee/ie/testing/test_data/simple_page.html new file mode 100644 index 0000000..74fd506 --- /dev/null +++ b/ceee/ie/testing/test_data/simple_page.html @@ -0,0 +1,12 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<!-- Copyright (c) 2010 The Chromium Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. +--> +<html> +<head><title>Simple Page</title></head> +<body> +<h1>This is the simplest possible page.</h1> +</body> +</html> |