Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/audio-constructor-autobuffer-expected.txt

Issue 345004: Rebaseline media tests after http://trac.webkit.org/changeset/50063 . (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test that Audio() sets 'autobuffer' attribute.
2
3 RUN(mediaElement = new Audio())
4
5 ++ Test initial attribute value
6 EXPECTED (mediaElement.getAttribute('autobuffer') != 'null') OK
7 EXPECTED (mediaElement.autobuffer == 'true') OK
8
9 RUN(mediaElement.src = 'content/test.oga')
10 RUN(mediaElement.load())
11
12 ++ Test after 'load' event
13 EXPECTED (mediaElement.getAttribute('autobuffer') != 'null') OK
14 EXPECTED (mediaElement.autobuffer == 'true') OK
15 END OF TEST
OLDNEW
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-canvas-source-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698