Title: [223957] trunk/LayoutTests
Revision
223957
Author
[email protected]
Date
2017-10-25 10:18:13 -0700 (Wed, 25 Oct 2017)

Log Message

Web Inspector: Enable WebKit logging configuration and display
https://bugs.webkit.org/show_bug.cgi?id=177027
<rdar://problem/33964767>

Unreviewed, fix flakey test.

* inspector/console/webcore-logging-expected.txt:
* inspector/console/webcore-logging.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (223956 => 223957)


--- trunk/LayoutTests/ChangeLog	2017-10-25 16:58:57 UTC (rev 223956)
+++ trunk/LayoutTests/ChangeLog	2017-10-25 17:18:13 UTC (rev 223957)
@@ -1,3 +1,14 @@
+2017-10-25  Eric Carlson  <[email protected]>
+
+        Web Inspector: Enable WebKit logging configuration and display
+        https://bugs.webkit.org/show_bug.cgi?id=177027
+        <rdar://problem/33964767>
+
+        Unreviewed, fix flakey test.
+
+        * inspector/console/webcore-logging-expected.txt:
+        * inspector/console/webcore-logging.html:
+
 2017-10-25  Devin Rousso  <[email protected]>
 
         Web Inspector: preserve Recordings for each Canvas after closing the Canvas tab

Modified: trunk/LayoutTests/inspector/console/webcore-logging-expected.txt (223956 => 223957)


--- trunk/LayoutTests/inspector/console/webcore-logging-expected.txt	2017-10-25 16:58:57 UTC (rev 223956)
+++ trunk/LayoutTests/inspector/console/webcore-logging-expected.txt	2017-10-25 17:18:13 UTC (rev 223957)
@@ -29,6 +29,4 @@
 PASS: Media logging disabled.
 PASS: Media logging has been enabled.
 PASS: Media log message should have source 'media'.
-Started Playing
-Stopped Playing
 

Modified: trunk/LayoutTests/inspector/console/webcore-logging.html (223956 => 223957)


--- trunk/LayoutTests/inspector/console/webcore-logging.html	2017-10-25 16:58:57 UTC (rev 223956)
+++ trunk/LayoutTests/inspector/console/webcore-logging.html	2017-10-25 17:18:13 UTC (rev 223957)
@@ -145,14 +145,6 @@
                     resolve();
                 });
 
-                InspectorTest.awaitEvent("PlayEvent").then((event) => {
-                    InspectorTest.log("Started Playing");
-                });
-
-                InspectorTest.awaitEvent("PauseEvent").then((event) => {
-                    InspectorTest.log("Stopped Playing");
-                }).then(resolve, reject);
-
                 InspectorTest.evaluateInPage(`play()`);
                 InspectorTest.evaluateInPage(`pause()`);
             })
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to