Title: [105602] trunk/LayoutTests
Revision
105602
Author
[email protected]
Date
2012-01-23 02:09:47 -0800 (Mon, 23 Jan 2012)

Log Message

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.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (105601 => 105602)


--- trunk/LayoutTests/ChangeLog	2012-01-23 10:05:29 UTC (rev 105601)
+++ trunk/LayoutTests/ChangeLog	2012-01-23 10:09:47 UTC (rev 105602)
@@ -1,3 +1,10 @@
+2012-01-23  Andrey Kosyakov  <[email protected]>
+
+        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  <[email protected]>
 
         Unreviewed, GTK rebaseline after r101742.

Added: trunk/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html (0 => 105602)


--- trunk/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html	                        (rev 0)
+++ trunk/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html	2012-01-23 10:09:47 UTC (rev 105602)
@@ -0,0 +1,13 @@
+<html>
+<head>
+<script type="text/_javascript_">
+function redirectBack()
+{
+    top.location.href = ""
+}
+</script>
+</head>
+<body _onload_="redirectBack()">
+<script src=""
+</body>
+</html>
Property changes on: trunk/LayoutTests/http/tests/inspector/resources/har-pages-iframe.html
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html (0 => 105602)


--- trunk/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html	                        (rev 0)
+++ trunk/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html	2012-01-23 10:09:47 UTC (rev 105602)
@@ -0,0 +1,5 @@
+<html>
+<body>
+<iframe src=""
+</body>
+</html>
Property changes on: trunk/LayoutTests/http/tests/inspector/resources/har-pages-navigation-target.html
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to