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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-poster-delayed-expected.txt

Issue 2130383003: Convert video-poster* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 years, 5 months 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
2 Video loaded
3
4 EXPECTED (video.clientWidth == '320') OK
5 EXPECTED (video.clientHeight == '240') OK
6 EXPECTED (video.videoWidth == '320') OK
7 EXPECTED (video.videoHeight == '240') OK
8
9 Poster loaded
10
11 EXPECTED (video.clientWidth == '320') OK
12 EXPECTED (video.clientHeight == '240') OK
13 EXPECTED (video.videoWidth == '320') OK
14 EXPECTED (video.videoHeight == '240') OK
15 END OF TEST
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698