Title: [281169] trunk/LayoutTests
Revision
281169
Author
ayumi_koj...@apple.com
Date
2021-08-17 16:10:11 -0700 (Tue, 17 Aug 2021)

Log Message

[ Win EWS ] performance-api/performance-timeline-api.html needs to be rebaselined.
https://bugs.webkit.org/show_bug.cgi?id=229214

Unreviewed test gardening.

* platform/win/performance-api/performance-timeline-api-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281168 => 281169)


--- trunk/LayoutTests/ChangeLog	2021-08-17 22:54:13 UTC (rev 281168)
+++ trunk/LayoutTests/ChangeLog	2021-08-17 23:10:11 UTC (rev 281169)
@@ -1,3 +1,12 @@
+2021-08-17  Ayumi Kojima  <ayumi_koj...@apple.com>
+
+        [ Win EWS ] performance-api/performance-timeline-api.html needs to be rebaselined.
+        https://bugs.webkit.org/show_bug.cgi?id=229214
+
+        Unreviewed test gardening.
+
+        * platform/win/performance-api/performance-timeline-api-expected.txt:
+
 2021-08-17  Robert Jenner  <jen...@apple.com>
 
         REBASELINE : [ iOS ] 3X imported/w3c/web-platform-t ests/css/css-typed-om layout-tests are constant text failures

Modified: trunk/LayoutTests/platform/win/performance-api/performance-timeline-api-expected.txt (281168 => 281169)


--- trunk/LayoutTests/platform/win/performance-api/performance-timeline-api-expected.txt	2021-08-17 22:54:13 UTC (rev 281168)
+++ trunk/LayoutTests/platform/win/performance-api/performance-timeline-api-expected.txt	2021-08-17 23:10:11 UTC (rev 281169)
@@ -16,14 +16,14 @@
 PASS Performance.prototype.getEntriesByType is defined.
 PASS Performance.prototype.getEntriesByName is defined.
 PASS performance.getEntries() instanceof Array is true
-FAIL performance.getEntries().length === 1 should be true. Was false.
+PASS performance.getEntries().length === 1 is true
 PASS performance.mark("test"); did not throw exception.
-FAIL performance.getEntries().length === 2 should be true. Was false.
-FAIL performance.getEntries()[markIndex] instanceof PerformanceEntry should be true. Was false.
-FAIL performance.getEntries()[markIndex].name should be test. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].name')
-FAIL performance.getEntries()[markIndex].entryType should be mark. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].entryType')
-FAIL typeof performance.getEntries()[markIndex].startTime === "number" should be true. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].startTime')
-FAIL typeof performance.getEntries()[markIndex].duration === "number" should be true. Threw exception TypeError: undefined is not an object (evaluating 'performance.getEntries()[markIndex].duration')
+PASS performance.getEntries().length === 2 is true
+PASS performance.getEntries()[markIndex] instanceof PerformanceEntry is true
+PASS performance.getEntries()[markIndex].name is "test"
+PASS performance.getEntries()[markIndex].entryType is "mark"
+PASS typeof performance.getEntries()[markIndex].startTime === "number" is true
+PASS typeof performance.getEntries()[markIndex].duration === "number" is true
 PASS performance.getEntriesByType() threw exception TypeError: Not enough arguments.
 PASS performance.getEntriesByType("not-real").length === 0 is true
 PASS performance.getEntriesByType("mark").length === 1 is true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to