Title: [261122] trunk/LayoutTests
- Revision
- 261122
- Author
- [email protected]
- Date
- 2020-05-04 16:22:43 -0700 (Mon, 04 May 2020)
Log Message
REGRESSION (r261109): [ Mac ] inspector/css/getAllStyleSheets.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211405
<rdar://problem/62863843>
Unreviewed, remove unnecessary call to function that no longer exists.
* inspector/css/getAllStyleSheets.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (261121 => 261122)
--- trunk/LayoutTests/ChangeLog 2020-05-04 23:17:51 UTC (rev 261121)
+++ trunk/LayoutTests/ChangeLog 2020-05-04 23:22:43 UTC (rev 261122)
@@ -1,5 +1,15 @@
2020-05-04 Devin Rousso <[email protected]>
+ REGRESSION (r261109): [ Mac ] inspector/css/getAllStyleSheets.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=211405
+ <rdar://problem/62863843>
+
+ Unreviewed, remove unnecessary call to function that no longer exists.
+
+ * inspector/css/getAllStyleSheets.html:
+
+2020-05-04 Devin Rousso <[email protected]>
+
REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211404
<rdar://problem/62863766>
Modified: trunk/LayoutTests/inspector/css/getAllStyleSheets.html (261121 => 261122)
--- trunk/LayoutTests/inspector/css/getAllStyleSheets.html 2020-05-04 23:17:51 UTC (rev 261121)
+++ trunk/LayoutTests/inspector/css/getAllStyleSheets.html 2020-05-04 23:22:43 UTC (rev 261122)
@@ -19,7 +19,6 @@
<script>
function test()
{
- WI.cssManager.fetchStyleSheetsIfNeeded();
InspectorBackend.runAfterPendingDispatches(function() {
let styleSheets = WI.cssManager.styleSheets;
InspectorTest.expectThat(styleSheets.length === 4, "There should be four stylesheets.");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes