Title: [159128] trunk/LayoutTests
- Revision
- 159128
- Author
- [email protected]
- Date
- 2013-11-12 11:21:09 -0800 (Tue, 12 Nov 2013)
Log Message
Fix accessibility/aria-help after r159067.
It's failing everywhere because the path to its script is wrong.
* accessibility/aria-help.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (159127 => 159128)
--- trunk/LayoutTests/ChangeLog 2013-11-12 19:18:55 UTC (rev 159127)
+++ trunk/LayoutTests/ChangeLog 2013-11-12 19:21:09 UTC (rev 159128)
@@ -1,3 +1,11 @@
+2013-11-12 Tim Horton <[email protected]>
+
+ Fix accessibility/aria-help after r159067.
+
+ It's failing everywhere because the path to its script is wrong.
+
+ * accessibility/aria-help.html:
+
2013-11-12 Michał Pakuła vel Rutka <[email protected]>
Unreviewed EFL gardening
Modified: trunk/LayoutTests/accessibility/aria-help.html (159127 => 159128)
--- trunk/LayoutTests/accessibility/aria-help.html 2013-11-12 19:18:55 UTC (rev 159127)
+++ trunk/LayoutTests/accessibility/aria-help.html 2013-11-12 19:21:09 UTC (rev 159128)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<script src=""
+<script src=""
</head>
<body id="body">
@@ -25,6 +25,6 @@
</script>
-<script src=""
+<script src=""
</body>
</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes