Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: LayoutTests/fast/table/table-rowspan-crash-with-huge-rowspan-cells-2.html

Issue 23874023: Heap-buffer-overflow in void std::__final_insertion_sort. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-rowspan-crash-with-huge-rowspan-cells-2-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script type="text/javascript"> if (window.testRunner) testRunner.dumpAsText(); </script>
Julien - ping for review 2013/09/24 21:18:09 Let's indent that like our code and remove the unn
a.suchit 2013/09/25 06:12:48 Done.
4 <body>
5 <h3>Test for chromium bug : <a href="https://code.google.com/p/chromium/issues/d etail?id=296003">296003</a>. Heap-buffer-overflow in void std::__final_insertion _sort.</h3>
6 <h4>It should not crash.</h4>
Julien - ping for review 2013/09/24 21:18:09 For this test to PASS, it should not crash. (witho
a.suchit 2013/09/25 06:12:48 Done.
7 <table>
8 <td rowspan=3>><td rowspan=3>><td rowspan=6>><td rowspan=4</td>
Julien - ping for review 2013/09/24 21:18:09 Could we change the content '>' into a more explic
a.suchit 2013/09/25 06:12:48 Done.
9 <td rowspan=16><td rowspan=4><td rowspan=12><td rowspan=4><td rowspan=12><tr>> <tr>
10 <td rowspan=3><td rowspan=8><td rowspan=8><td rowspan=8><td rowspan=8></tr>
11 <td><tr>
12 <td rowspan=4><td rowspan=370><tr><tr>><tr><td rowspan=6><td rowspan=6>>></tr>
13 <td rowspan=4><td rowspan=12><td rowspan=16><td rowspan=179><td rowspan=33</tr >
14 <tr>
15 <td rowspan=35><td rowspan=3><td rowspan=6><td rowspan=24><td rowspan=19><td row span=3><td rowspan=13><td rowspan=22>><td rowspan=5><td rowspan=20>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-rowspan-crash-with-huge-rowspan-cells-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698