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); |