From 072b921d4cd7cf40eaa84398fe79bdacdb26ef92 Mon Sep 17 00:00:00 2001 From: "caseq@chromium.org" Date: Mon, 23 Jan 2012 10:09:47 +0000 Subject: [PATCH] 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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105602 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 7 +++++++ .../http/tests/inspector/resources/har-pages-iframe.html | 13 +++++++++++++ .../inspector/resources/har-pages-navigation-target.html | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 LayoutTests/http/tests/inspector/resources/har-pages-iframe.html create mode 100644 LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 9a00ecf..1f6f411 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,10 @@ +2012-01-23 Andrey Kosyakov + + 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 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 index 0000000..f362a85 --- /dev/null +++ b/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html @@ -0,0 +1,13 @@ + + + + + + + + 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 index 0000000..1dabc77 --- /dev/null +++ b/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html @@ -0,0 +1,5 @@ + + + + + -- 2.7.4