Title: [175412] trunk/LayoutTests
Revision
175412
Author
[email protected]
Date
2014-10-31 11:29:00 -0700 (Fri, 31 Oct 2014)

Log Message

Clean-up use of boolean attributes in media tests
https://bugs.webkit.org/show_bug.cgi?id=138249

Reviewed by Brent Fulgham.

* media/resources/foreignobject-media.svg: autoplay="true" => autoplay
* media/resources/video-with-poster-as-object-fallback.html:  controls="true" => controls
* media/video-canvas-source.html: Ditto.
* media/video-canvas.html-disabled: Ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175411 => 175412)


--- trunk/LayoutTests/ChangeLog	2014-10-31 17:37:25 UTC (rev 175411)
+++ trunk/LayoutTests/ChangeLog	2014-10-31 18:29:00 UTC (rev 175412)
@@ -1,3 +1,15 @@
+2014-10-31  Eric Carlson  <[email protected]>
+
+        Clean-up use of boolean attributes in media tests
+        https://bugs.webkit.org/show_bug.cgi?id=138249
+
+        Reviewed by Brent Fulgham.
+
+        * media/resources/foreignobject-media.svg: autoplay="true" => autoplay
+        * media/resources/video-with-poster-as-object-fallback.html:  controls="true" => controls
+        * media/video-canvas-source.html: Ditto.
+        * media/video-canvas.html-disabled: Ditto.
+
 2014-10-31  Andrzej Badowski  <[email protected]>
 
         [ATK] Improve AccessibilityTableCell's determineAccessibilityRole function.

Modified: trunk/LayoutTests/media/resources/foreignobject-media.svg (175411 => 175412)


--- trunk/LayoutTests/media/resources/foreignobject-media.svg	2014-10-31 17:37:25 UTC (rev 175411)
+++ trunk/LayoutTests/media/resources/foreignobject-media.svg	2014-10-31 18:29:00 UTC (rev 175412)
@@ -2,9 +2,9 @@
   <rect x="0" y="0" width="320px" height="480px" style="fill:green"/>
   <foreignObject x="0" y="0" width="100%" height="100%">
     <body xmlns="http://www.w3.org/1999/xhtml">
-		<video src="" autoplay="true" width="320px" height="240px"></video> 
-		<audio src="" autoplay="true"></audio> 
-		<video autoplay="true" width="320px" height="240px">
+		<video src="" autoplay width="320px" height="240px"></video> 
+		<audio src="" autoplay></audio> 
+		<video autoplay width="320px" height="240px">
 			<source src='' />
 			<source src='' />
 		</video>

Modified: trunk/LayoutTests/media/resources/video-with-poster-as-object-fallback.html (175411 => 175412)


--- trunk/LayoutTests/media/resources/video-with-poster-as-object-fallback.html	2014-10-31 17:37:25 UTC (rev 175411)
+++ trunk/LayoutTests/media/resources/video-with-poster-as-object-fallback.html	2014-10-31 18:29:00 UTC (rev 175412)
@@ -1,7 +1,7 @@
 <script src=""
 <body _onload_="opener.childLoaded()">
 <object height="500" width="500">
-<video id="theVideo" controls="controls" poster="../content/abe.png" preload="auto">
+<video id="theVideo" controls poster="../content/abe.png" preload="auto">
 </video>
 <script>
 document.getElementById("theVideo").src = "" '../content/counting');

Modified: trunk/LayoutTests/media/video-canvas-source.html (175411 => 175412)


--- trunk/LayoutTests/media/video-canvas-source.html	2014-10-31 17:37:25 UTC (rev 175411)
+++ trunk/LayoutTests/media/video-canvas-source.html	2014-10-31 18:29:00 UTC (rev 175412)
@@ -37,7 +37,7 @@
 
     <body _onload_="start()" >
         <p id="description"></p>
-        <video controls="true"></video>
+        <video controls></video>
         <canvas width="160" height="120" ></canvas>
         <div id="console"></div>
     </body>

Modified: trunk/LayoutTests/media/video-canvas.html-disabled (175411 => 175412)


--- trunk/LayoutTests/media/video-canvas.html-disabled	2014-10-31 17:37:25 UTC (rev 175411)
+++ trunk/LayoutTests/media/video-canvas.html-disabled	2014-10-31 18:29:00 UTC (rev 175412)
@@ -75,7 +75,7 @@
     <body _onload_="start()" >
 
     <div>
-        <video controls="true"></video>
+        <video controls></video>
         <canvas width="160" height="120" ></canvas>
     </div>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to