Bug 197260

Summary: [GTK] imported/w3c/web-platform-tests/hr-time/test_cross_frame_start.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, magomez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alicia Boya García 2019-04-24 16:32:06 PDT
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')
Comment 1 Miguel Gomez 2019-05-02 06:27:03 PDT
This is passing now, since some revision between r244645 and r244732. Closing bug and updating expectations.