blob: 60dedc0c0215b03c7da335abf0ad9b2052d12c2b [file]
Tests that dialog is visible after show() is called and not visible after close() is called. bug 90931
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS computedStyle.getPropertyValue('display') is 'none'
PASS computedStyle.getPropertyValue('display') is 'block'
PASS computedStyle.getPropertyValue('display') is 'none'
PASS dialog.close(); threw exception Error: INVALID_STATE_ERR: DOM Exception 11.
PASS successfullyParsed is true
TEST COMPLETE