Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / select-state-restore-expected.txt
blobaa5e9f10993ddd4d30ea39322bcbc3504c8fc13c
1 Test if selected options are correctly restored even if their positions were changed.
3 PASS $("opt-la").selected is false
4 PASS $("opt-tk").selected is false
5 PASS $("opt-os").selected is true
6 PASS $("opt-ak").selected is false
7 PASS $("opt-wy").selected is false
8 We don't care which one is selected because their values are identical:
9 PASS !!($("opt-ca-1").selected ^ $("opt-ca-2").selected) is true
10 PASS successfullyParsed is true
12 TEST COMPLETE