Title: [110928] trunk/LayoutTests
- Revision
- 110928
- Author
- [email protected]
- Date
- 2012-03-15 19:36:55 -0700 (Thu, 15 Mar 2012)
Log Message
WebKitTestRunner layoutTestController.pathToLocalResource needs to be updated to work with
NRWT
https://bugs.webkit.org/show_bug.cgi?id=81299
Add failing expected results for mac-wk2 to get the bots green.
* platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt: Added.
* platform/mac-wk2/fast/loader/local-_javascript_-from-local-expected.txt: Added.
* platform/mac-wk2/fast/loader/local-image-from-local-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (110927 => 110928)
--- trunk/LayoutTests/ChangeLog 2012-03-16 01:49:05 UTC (rev 110927)
+++ trunk/LayoutTests/ChangeLog 2012-03-16 02:36:55 UTC (rev 110928)
@@ -1,3 +1,15 @@
+2012-03-15 Jessie Berlin <[email protected]>
+
+ WebKitTestRunner layoutTestController.pathToLocalResource needs to be updated to work with
+ NRWT
+ https://bugs.webkit.org/show_bug.cgi?id=81299
+
+ Add failing expected results for mac-wk2 to get the bots green.
+
+ * platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt: Added.
+ * platform/mac-wk2/fast/loader/local-_javascript_-from-local-expected.txt: Added.
+ * platform/mac-wk2/fast/loader/local-image-from-local-expected.txt: Added.
+
2012-03-15 Yoshifumi Inoue <[email protected]>
[Forms] The "meter" element should not be a form-associated element.
Added: trunk/LayoutTests/platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt (0 => 110928)
--- trunk/LayoutTests/platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt 2012-03-16 02:36:55 UTC (rev 110928)
@@ -0,0 +1,6 @@
+This test is to see if a local file can include a local CSS style.
+Currently this test cannot be run manually on Windows because we do not have a function like pathToLocalResource() outside of DRT.
+
+If the background is yellow then the CSS was loaded.
+
+Test Failed: Local CSS not remotely loaded.
Added: trunk/LayoutTests/platform/mac-wk2/fast/loader/local-_javascript_-from-local-expected.txt (0 => 110928)
--- trunk/LayoutTests/platform/mac-wk2/fast/loader/local-_javascript_-from-local-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/fast/loader/local-_javascript_-from-local-expected.txt 2012-03-16 02:36:55 UTC (rev 110928)
@@ -0,0 +1,4 @@
+This test is to see if a local file can run a local script.
+Currently this test cannot be run manually on Windows because we do not have a function like pathToLocalResource() outside of DRT.
+
+Test Failed: Local script not loaded.
Added: trunk/LayoutTests/platform/mac-wk2/fast/loader/local-image-from-local-expected.txt (0 => 110928)
--- trunk/LayoutTests/platform/mac-wk2/fast/loader/local-image-from-local-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/fast/loader/local-image-from-local-expected.txt 2012-03-16 02:36:55 UTC (rev 110928)
@@ -0,0 +1,6 @@
+This test is to see if a remote file can include a local image.
+Currently this test cannot be run manually on Windows because we do not have a function like pathToLocalResource() outside of DRT.
+
+Test Failed: Image Load Error.
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes