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

Unified Diff: LayoutTests/fast/pagination/first-letter-inherit-all-crash-expected.txt

Issue 1304123006: Applying the "all" property needs to check all properties against the whitelist. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/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
« no previous file with comments | « LayoutTests/fast/pagination/first-letter-inherit-all-crash.html ('k') | Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698