Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(1002)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt
Issue
2133223004
:
Convert video-played* tests to testharness.js (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit, add TODO
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
third_party/WebKit/LayoutTests/media/video-played.js
third_party/WebKit/LayoutTests/media/video-played-collapse.html
third_party/WebKit/LayoutTests/media/video-played-collapse-expected.txt
third_party/WebKit/LayoutTests/media/video-played-ranges-1.html
third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt
third_party/WebKit/LayoutTests/media/video-played-reset.html
third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/media/video-played-reset.html
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
Test of the media element 'played' attribute
2
3
EVENT(loadstart)
4
EVENT(loadedmetadata)
5
EVENT(canplay)
6
Test 1 OK
7
8
Test playing when there are no ranges
9
RUN(video.play())
10
RUN(video.pause())
11
EVENT(pause)
12
Test 2 OK
13
Test 3 OK
14
Test 4 OK
15
16
Test to reset to non empty video source
17
RUN(video.load())
18
EVENT(loadstart)
19
EVENT(loadedmetadata)
20
EVENT(canplay)
21
Test 5 OK
22
23
Test jumping forward into a new range and play
24
RUN(video.play())
25
RUN(video.pause())
26
EVENT(pause)
27
Test 6 OK
28
Test 7 OK
29
Test 8 OK
30
31
Test to reset to an empty video source
32
RUN(video.src = "")
33
RUN(video.load())
34
EVENT(loadstart)
35
EVENT(loadstart)
36
Test 9 OK
37
END OF TEST
38
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/media/video-played-reset.html
('k') |
no next file »
|
no next file with comments »
Issue 2133223004: Convert video-played* tests to testharness.js (Closed)
Created 4 years, 5 months ago by Srirama
Modified 4 years, 5 months ago
Reviewers: fs, foolip
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 5
This is Rietveld
408576698