Title: [169050] trunk/LayoutTests
- Revision
- 169050
- Author
- [email protected]
- Date
- 2014-05-19 10:50:49 -0700 (Mon, 19 May 2014)
Log Message
Script include paths for js-test-pre.js and js-test-post.js were incorrect.
https://bugs.webkit.org/show_bug.cgi?id=133072
Patch by Jono Wells <[email protected]> on 2014-05-19
Reviewed by Andy Estes.
* http/tests/navigation/forward-to-fragment-fires-onload.html: Fixed script includes.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (169049 => 169050)
--- trunk/LayoutTests/ChangeLog 2014-05-19 17:45:57 UTC (rev 169049)
+++ trunk/LayoutTests/ChangeLog 2014-05-19 17:50:49 UTC (rev 169050)
@@ -1,3 +1,12 @@
+2014-05-19 Jono Wells <[email protected]>
+
+ Script include paths for js-test-pre.js and js-test-post.js were incorrect.
+ https://bugs.webkit.org/show_bug.cgi?id=133072
+
+ Reviewed by Andy Estes.
+
+ * http/tests/navigation/forward-to-fragment-fires-onload.html: Fixed script includes.
+
2014-05-19 Zalan Bujtas <[email protected]>
REGRESSION (r133351, sub-pixel layout): Right-to-left block with text-overflow: ellipsis truncates prematurely (breaks facebook.com Hebrew UI)
Modified: trunk/LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html (169049 => 169050)
--- trunk/LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html 2014-05-19 17:45:57 UTC (rev 169049)
+++ trunk/LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html 2014-05-19 17:50:49 UTC (rev 169050)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <script src=""
+<script src=""
</head>
<body>
<p id="description"></p>
@@ -35,6 +35,6 @@
var jsTestIsAsync = true;
</script>
-<script src=""
+<script src=""
</body>
</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes