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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/row-height-recalc-terminates.html

Issue 2328883003: Freeze auto scrollbars while calculating table row height. (Closed)
Patch Set: Created 4 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 | third_party/WebKit/Source/core/layout/LayoutTableSection.cpp » ('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 <script src="../../resources/testharness.js"></script>
2 <script src="../../resources/testharnessreport.js"></script>
3 <div id="div" style="display: none; position: absolute">
4 <div style="height: 100%;">
5 <table style="height: 100%;">
6 <tbody>
7 <tr>
8 <td>
9 <div style="height: 100%; overflow: auto;">
10 <table>
11 <tbody>
12 </tbody>
13 </table>
14 </div>
15 </td>
16 <td>
17 <img src="xxx" />
esprehn 2016/09/09 23:57:12 / doesn't do anything
18 </td>
19 </tr>
20 </tbody>
21 </table>
22 </div>
23 </div>
24
25 <script>
26 test(function() {
27 document.getElementById("div").style.display = "";
28 }, "row-height-recalc-terminates");
29 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698