Commit 8f59dff4 authored by mrobinson@webkit.org's avatar mrobinson@webkit.org

2011-03-25 Martin Robinson <mrobinson@igalia.com>

        Add a GTK+ specific baseline for a text test that seems to have whitespace difference,
        probably due to font sizes resulting in newlines.

        * platform/gtk/fast/events/onchange-text-form-field-expected.txt: Added.

git-svn-id: svn://svn.chromium.org/blink/trunk@81995 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 35473d92
2011-03-25 Martin Robinson <mrobinson@igalia.com>
Add a GTK+ specific baseline for a text test that seems to have whitespace difference,
probably due to font sizes resulting in newlines.
* platform/gtk/fast/events/onchange-text-form-field-expected.txt: Added.
2011-03-24 David Hyatt <hyatt@apple.com>
Reviewed by Dan Bernstein.
......
PASS simulateTextEntry(elements[0], '', true); is false
PASS simulateTextEntry(elements[0], 'fo', true); is true
PASS simulateTextEntry(elements[0], 'o', false); is true
PASS simulateTextEntry(elements[0], 'foo', true); is false
PASS simulateTextEntry(elements[0], 'foo', true); is false
PASS simulateTextEntry(elements[0], ' ', false); is true
PASS simulateTextEntry(elements[0], 'foo bar', true); is true
PASS simulateTextEntry(elements[0], 'foo bar', true); is false
PASS setTextValue(elements[0], 'foo'); is false
PASS simulateTextEntry(elements[0], 'foo bar', true); is true
PASS simulateTextEntry(elements[1], '', true); is true
PASS simulateTextEntry(elements[1], 'fo', true); is true
PASS simulateTextEntry(elements[1], 'o', false); is true
PASS simulateTextEntry(elements[1], 'foo', true); is false
PASS simulateTextEntry(elements[2], '', true); is false
PASS simulateTextEntry(elements[2], 'fo', true); is true
PASS simulateTextEntry(elements[2], 'o', false); is true
PASS simulateTextEntry(elements[2], 'foo', true); is false
PASS simulateTextEntry(elements[3], 'foo', true); is false
PASS simulateTextEntry(elements[3], 'foo', true); is false
PASS setTextValue(elements[3], ''); is false
PASS simulateTextEntry(elements[3], 'fo', true); is true
PASS simulateTextEntry(elements[3], 'o', false); is true
PASS simulateTextEntry(elements[3], 'foo', true); is false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment