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
(776)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row.html
Issue
2783953002
:
Fix spanning cell painting background from wrong row (Closed)
Patch Set: Remove non-const version and use faster implementation
Created 3 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:
third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row.html
third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html
third_party/WebKit/Source/core/layout/LayoutTableSection.h
third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp
third_party/WebKit/Source/core/paint/TableSectionPainter.h
third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.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
<!DOCTYPE html>
2
<style>td { width: 50px; height: 50px; padding: 0 }</style>
3
<div style="overflow: hidden; width: 100px; height: 100px">
4
<table style="margin-top: -80px; border-spacing: 0">
5
<tr style="background: blue">
6
<td rowspan="3"></td>
7
<td></td>
8
</tr>
9
<tr style="background: yellow">
10
<td></td>
11
</tr>
12
<tr style="background: yellow">
13
<td></td>
14
</tr>
15
</table>
16
</div>
OLD
NEW
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/paint/tables/row-span-visible-from-second-row-expected.html »
('j') |
no next file with comments »
Issue 2783953002: Fix spanning cell painting background from wrong row (Closed)
Created 3 years, 8 months ago by Xianzhu
Modified 3 years, 8 months ago
Reviewers: mstensho (USE GERRIT), wkorman
Base URL:
Comments: 9
This is Rietveld
408576698