REOPENED133072
http/tests/navigation/forward-to-fragment-fires-onload.html asserts
https://bugs.webkit.org/show_bug.cgi?id=133072
Summary http/tests/navigation/forward-to-fragment-fires-onload.html asserts
Jonathan Wells
Reported 2014-05-19 09:51:35 PDT
Paths to js-test-pre.js and js-test-post.js appear to be incorrect.
Attachments
Patch (2.96 KB, patch)
2014-05-19 10:01 PDT, Jonathan Wells
no flags
Patch (1.54 KB, patch)
2014-05-19 10:12 PDT, Jonathan Wells
no flags
Jonathan Wells
Comment 1 2014-05-19 10:01:21 PDT
Andy Estes
Comment 2 2014-05-19 10:10:37 PDT
Comment on attachment 231697 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231697&action=review > LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html:11 > -description('Tests that loading is not stopped by going forward to a fragment.'); > +description("Tests to see that loading is not stopped by going forward to a fragment."); I wouldn't change these to double quotes. It'll just make it harder for someone to blame this file later on. > LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html:17 > - if (window.localStorage.stage == 'three') { > - console.log('3. Got back to start. Going forward to page 2.'); > - window.localStorage.stage = 'four'; > + if (window.localStorage.stage == "three") { > + console.log("3. Got back to start. Going forward to page 2."); > + window.localStorage.stage = "four"; Ditto. > LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html:19 > - } else if (window.localStorage.stage == 'six') { > + } else if (window.localStorage.stage == "six") { Ditto. > LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html:27 > - console.log('Starting test.'); > - window.localStorage.stage = 'one'; > + console.log("Starting test."); > + window.localStorage.stage = "one"; Ditto. > LayoutTests/http/tests/navigation/forward-to-fragment-fires-onload.html:30 > - window.location.href = 'resources/forward-to-fragment-fires-onload-2.html'; > + window.location.href = "resources/forward-to-fragment-fires-onload-2.html"; Ditto.
Jonathan Wells
Comment 3 2014-05-19 10:12:24 PDT
Alexey Proskuryakov
Comment 4 2014-05-19 10:49:35 PDT
WebKit Commit Bot
Comment 5 2014-05-19 10:51:20 PDT
Comment on attachment 231698 [details] Patch Clearing flags on attachment: 231698 Committed r169050: <http://trac.webkit.org/changeset/169050>
WebKit Commit Bot
Comment 6 2014-05-19 10:51:26 PDT
All reviewed patches have been landed. Closing bug.
Jonathan Wells
Comment 7 2014-05-19 11:27:58 PDT
I ran the tests and didn't have a crash or failure on this test anymore. However http/tests/navigation/resources/forward-to-fragment-fires-onload-2.html has a closing </iframe> tag that seems out of place.
Jonathan Wells
Comment 8 2014-05-19 12:20:14 PDT
Reopening as crash still occurring.
Jonathan Wells
Comment 9 2014-05-19 12:48:56 PDT
I think this was caused by http://trac.webkit.org/changeset/169026.
Alexey Proskuryakov
Comment 10 2014-05-28 15:48:50 PDT
The assertion was removed in <http://trac.webkit.org/changeset/169292>. As far as I can tell, that was done temporarily, and the assertion needs to be re-added.
Note You need to log in before you can comment on or make changes to this bug.