Title: [188133] trunk/LayoutTests
- Revision
- 188133
- Author
- [email protected]
- Date
- 2015-08-07 10:30:19 -0700 (Fri, 07 Aug 2015)
Log Message
Move platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html into http/tests/loading/
* http/tests/loading/multiple-prioritization-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt.
* http/tests/loading/multiple-prioritization.html: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (188132 => 188133)
--- trunk/LayoutTests/ChangeLog 2015-08-07 17:30:16 UTC (rev 188132)
+++ trunk/LayoutTests/ChangeLog 2015-08-07 17:30:19 UTC (rev 188133)
@@ -1,3 +1,10 @@
+2015-08-07 Simon Fraser <[email protected]>
+
+ Move platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html into http/tests/loading/
+
+ * http/tests/loading/multiple-prioritization-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt.
+ * http/tests/loading/multiple-prioritization.html: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html.
+
2015-08-06 Simon Fraser <[email protected]>
Move ios-sim-deprecated/fast/dom/ tests into fast/dom
Copied: trunk/LayoutTests/http/tests/loading/multiple-prioritization-expected.txt (from rev 188132, trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt) (0 => 188133)
--- trunk/LayoutTests/http/tests/loading/multiple-prioritization-expected.txt (rev 0)
+++ trunk/LayoutTests/http/tests/loading/multiple-prioritization-expected.txt 2015-08-07 17:30:19 UTC (rev 188133)
@@ -0,0 +1,6 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
+If you see this text, the test has passed.
Copied: trunk/LayoutTests/http/tests/loading/multiple-prioritization.html (from rev 188132, trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html) (0 => 188133)
--- trunk/LayoutTests/http/tests/loading/multiple-prioritization.html (rev 0)
+++ trunk/LayoutTests/http/tests/loading/multiple-prioritization.html 2015-08-07 17:30:19 UTC (rev 188133)
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" media="screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="" />
+ <link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="" />
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+</head>
+<body id="article">
+If you see this text, the test has passed.
+</body>
+</html>
Deleted: trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt (188132 => 188133)
--- trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt 2015-08-07 17:30:16 UTC (rev 188132)
+++ trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt 2015-08-07 17:30:19 UTC (rev 188133)
@@ -1,6 +0,0 @@
-main frame - didStartProvisionalLoadForFrame
-main frame - didCommitLoadForFrame
-main frame - didFinishDocumentLoadForFrame
-main frame - didHandleOnloadEventsForFrame
-main frame - didFinishLoadForFrame
-If you see this text, the test has passed.
Deleted: trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html (188132 => 188133)
--- trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html 2015-08-07 17:30:16 UTC (rev 188132)
+++ trunk/LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html 2015-08-07 17:30:19 UTC (rev 188133)
@@ -1,13 +0,0 @@
-<html>
-<head>
- <link rel="stylesheet" type="text/css" media="screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="" />
- <link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="" />
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
-</head>
-<body id="article">
-If you see this text, the test has passed.
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes