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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/media/video-controls-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
OLDNEW
(Empty)
1 Test 'controls' attribute
2
3 EXPECTED (video.controls != 'null') OK
4 EVENT(load)
5 EXPECTED (video.controls != 'null') OK
6 RUN(video.removeAttribute('controls'))
7 EXPECTED (video.controls == 'false') OK
8 RUN(video.controls = true)
9 EXPECTED (video.getAttribute('controls') == 'controls') OK
10 RUN(video.controls = false)
11 EXPECTED (video.controls == 'false') OK
12 RUN(video.setAttribute('controls','controls'))
13 EXPECTED (video.controls != 'null') OK
14 END OF TEST
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698