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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-width-height-expected.txt

Issue 2094993002: Convert video-volume*, video-width* and viewport* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 EXPECTED (video.width == '100') OK
2 EXPECTED (video.height == '50') OK
3 EXPECTED (video.offsetWidth == '100') OK
4 EXPECTED (video.offsetHeight == '50') OK
5 EXPECTED (video.width == '200') OK
6 EXPECTED (video.height == '100') OK
7 EXPECTED (video.offsetWidth == '200') OK
8 EXPECTED (video.offsetHeight == '100') OK
9 EXPECTED (video.getAttribute('width') == '400') OK
10 EXPECTED (video.getAttribute('height') == '200') OK
11 EXPECTED (video.offsetWidth == '400') OK
12 EXPECTED (video.offsetHeight == '200') OK
13 END OF TEST
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698