The following test has been failing for the most part since r244182. imported/w3c/web-platform-tests/hr-time/test_cross_frame_start.html --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/hr-time/test_cross_frame_start-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/hr-time/test_cross_frame_start-actual.txt @@ -6,6 +6,6 @@ PASS Setup the frame PASS parent performance.now() > 0 PASS child performance.now() > 0 -PASS Child created at least 1 second after parent -PASS Child and parent time bases are correct +FAIL Child created at least 1 second after parent null is not an object (evaluating 'childWindow.performance.timing.navigationStart') +FAIL Child and parent time bases are correct null is not an object (evaluating 'childWindow.performance.timing.loadEventStart')
This is passing now, since some revision between r244645 and r244732. Closing bug and updating expectations.