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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-linux/LayoutTests/media/video-seekable-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 EXPECTED (video.seekable.length == '0') OK
2 TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
3 TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
4 TEST(video.seekable.start(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
5 TEST(video.seekable.end(0)) THROWS(DOMException.INDEX_SIZE_ERR) OK
6 EVENT(load)
7 EXPECTED (video.seekable.length == '1') OK
8 EXPECTED (video.seekable.start(0) == '0') OK
9 EXPECTED (video.seekable.end(0) > '0') OK
10 TEST(video.seekable.start(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
11 TEST(video.seekable.end(-1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
12 TEST(video.seekable.start(1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
13 TEST(video.seekable.end(1)) THROWS(DOMException.INDEX_SIZE_ERR) OK
14 END OF TEST
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698