Title: [241239] trunk/LayoutTests
Revision
241239
Author
[email protected]
Date
2019-02-09 01:39:20 -0800 (Sat, 09 Feb 2019)

Log Message

Web Inspector: fix typos in tests

Unreviewed test gardening.

* inspector/css/force-page-appearance.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (241238 => 241239)


--- trunk/LayoutTests/ChangeLog	2019-02-09 08:11:04 UTC (rev 241238)
+++ trunk/LayoutTests/ChangeLog	2019-02-09 09:39:20 UTC (rev 241239)
@@ -1,3 +1,11 @@
+2019-02-09  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: fix typos in tests
+
+        Unreviewed test gardening.
+
+        * inspector/css/force-page-appearance.html:
+
 2019-02-08  Myles C. Maxfield  <[email protected]>
 
         [Cocoa] Ask platform for generic font family mappings

Modified: trunk/LayoutTests/inspector/css/force-page-appearance.html (241238 => 241239)


--- trunk/LayoutTests/inspector/css/force-page-appearance.html	2019-02-09 08:11:04 UTC (rev 241238)
+++ trunk/LayoutTests/inspector/css/force-page-appearance.html	2019-02-09 09:39:20 UTC (rev 241239)
@@ -36,7 +36,7 @@
     suite.addTestCase({
         name: "Force appearance to Dark",
         test(resolve, reject) {
-            // Styles should referesh when dark apeparance is forced.
+            // Styles should refresh when dark appearance is forced.
             WI.cssManager.awaitEvent(WI.CSSManager.Event.ForcedAppearanceDidChange).then((event) => {
                 InspectorTest.expectEqual(nodeStyles.needsRefresh, true, `DOMNodeStyles should need refresh.`);
                 nodeStyles.refresh();
@@ -76,7 +76,7 @@
     suite.addTestCase({
         name: "Force appearance to Light",
         test(resolve, reject) {
-            // Styles should referesh when light apeparance is forced.
+            // Styles should refresh when dark appearance is forced.
             WI.cssManager.awaitEvent(WI.CSSManager.Event.ForcedAppearanceDidChange).then((event) => {
                 InspectorTest.expectEqual(nodeStyles.needsRefresh, true, `DOMNodeStyles should need refresh.`);
                 nodeStyles.refresh();
@@ -97,7 +97,7 @@
     suite.addTestCase({
         name: "Disable forced appearance",
         test(resolve, reject) {
-            // Styles should referesh when forced apeparance is disabled.
+            // Styles should refresh when forced appearance is disabled.
             WI.cssManager.awaitEvent(WI.CSSManager.Event.ForcedAppearanceDidChange).then((event) => {
                 InspectorTest.expectEqual(nodeStyles.needsRefresh, true, `DOMNodeStyles should need refresh.`);
                 nodeStyles.refresh();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to