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
(10)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/forms/select-autofilled.html
Issue
216923003
:
Add pixel test for <select> -webkit-autofil style (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update code as per review comments
Created 6 years, 8 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:
LayoutTests/TestExpectations
LayoutTests/fast/forms/select-autofilled.html
LayoutTests/platform/linux/fast/forms/select-autofilled-expected.png
LayoutTests/platform/linux/fast/forms/select-autofilled-expected.txt
View unified diff
|
Download patch
« no previous file with comments
|
« LayoutTests/TestExpectations
('k') |
LayoutTests/platform/linux/fast/forms/select-autofilled-expected.png »
('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
<!DOCTYPE html>
2
<body>
3
<style>
4
select {
5
width: 168px;
6
padding: 5px;
7
font-size: 16px;
8
height: 34px;
9
background: transparent;
10
}
11
</style>
12
<script>
13
if (window.testRunner)
14
testRunner.setUseMockTheme(false);
15
</script>
16
<p>The background should be yellow.</p>
17
<select id = "select">
18
<option>CA</option>
19
<option>TX</option>
20
</select>
21
<script>
22
var select = document.getElementById('select');
23
if (window.internals)
24
window.internals.setAutofilled(select, true);
25
</script>
26
</body>
OLD
NEW
« no previous file with comments
|
« LayoutTests/TestExpectations
('k') |
LayoutTests/platform/linux/fast/forms/select-autofilled-expected.png »
('j') |
no next file with comments »
Issue 216923003: Add pixel test for <select> -webkit-autofil style (Closed)
Created 6 years, 9 months ago by ziran.sun
Modified 6 years, 8 months ago
Reviewers: tkent
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 1
This is Rietveld
408576698