| Index: third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html b/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..52ac791562c96dc7ba10c649834a869a67b4193e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<script>
|
| +if (testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.dumpBackForwardList();
|
| +}
|
| +</script>
|
| +</head>
|
| +<body>
|
| +<p>Tests that unique names for frames with identical name attributes don't
|
| +collide. This test requires content_shell --run-layout-test to dump the back
|
| +forward list.
|
| +<iframe src="resources/frameset-dest.html"></iframe>
|
| +<iframe src="resources/frameset-dest.html"></iframe>
|
| +</body>
|
| +</html>
|
|
|