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
(348)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html
Issue
2433403002
:
Pay attention to tall rowspanned cells in the first layout pass. (Closed)
Patch Set: rebase master
Created 4 years, 2 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/fragmentation/fragmented-rowspan.html
third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.html
third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment-expected.html
third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-expected.html
third_party/WebKit/LayoutTests/fragmentation/table-overlapping-rowspan.html
third_party/WebKit/LayoutTests/fragmentation/table-overlapping-rowspan-expected.txt
third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.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>
3
body { overflow:hidden; } /* Auto-overflow might make the original bug harde r to reproduce. */
4
</style>
5
<p>The word "PASS" should be fully visible below.</p>
6
<div style="columns:3; column-gap:0; column-fill:auto; width:18em; height:92px; line-height:20px; orphans:1; widows:1;">
7
<div style="height:60px;"></div>
8
<table cellpadding="0" cellspacing="0" style="width:100%;">
9
<tr>
10
<td style="width:1px;"><br></td>
11
<td rowspan="2">
12
<br><br>PASS
13
</td>
14
</tr>
15
<tr>
16
<td><div style="width:1px; height:13px; break-inside:avoid;"></div>< /td>
17
</tr>
18
<tr style="background:black;">
19
<td><br></td>
20
<td><br></td>
21
</tr>
22
</table>
23
</div>
OLD
NEW
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.html »
('j') |
no next file with comments »
Issue 2433403002: Pay attention to tall rowspanned cells in the first layout pass. (Closed)
Created 4 years, 2 months ago by mstensho (USE GERRIT)
Modified 4 years, 2 months ago
Reviewers: dgrogan, eae
Base URL:
Comments: 2
This is Rietveld
408576698