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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/table-rowspan-table-height-and-row-precent-height-too-high.html

Issue 1405393002: Crashes when percent calculation of row's height goes very high. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments addressed Created 5 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.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
mstensho (USE GERRIT) 2015/11/02 10:46:42 Expectation file missing. Right now this looks lik
a.suchit2 2016/01/13 13:37:59 Done.
2 <style>
3 td { font: 15px/1 Ahem }
4 #row-height { height : 48515% }
5 </style>
6 <body>
7 <h3>Test for chromium bug : <a href="https://code.google.com/p/chromium/issu es/detail?id=408066">408066</a>. Page is crashing on assression when table row s pan cell's percent height is too height.</h3>
mstensho (USE GERRIT) 2015/11/02 10:46:42 Please wrap this line and proof-read the text.
a.suchit2 2016/01/13 13:37:59 Done.
8 <h4>For this test to PASS, it should not crash.</h4>
9 <table>
10 <tr id="row-height">
11 <td height="876543210" rowspan="2">This row span cell height is too height.</td>
mstensho (USE GERRIT) 2015/11/02 10:46:42 "too large"
a.suchit2 2016/01/13 13:37:59 It was not reproducing without this too large valu
mstensho (USE GERRIT) 2016/01/18 14:37:03 Yes, but I'm talking about the text. It should be
a.suchit2 2016/01/19 13:02:16 Done.
12 </tr>
13 <tr id="row-height">
mstensho (USE GERRIT) 2015/11/02 10:46:42 Two elements with the same ID. Maybe use .class in
a.suchit2 2016/01/13 13:37:59 Done.
14 <td></td>
15 </tr>
16 </table>
17 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698