Title: [243084] trunk/LayoutTests
- Revision
- 243084
- Author
- [email protected]
- Date
- 2019-03-18 11:17:12 -0700 (Mon, 18 Mar 2019)
Log Message
Unreviewed test gardening after r243024.
* inspector/timeline/timeline-recording-expected.txt:
* inspector/timeline/timeline-recording.html:
Filter out the markers, but keep the display as an array.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (243083 => 243084)
--- trunk/LayoutTests/ChangeLog 2019-03-18 18:07:30 UTC (rev 243083)
+++ trunk/LayoutTests/ChangeLog 2019-03-18 18:17:12 UTC (rev 243084)
@@ -1,3 +1,11 @@
+2019-03-18 Joseph Pecoraro <[email protected]>
+
+ Unreviewed test gardening after r243024.
+
+ * inspector/timeline/timeline-recording-expected.txt:
+ * inspector/timeline/timeline-recording.html:
+ Filter out the markers, but keep the display as an array.
+
2019-03-18 Daniel Bates <[email protected]>
[iOS] No DOM keypress event emitted for cursor key commands when non-editable element is focused
Modified: trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt (243083 => 243084)
--- trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt 2019-03-18 18:07:30 UTC (rev 243083)
+++ trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt 2019-03-18 18:17:12 UTC (rev 243084)
@@ -43,14 +43,7 @@
],
"records": "<filtered>",
"markers": [
- {
- "time": "<filtered>",
- "type": "dom-content-event"
- },
- {
- "time": "<filtered>",
- "type": "load-event"
- }
+ "<filtered>"
],
"memoryPressureEvents": [],
"sampleStackTraces": [],
Modified: trunk/LayoutTests/inspector/timeline/timeline-recording.html (243083 => 243084)
--- trunk/LayoutTests/inspector/timeline/timeline-recording.html 2019-03-18 18:07:30 UTC (rev 243083)
+++ trunk/LayoutTests/inspector/timeline/timeline-recording.html 2019-03-18 18:17:12 UTC (rev 243084)
@@ -67,6 +67,8 @@
InspectorTest.json(exportData, (key, value) => {
if (filterKeys.has(key))
return "<filtered>";
+ if (key === "markers")
+ return ["<filtered>"];
return value;
});
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes