haikuwebkit/LayoutTests/fast/forms/textarea/textarea-state-restore-expe...

10 lines
185 B
Plaintext

Confirm nothing is saved and restored:
PASS $("inserted").value is ""
PASS $("saved1").value is ""
PASS $("saved2").value is "aaa\nbbb"
PASS successfullyParsed is true
TEST COMPLETE