Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-paste-undo-expected.txt
blob18fc1ce5d8503f9ff8e36d930df52418f58ce449
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
15 TEST COMPLETE
18 Text to copy-paste-undo.