[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 22:58:43 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit df39fad0ef2e344ca89c2e0d53b2fafd2aa5f242
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 14 22:45:22 2011 +0000

    2011-01-14  Steve Lacey  <sjl at chromium.org>
    
            Reviewed by Simon Fraser.
    
            Update media/video-zoom-controls.html to set the video source before initializing the test.
            https://bugs.webkit.org/show_bug.cgi?id=52461
    
            * media/video-zoom-controls.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75824 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9aa8226..7decdfa 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-14  Steve Lacey  <sjl at chromium.org>
+
+        Reviewed by Simon Fraser.
+
+        Update media/video-zoom-controls.html to set the video source before initializing the test.
+        https://bugs.webkit.org/show_bug.cgi?id=52461
+
+        * media/video-zoom-controls.html:
+
 2011-01-14  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Dave Hyatt.
diff --git a/LayoutTests/media/video-zoom-controls.html b/LayoutTests/media/video-zoom-controls.html
index 1e5d563..dea9011 100644
--- a/LayoutTests/media/video-zoom-controls.html
+++ b/LayoutTests/media/video-zoom-controls.html
@@ -13,10 +13,9 @@
     <script src="media-file.js"></script>
     <script src="video-paint-test.js"></script>
 </head>
-<body onload="init()">
+<body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); init()">
     <p>Zoomed video with controls.</p>
     <video width="160" height="120" controls></video>
     <video class="rotated" width="160" height="120" controls></video>
-    <script>setSrcByTagName('video', findMediaFile('video', 'content/test'))</script>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list