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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 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 d irect child of the ::first-letter pseudo object. The paged overflow / multicol i mplementation would violate this assumption by inserting a flow thread object be tween the ::first-letter pseudo object and the actual text.
2
3 PASS if no crash or assertion failure.
4
5 x
OLDNEW
« 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