diff options
Diffstat (limited to 'ceee/ie/testing/test_data/deep_frames.html')
-rw-r--r-- | ceee/ie/testing/test_data/deep_frames.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ceee/ie/testing/test_data/deep_frames.html b/ceee/ie/testing/test_data/deep_frames.html new file mode 100644 index 0000000..a89090c --- /dev/null +++ b/ceee/ie/testing/test_data/deep_frames.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>Deep frames</title></head> +<frameset cols="50%,50%"> + <frame src="level_one_frame.html" name="deep_frames" /> +</frameset> +</html> |