| Index: LayoutTests/fast/pagination/first-letter-inherit-all-crash-expected.txt
|
| diff --git a/LayoutTests/fast/pagination/first-letter-inherit-all-crash-expected.txt b/LayoutTests/fast/pagination/first-letter-inherit-all-crash-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..36c8732987303d3261a415b15b4b6dde3f9e906e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/pagination/first-letter-inherit-all-crash-expected.txt
|
| @@ -0,0 +1,5 @@
|
| +overflow-y isn't a valid property for ::first-letter. We'd crash when extracting innerText, because the implementation expects that the first letter text is a direct child of the ::first-letter pseudo object. The paged overflow / multicol implementation would violate this assumption by inserting a flow thread object between the ::first-letter pseudo object and the actual text.
|
| +
|
| +PASS if no crash or assertion failure.
|
| +
|
| +x
|
|
|