Title: [120538] trunk/LayoutTests
Revision
120538
Author
[email protected]
Date
2012-06-16 17:17:37 -0700 (Sat, 16 Jun 2012)

Log Message

Fix test cases for `header`/`footer` AXRoleDescription
https://bugs.webkit.org/show_bug.cgi?id=88911

The relative URLs to js-test-pre.js and js-test-post.js were incorrect.

Patch by Mike West <[email protected]> on 2012-06-16
Reviewed by Simon Fraser.

* platform/mac/accessibility/footer.html:
* platform/mac/accessibility/header.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120537 => 120538)


--- trunk/LayoutTests/ChangeLog	2012-06-17 00:13:05 UTC (rev 120537)
+++ trunk/LayoutTests/ChangeLog	2012-06-17 00:17:37 UTC (rev 120538)
@@ -1,3 +1,15 @@
+2012-06-16  Mike West  <[email protected]>
+
+        Fix test cases for `header`/`footer` AXRoleDescription
+        https://bugs.webkit.org/show_bug.cgi?id=88911
+
+        The relative URLs to js-test-pre.js and js-test-post.js were incorrect.
+
+        Reviewed by Simon Fraser.
+
+        * platform/mac/accessibility/footer.html:
+        * platform/mac/accessibility/header.html:
+
 2012-06-16  Christophe Dumez  <[email protected]>
 
         [EFL] Rebaseline fast/lists/001*.html tests after r120495

Modified: trunk/LayoutTests/platform/mac/accessibility/footer.html (120537 => 120538)


--- trunk/LayoutTests/platform/mac/accessibility/footer.html	2012-06-17 00:13:05 UTC (rev 120537)
+++ trunk/LayoutTests/platform/mac/accessibility/footer.html	2012-06-17 00:17:37 UTC (rev 120538)
@@ -1,7 +1,7 @@
 <html>
 <html>
 <head>
-<script src=''></script>
+<script src=''></script>
 </head>
 <body id='body'>
     <footer tabindex='0' id='footer01'>Footer outside section and article elements.</footer>
@@ -31,6 +31,6 @@
         expectRole('AXGroup', 'group', '#footer02');
         expectRole('AXGroup', 'group', '#footer03');
     </script>
-<script src=''></script>
+<script src=''></script>
 </body>
 </html>

Modified: trunk/LayoutTests/platform/mac/accessibility/header.html (120537 => 120538)


--- trunk/LayoutTests/platform/mac/accessibility/header.html	2012-06-17 00:13:05 UTC (rev 120537)
+++ trunk/LayoutTests/platform/mac/accessibility/header.html	2012-06-17 00:17:37 UTC (rev 120538)
@@ -1,7 +1,7 @@
 <html>
 <html>
 <head>
-<script src=''></script>
+<script src=''></script>
 </head>
 <body id='body'>
     <header tabindex='0' id='header01'>Header outside section and article elements.</header>
@@ -31,6 +31,6 @@
         expectRole('AXGroup', 'group', '#header02');
         expectRole('AXGroup', 'group', '#header03');
     </script>
-<script src=''></script>
+<script src=''></script>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to