Title: [158886] branches/safari-537.73-branch/LayoutTests
Revision
158886
Author
[email protected]
Date
2013-11-07 17:12:06 -0800 (Thu, 07 Nov 2013)

Log Message

Fix up failing layout tests that referenced wrong paths (due to ToT changes).

Unreviewed.

* accessibility/negative-tabindex-does-not-expose-label.html:
* media/track/track-cue-rendering-mode-changed-expected.txt:
* platform/mac/accessibility/native-list-item-should-not-expose-label.html:
* platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html:
* platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html:

Modified Paths

Diff

Modified: branches/safari-537.73-branch/LayoutTests/ChangeLog (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/ChangeLog	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/ChangeLog	2013-11-08 01:12:06 UTC (rev 158886)
@@ -1,5 +1,17 @@
 2013-11-07  Chris Fleizach  <[email protected]>
 
+        Fix up failing layout tests that referenced wrong paths (due to ToT changes).
+
+        Unreviewed.
+
+        * accessibility/negative-tabindex-does-not-expose-label.html:
+        * media/track/track-cue-rendering-mode-changed-expected.txt:
+        * platform/mac/accessibility/native-list-item-should-not-expose-label.html:
+        * platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html:
+        * platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html:
+
+2013-11-07  Chris Fleizach  <[email protected]>
+
         AX: Audio and Video attachments are not output to VoiceOver
         https://bugs.webkit.org/show_bug.cgi?id=123479
 

Modified: branches/safari-537.73-branch/LayoutTests/accessibility/negative-tabindex-does-not-expose-label.html (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/accessibility/negative-tabindex-does-not-expose-label.html	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/accessibility/negative-tabindex-does-not-expose-label.html	2013-11-08 01:12:06 UTC (rev 158886)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<script src=""
+<script src=""
 </head>
 <body>
 
@@ -22,6 +22,6 @@
     }
 </script>
 
-<script src=""
+<script src=""
 </body>
 </html>

Modified: branches/safari-537.73-branch/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt	2013-11-08 01:12:06 UTC (rev 158886)
@@ -1,3 +1,4 @@
+
 Test that cues are rendered when only the track mode is changed
 EVENT(canplaythrough)
 

Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/native-list-item-should-not-expose-label.html (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/native-list-item-should-not-expose-label.html	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/native-list-item-should-not-expose-label.html	2013-11-08 01:12:06 UTC (rev 158886)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src=""
+<script src=""
 </head>
 <body id="body">
 
@@ -29,6 +29,6 @@
 
 </script>
 
-<script src=""
+<script src=""
 </body>
 </html>

Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html	2013-11-08 01:12:06 UTC (rev 158886)
@@ -8,7 +8,7 @@
     height: 100px;
 };
 </style>
-<script src=""
+<script src=""
 </head>
 <body id="body">
 <div role="img" aria-label="test" id="image1" class="fakeImage"></div>b
@@ -35,7 +35,7 @@
 
 </script>
 
-<script src=""
+<script src=""
 
 </body>
 </html>

Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html (158885 => 158886)


--- branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html	2013-11-08 01:07:37 UTC (rev 158885)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html	2013-11-08 01:12:06 UTC (rev 158886)
@@ -8,7 +8,7 @@
     height: 100px;
 };
 </style>
-<script src=""
+<script src=""
 </head>
 <body id="body">
 <div role="img" aria-label="test" id="image1" class="fakeImage">inside</div>b
@@ -35,7 +35,7 @@
 
 </script>
 
-<script src=""
+<script src=""
 
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to