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
(212)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word.html
Issue
2560383002
:
Merge 2924: Apply hyphenation when there is only one word in a paragraph (Closed)
Patch Set:
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/TestExpectations
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto-mock.html
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto-mock-expected.html
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word.html
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html
third_party/WebKit/Source/core/layout/LayoutText.h
third_party/WebKit/Source/core/layout/api/LineLayoutText.h
third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto-mock-expected.html
('k') |
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-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
<script>
3
if (window.internals)
4
internals.setMockHyphenation('en-us');
5
</script>
6
<style>
7
div {
8
border: thin solid black;
9
font-family: 'Courier New';
10
-webkit-hyphens: auto;
11
hyphens: auto;
12
}
13
</style>
14
<body lang="en-us">
15
<p>Do not hyphenate the last word in a paragraph.</p>
16
<div style="width: 15ch">This is hyphenation</div>
17
<div style="width: 15ch">This is hyphenation
18
</div>
19
20
<p>Do hyphenate single word.</p>
21
<div style="width: 8ch">hyphenation</div>
22
<div style="width: 8ch">hyphenation
23
</div>
24
</body>
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-auto-mock-expected.html
('k') |
third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-orphaned-word-expected.html »
('j') |
no next file with comments »
Issue 2560383002: Merge 2924: Apply hyphenation when there is only one word in a paragraph (Closed)
Created 4 years ago by kojii
Modified 4 years ago
Reviewers:
Base URL:
Comments: 0
This is Rietveld
408576698