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
(19)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html
Issue
277763002
:
Prevent squashing into your own compositing container (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace nit
Created 6 years, 7 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/compositing/squashing/attempting-to-squash-into-compositing-container.html
LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container-expected.html
Source/core/rendering/compositing/CompositingLayerAssigner.cpp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container.html
('k') |
Source/core/rendering/compositing/CompositingLayerAssigner.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
<div style="position: absolute; top: 0; width: 20px; height: 20px; background-co lor: green;"></div>
3
<div style="overflow-y: auto; height: 500px; width: 500px; background-color: pin k; ">
4
<div style="height: 5000px; background-color: yellow;"></div>
5
</div>
6
<div style="background-color: lightgreen; position: absolute; top: 50px; left: 1 0px; height: 400px; width: 400px;">
7
<div style="background-color: lightblue; position: absolute; top: 25px; height : 300px; width: 300px;"></div>
8
<div style="background-color: salmon; height: 200px; position: absolute; width : 200px"></div>
9
</div>
OLD
NEW
« no previous file with comments
|
« LayoutTests/compositing/squashing/attempting-to-squash-into-compositing-container.html
('k') |
Source/core/rendering/compositing/CompositingLayerAssigner.cpp »
('j') |
no next file with comments »
Issue 277763002: Prevent squashing into your own compositing container (Closed)
Created 6 years, 7 months ago by abarth-chromium
Modified 6 years, 7 months ago
Reviewers: chrishtr
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 0
This is Rietveld
408576698