diff options
Diffstat (limited to 'ceee/ie/testing/test_data/two_frames.html')
-rw-r--r-- | ceee/ie/testing/test_data/two_frames.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ceee/ie/testing/test_data/two_frames.html b/ceee/ie/testing/test_data/two_frames.html new file mode 100644 index 0000000..dd8b0c4 --- /dev/null +++ b/ceee/ie/testing/test_data/two_frames.html @@ -0,0 +1,13 @@ +<!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>Two frames in a frameset</title></head> +<frameset cols="50%,50%"> + <frame src="frame_one.html" /> + <frame src="frame_two.html" /> +</frameset> +</html> |