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

Unified Diff: LayoutTests/fast/flexbox/order-iterator-crash-expected.txt

Issue 19558006: Heap-use-after-free in WebCore::RenderFlexibleBox::firstLineBoxBaseline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated change after the review's comments Created 7 years, 5 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
« no previous file with comments | « LayoutTests/fast/flexbox/order-iterator-crash.html ('k') | Source/core/rendering/OrderIterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/flexbox/order-iterator-crash-expected.txt
diff --git a/LayoutTests/fast/flexbox/order-iterator-crash-expected.txt b/LayoutTests/fast/flexbox/order-iterator-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..15aba57c0583e4c7b8821c02899366963f4142b4
--- /dev/null
+++ b/LayoutTests/fast/flexbox/order-iterator-crash-expected.txt
@@ -0,0 +1,3 @@
+This test has passed if it doesn't crash under ASAN.
+* { display: flex; }
+if (window.testRunner) testRunner.dumpAsText(); crashy.offsetLeft; crashy.parentNode.removeChild(crashy);
« no previous file with comments | « LayoutTests/fast/flexbox/order-iterator-crash.html ('k') | Source/core/rendering/OrderIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698