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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/display-table-row-crash.html

Issue 2374923002: Avoid crashing for cases when cell/row parenting is not like a real table. (Closed)
Patch Set: none Created 4 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 | third_party/WebKit/LayoutTests/paint/invalidation/display-table-row-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 Passes if no crash.
3 <style>
4 div {
5 -webkit-box-reflect: below;
6 </style>
7 <div id="splitter"></div>
8 <script>
9 if (window.testRunner)
10 window.testRunner.dumpAsText();
11 document.getElementById("splitter").style.display = "table-row";
12 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/display-table-row-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698