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

Unified Diff: LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html
diff --git a/LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html b/LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..53ab1403615b1b556c4493729d38b1dff3dfb9cd
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+<ol reversed>
+ <li>1</li>
+ <li>2</li>
+</ol>
+<video></video>
+</body>
+</html>
+
« no previous file with comments | « LayoutTests/fast/dom/shadow/ol-with-distribution-recalc-crash.html ('k') | Source/core/html/HTMLOListElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698