Changeset 75824 in webkit


Ignore:
Timestamp:
Jan 14, 2011 2:45:22 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-14 Steve Lacey <sjl@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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r75823 r75824  
     12011-01-14  Steve Lacey  <sjl@chromium.org>
     2
     3        Reviewed by Simon Fraser.
     4
     5        Update media/video-zoom-controls.html to set the video source before initializing the test.
     6        https://bugs.webkit.org/show_bug.cgi?id=52461
     7
     8        * media/video-zoom-controls.html:
     9
    1102011-01-14  Abhishek Arya  <inferno@chromium.org>
    211
  • trunk/LayoutTests/media/video-zoom-controls.html

    r48237 r75824  
    1414    <script src="video-paint-test.js"></script>
    1515</head>
    16 <body onload="init()">
     16<body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); init()">
    1717    <p>Zoomed video with controls.</p>
    1818    <video width="160" height="120" controls></video>
    1919    <video class="rotated" width="160" height="120" controls></video>
    20     <script>setSrcByTagName('video', findMediaFile('video', 'content/test'))</script>
    2120</body>
    2221</html>
Note: See TracChangeset for help on using the changeset viewer.