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

Side by Side Diff: LayoutTests/fast/table/split-anonymous-crash.html

Issue 532513002: Don't use rowIndex() if needsCellRecalc(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: NULL check in assertion, to avoid crash in unit tests. Created 6 years, 3 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/split-anonymous-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')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #fl:first-letter { color:red; }
4 </style>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 window.onload = function() {
9 document.body.offsetTop;
10 elm2.style.display = 'table-row';
11 }
12 </script>
13 <p>Setting style on a cell whose row hasn't been laid out yet should not crash.< /p>
14 <div id="fl" style="display:table-row-group; padding-top:1vw;">
15 <div>elm1</div>
16 <div id="elm2" style="display:none;">elm2</div>
17 <div style="display:table-row-group;">nested row group</div>
18 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/split-anonymous-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698