Title: [261348] branches/safari-610.1.12-branch/LayoutTests
Revision
261348
Author
alanc...@apple.com
Date
2020-05-07 16:50:29 -0700 (Thu, 07 May 2020)

Log Message

Cherry-pick r261122. rdar://problem/62995479

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261122 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.1.12-branch/LayoutTests/ChangeLog (261347 => 261348)


--- branches/safari-610.1.12-branch/LayoutTests/ChangeLog	2020-05-07 23:50:27 UTC (rev 261347)
+++ branches/safari-610.1.12-branch/LayoutTests/ChangeLog	2020-05-07 23:50:29 UTC (rev 261348)
@@ -1,5 +1,29 @@
 2020-05-07  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r261122. rdar://problem/62995479
+
+    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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261122 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-05-04  Devin Rousso  <drou...@apple.com>
+
+            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-07  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r261121. rdar://problem/62995508
 
     REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing

Modified: branches/safari-610.1.12-branch/LayoutTests/inspector/css/getAllStyleSheets.html (261347 => 261348)


--- branches/safari-610.1.12-branch/LayoutTests/inspector/css/getAllStyleSheets.html	2020-05-07 23:50:27 UTC (rev 261347)
+++ branches/safari-610.1.12-branch/LayoutTests/inspector/css/getAllStyleSheets.html	2020-05-07 23:50:29 UTC (rev 261348)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to