Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / option-properties-expected.txt
blob6e893f37fbc641d980990bfd9a7d671be059e42d
1 This page tests setting 'selected' and 'text' on an option element. See https://bugs.webkit.org/show_bug.cgi?id=9095.
3 If the test passes, you'll see a series of 'PASS' messages below.
5 PASS: document.getElementById('sel').options.selectedIndex should be 1 and is.
6 PASS: document.getElementById('sel').options[1].selected should be true and is.
7 PASS: document.getElementById('sel').options[1].text should be PASS and is.