summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-paste-undo-expected.txt
blob: 18fc1ce5d8503f9ff8e36d930df52418f58ce449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This test checks that undoing a paste into an empty text field doesn't cause it to collapse vertically.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.getElementById("destination").value is ""
PASS document.getElementById("destination").value is "Text to copy-paste-undo."
PASS document.getElementById("source").clientHeight == initialClientHeight is true
PASS window.getComputedStyle(document.getElementById("source")).height == initialClientComputedHeight is true
PASS document.getElementById("destination").value is ""
PASS document.getElementById("source").clientHeight == initialClientHeight is true
PASS window.getComputedStyle(document.getElementById("source")).height == initialClientComputedHeight is true
PASS successfullyParsed is true

TEST COMPLETE


Text to copy-paste-undo.