Title: [174082] trunk/LayoutTests
Revision
174082
Author
roger_f...@apple.com
Date
2014-09-29 13:25:20 -0700 (Mon, 29 Sep 2014)

Log Message

[Mac] Unreviewed. Missing test gardening from r174080.

* accessibility/roles-computedRoleString-expected.txt:
* accessibility/roles-computedRoleString.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174081 => 174082)


--- trunk/LayoutTests/ChangeLog	2014-09-29 20:19:52 UTC (rev 174081)
+++ trunk/LayoutTests/ChangeLog	2014-09-29 20:25:20 UTC (rev 174082)
@@ -1,5 +1,12 @@
 2014-09-29  Roger Fong  <roger_f...@apple.com>
 
+        [Mac] Unreviewed. Missing test gardening from r174080.
+
+        * accessibility/roles-computedRoleString-expected.txt:
+        * accessibility/roles-computedRoleString.html:
+
+2014-09-29  Roger Fong  <roger_f...@apple.com>
+
         [Mac] Unreviewed test gardening.
 
         These accessibility tests need to be changed following r174074.

Modified: trunk/LayoutTests/accessibility/roles-computedRoleString-expected.txt (174081 => 174082)


--- trunk/LayoutTests/accessibility/roles-computedRoleString-expected.txt	2014-09-29 20:19:52 UTC (rev 174081)
+++ trunk/LayoutTests/accessibility/roles-computedRoleString-expected.txt	2014-09-29 20:25:20 UTC (rev 174082)
@@ -11,7 +11,7 @@
 PASS: dfn -> definition. 
 PASS: dl -> . 
 PASS: footer -> . 
-PASS: form -> . 
+PASS: form -> form. 
 PASS: header -> banner. 
 PASS: h1 -> heading. 
 PASS: h2 -> heading. 
@@ -93,7 +93,7 @@
 PASS: div[role="dialog"] -> dialog. 
 PASS: div[role="directory"] -> list. 
 PASS: div[role="document"] -> document. 
-PASS: div[role="form"] -> . 
+PASS: div[role="form"] -> form. 
 PASS: div[role="grid"] -> grid. 
 PASS: div[role="row"] -> row. 
 PASS: div[role="rowheader"] -> gridcell. 

Modified: trunk/LayoutTests/accessibility/roles-computedRoleString.html (174081 => 174082)


--- trunk/LayoutTests/accessibility/roles-computedRoleString.html	2014-09-29 20:19:52 UTC (rev 174081)
+++ trunk/LayoutTests/accessibility/roles-computedRoleString.html	2014-09-29 20:25:20 UTC (rev 174082)
@@ -17,7 +17,7 @@
     <dd>X</dd>
 </dl>
 <footer data-role="" class="ex">X</footer>
-<form data-role="" class="ex">X</form><!-- FIXME: should be form -->
+<form data-role="form" class="ex">X</form>
 <header data-role="banner" class="ex">X</header>
 <h1 data-role="heading" class="ex">X</h1>
 <h2 data-role="heading" class="ex">X</h2>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to