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
(251)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/regions/flexbox-in-region-crash.html
Issue
9371032
:
Merge 106694 (Closed)
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set:
Created 8 years, 10 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/fast/regions/flexbox-in-region-crash.html
LayoutTests/fast/regions/flexbox-in-region-crash-expected.txt
LayoutTests/fast/regions/select-in-region-crash.html
LayoutTests/fast/regions/select-in-region-crash-expected.txt
Source/WebCore/rendering/RenderBlock.h
Source/WebCore/rendering/RenderBlock.cpp
Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
Source/WebCore/rendering/RenderFlexibleBox.cpp
Source/WebCore/rendering/RenderFlowThread.cpp
Source/WebCore/rendering/RenderRegion.h
Source/WebCore/rendering/RenderRegion.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
LayoutTests/fast/regions/flexbox-in-region-crash-expected.txt »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 <!doctype html>
1 <!doctype html>
2 <html>
2 <html>
3 <head>
3 <head>
4 <style>
4 <style>
5 #el1 {
5 #el1 {
6 -webkit-flow-into: A;
6 -webkit-flow-into: A;
7 display: -webkit-flexbox;
7 display: -webkit-flexbox;
8 }
8 }
9 #el3 {
9 #el3 {
10 -webkit-flow-from: A;
10 -webkit-flow-from: A;
(...skipping
31
matching lines...)
Expand 10 before
|
Expand all
|
Expand 10 after
Loading...
42 layoutTestController.notifyDone();
42 layoutTestController.notifyDone();
43 },0)
43 },0)
44 }
44 }
45 </script>
45 </script>
46 </head>
46 </head>
47 <body>
47 <body>
48 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p>
48 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=77474">77474</a >: Crash in RenderFlowThread::setRegionBoxesRegionStyle</p>
49 <p> This test PASSES if it does not CRASH or ASSERT.</p>
49 <p> This test PASSES if it does not CRASH or ASSERT.</p>
50 </body>
50 </body>
51 </html>
51 </html>
OLD
NEW
« no previous file with comments
|
« no previous file
|
LayoutTests/fast/regions/flexbox-in-region-crash-expected.txt »
('j') |
no next file with comments »
Issue 9371032: Merge 106694 (Closed)
Created 8 years, 10 months ago by Chris Evans
Modified 8 years, 10 months ago
Reviewers: inferno
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Comments: 0
This is Rietveld
408576698