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
(63)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/media/video-played-collapse-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-collapse.html
('k') |
third_party/WebKit/LayoutTests/media/video-played-ranges-1.html »
('j') |
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
Create a new range
17
RUN(video.play())
18
RUN(video.pause())
19
EVENT(pause)
20
Test 5 OK
21
Test 6 OK
22
Test 7 OK
23
Test 8 OK
24
Test 9 OK
25
26
Test playing from one range into another, should collapse the two ranges
27
RUN(video.play())
28
RUN(video.pause())
29
EVENT(pause)
30
Test 10 OK
31
Test 11 OK
32
Test 12 OK
33
34
Test looping
35
RUN(video.loop = true)
36
RUN(video.play())
37
RUN(video.pause())
38
EVENT(pause)
39
Test 13 OK
40
Test 14 OK
41
Test 15 OK
42
Test 16 OK
43
Test 17 OK
44
END OF TEST
45
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/media/video-played-collapse.html
('k') |
third_party/WebKit/LayoutTests/media/video-played-ranges-1.html »
('j') |
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