12016-04-05 Myles C. Maxfield <mmaxfield@apple.com>
2
3 Test listbox clipping to contents rect
4 https://bugs.webkit.org/show_bug.cgi?id=156265
5
6 Reviewed by NOBODY (OOPS!).
7
8 These tests create some <select><option></option></select>s with padding.
9 These list boxes use the zapfino "f" character (because it draws wildly
10 far outside of its layout box) to create a case where text inside the list
11 box would naturally intersect with the padding. This overflow should be
12 clipped so that the padding is undisturbed.
13
14 * fast/forms/listbox-padding-clip-expected.html: Added.
15 * fast/forms/listbox-padding-clip-overlay-expected.html: Added.
16 * fast/forms/listbox-padding-clip-overlay.html: Added.
17 * fast/forms/listbox-padding-clip.html: Added.
18