Title: [114366] trunk/LayoutTests
Revision
114366
Author
[email protected]
Date
2012-04-17 04:53:51 -0700 (Tue, 17 Apr 2012)

Log Message

Unreviewed, fix wrong paths to JS resources in GTK tests.

* platform/gtk/accessibility/aria-list-and-listitem.html:
* platform/gtk/accessibility/aria-option-role.html:
* platform/gtk/accessibility/aria-option-role-expected.txt: Fixed
typo in the expected output.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114365 => 114366)


--- trunk/LayoutTests/ChangeLog	2012-04-17 11:36:57 UTC (rev 114365)
+++ trunk/LayoutTests/ChangeLog	2012-04-17 11:53:51 UTC (rev 114366)
@@ -1,3 +1,12 @@
+2012-04-17  Mario Sanchez Prada  <[email protected]>
+
+        Unreviewed, fix wrong paths to JS resources in GTK tests.
+
+        * platform/gtk/accessibility/aria-list-and-listitem.html:
+        * platform/gtk/accessibility/aria-option-role.html:
+        * platform/gtk/accessibility/aria-option-role-expected.txt: Fixed
+        typo in the expected output.
+
 2012-04-17  János Badics  <[email protected]>
 
         [Qt] Unreviewed gardening. Skipped this test because of missing test fonts.

Modified: trunk/LayoutTests/platform/gtk/accessibility/aria-list-and-listitem.html (114365 => 114366)


--- trunk/LayoutTests/platform/gtk/accessibility/aria-list-and-listitem.html	2012-04-17 11:36:57 UTC (rev 114365)
+++ trunk/LayoutTests/platform/gtk/accessibility/aria-list-and-listitem.html	2012-04-17 11:53:51 UTC (rev 114366)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src=""
+<script src=""
 </head>
 <body id="body">
 
@@ -30,6 +30,6 @@
 
 </script>
 
-<script src=""
+<script src=""
 </body>
 </html>

Modified: trunk/LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt (114365 => 114366)


--- trunk/LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt	2012-04-17 11:36:57 UTC (rev 114365)
+++ trunk/LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt	2012-04-17 11:53:51 UTC (rev 114366)
@@ -7,7 +7,7 @@
 
 PASS firstChild.role is 'AXRole: list item'
 PASS firstChild.title is 'AXTitle: option 1'
-PASS secondChild.role 'AXRole: list item'
+PASS secondChild.role is 'AXRole: list item'
 PASS secondChild.description is 'AXDescription: label 2'
 PASS firstChild.childrenCount is 0
 PASS secondChild.childrenCount is 0

Modified: trunk/LayoutTests/platform/gtk/accessibility/aria-option-role.html (114365 => 114366)


--- trunk/LayoutTests/platform/gtk/accessibility/aria-option-role.html	2012-04-17 11:36:57 UTC (rev 114365)
+++ trunk/LayoutTests/platform/gtk/accessibility/aria-option-role.html	2012-04-17 11:53:51 UTC (rev 114366)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src=""
+<script src=""
 </head>
 <body id="body">
 
@@ -25,10 +25,10 @@
           var listBox = accessibilityController.focusedElement.childAtIndex(0);
           var firstChild = listBox.childAtIndex(0);
           var secondChild = listBox.childAtIndex(1);
-          shouldBe("firstChild.role", "'AXRole: AXStaticText'");
+          shouldBe("firstChild.role", "'AXRole: list item'");
           shouldBe("firstChild.title", "'AXTitle: option 1'");
 
-          shouldBe("secondChild.role", "'AXRole: AXStaticText'");
+          shouldBe("secondChild.role", "'AXRole: list item'");
           shouldBe("secondChild.description", "'AXDescription: label 2'");
 
           shouldBe("firstChild.childrenCount", "0");
@@ -37,6 +37,6 @@
 
 </script>
 
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to