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

Side by Side Diff: LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash.html

Issue 204343002: HTMLOListElement::updateListItem should update distribution if needed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html » ('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 <head>
4 <script>
5 onload = function() {
6 document.body.offsetLeft;
7 var video = document.createElement('video');
8 var ol = document.querySelector('ol');
9 document.body.appendChild(video);
10 ol.setAttribute('reversed', 'reversed');
11 }
12 </script>
13 </head>
14 <body>
15 <ol>
16 <li>1</li>
17 <li>2</li>
18 </ol>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698