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
(503)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children-expected.html
Issue
2582363002
:
[css-grid] Fix positioning of positioned grid children (Closed)
Patch Set: Improved test v2
Created 4 years 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/fast/css-grid-layout/grid-paint-positioned-children.html
third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children-expected.html
third_party/WebKit/Source/core/layout/LayoutGrid.cpp
View unified diff
|
Download patch
« third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children.html
('K') |
« third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children.html
('k') |
third_party/WebKit/Source/core/layout/LayoutGrid.cpp »
('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
<style>
3
.grid {
4
border: 2px solid black;
5
width: 100px;
6
height: 40px;
7
background: gray;
8
}
9
10
.abs { height: 5px; float: left; }
11
12
#item {
13
width: 90px;
14
height: 30px;
15
margin-top: 10px;
16
}
17
</style>
18
19
<div class="grid">
20
<div class="abs" style="background: purple; width: 10px;"></div>
21
<div class="abs" style="background: orange; width: 20px;"></div>
22
<div class="abs" style="background: yellow; width: 30px;"></div>
23
<div class="abs" style="background: magenta; width: 40px;"></div>
24
<div id="item" style="background: cyan;"</div>
25
</div>
26
OLD
NEW
« third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children.html
('K') |
« third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-paint-positioned-children.html
('k') |
third_party/WebKit/Source/core/layout/LayoutGrid.cpp »
('j') |
no next file with comments »
Issue 2582363002: [css-grid] Fix positioning of positioned grid children (Closed)
Created 4 years ago by svillar
Modified 4 years ago
Reviewers: Manuel Rego, jfernandez
Base URL:
Comments: 5
This is Rietveld
408576698