1 This test checks that undoing a paste into an empty text field doesn't cause it to collapse vertically.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById("destination").value is ""
7 PASS document.getElementById("destination").value is "Text to copy-paste-undo."
8 PASS document.getElementById("source").clientHeight == initialClientHeight is true
9 PASS window.getComputedStyle(document.getElementById("source")).height == initialClientComputedHeight is true
10 PASS document.getElementById("destination").value is ""
11 PASS document.getElementById("source").clientHeight == initialClientHeight is true
12 PASS window.getComputedStyle(document.getElementById("source")).height == initialClientComputedHeight is true
13 PASS successfullyParsed is true
18 Text to copy-paste-undo.