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
(6)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair.html
Issue
2473863003
:
Fix BiDi directionality for surrogate pair characters (Closed)
Patch Set: eae review: add </td> and </tr> to tests
Created 4 years, 1 month 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/international/bidi-surrogate-pair.html
third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair-expected.html
third_party/WebKit/Source/core/layout/LayoutText.h
third_party/WebKit/Source/core/layout/line/InlineIterator.h
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/TestExpectations
('k') |
third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair-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
<body>
3
<table>
4
<tr>
5
<td>Avestan</td>
6
<td><p dir="rtl" style="width:100px">𐬕a</p></td>
7
<td><p dir="rtl" style="width:100px"><bdo dir="rtl">𐬕a</bdo></p></td >
8
</tr>
9
<tr>
10
<td>Old Turkic</td>
11
<td><p dir="rtl" style="width:100px">𐰀a</p></td>
12
<td><p dir="rtl" style="width:100px"><bdo dir="rtl">𐰀a</bdo></p></td >
13
</tr>
14
<tr>
15
<td>Old Turkic in middle</td>
16
<td><p dir="rtl" style="width:100px">b𐰀c</p></td>
17
<td><p dir="rtl" style="width:100px"><bdo dir="rtl">b𐰀c</bdo></p></t d>
18
</tr>
19
</table>
20
</body>
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/TestExpectations
('k') |
third_party/WebKit/LayoutTests/fast/text/international/bidi-surrogate-pair-expected.html »
('j') |
no next file with comments »
Issue 2473863003: Fix BiDi directionality for surrogate pair characters (Closed)
Created 4 years, 1 month ago by kojii
Modified 4 years, 1 month ago
Reviewers: eae
Base URL:
Comments: 2
This is Rietveld
408576698