r269665 Removed the `prerender` value from the VisibilityState list of values and the page-visibility API test needs to be updated. Replacing "prerender" with "hidden" in line 743 of Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebView.cpp makes the assertion pass but looks like the previous logic of waiting for the title to change after showInWindow needs to be updated, as the onVisibilityChanged seems to not be emitted after it and the waitUntilTitleChanged() call in line 752 makes the test timeout.
Nevermind, page-visibility already timeouts as pointed by bug214804. Marking this one as duplicated and submitting the prerender fix unreviewed. *** This bug has been marked as a duplicate of bug 214804 ***
Updated testvalue in r269673