Unreviewed follow-up to r105596, added missing test resources.
authorcaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 23 Jan 2012 10:09:47 +0000 (10:09 +0000)
committercaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 23 Jan 2012 10:09:47 +0000 (10:09 +0000)
* http/tests/inspector/resources/har-pages-iframe.html: Added.
* http/tests/inspector/resources/har-pages-navigation-target.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105602 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/http/tests/inspector/resources/har-pages-iframe.html [new file with mode: 0644]
LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html [new file with mode: 0644]

index 9a00ecf..1f6f411 100644 (file)
@@ -1,3 +1,10 @@
+2012-01-23  Andrey Kosyakov  <caseq@chromium.org>
+
+        Unreviewed follow-up to r105596, added missing test resources.
+
+        * http/tests/inspector/resources/har-pages-iframe.html: Added.
+        * http/tests/inspector/resources/har-pages-navigation-target.html: Added.
+
 2012-01-23  Philippe Normand  <pnormand@igalia.com>
 
         Unreviewed, GTK rebaseline after r101742.
diff --git a/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html b/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html
new file mode 100644 (file)
index 0000000..f362a85
--- /dev/null
@@ -0,0 +1,13 @@
+<html>
+<head>
+<script type="text/javascript">
+function redirectBack()
+{
+    top.location.href = "/inspector/resource-har-pages.html";
+}
+</script>
+</head>
+<body onload="redirectBack()">
+<script src="source1.js"></script>
+</body>
+</html>
diff --git a/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html b/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html
new file mode 100644 (file)
index 0000000..1dabc77
--- /dev/null
@@ -0,0 +1,5 @@
+<html>
+<body>
+<iframe src="har-pages-iframe.html"></iframe>
+</body>
+</html>