Title: [208810] trunk/LayoutTests
Revision
208810
Author
[email protected]
Date
2016-11-16 14:12:48 -0800 (Wed, 16 Nov 2016)

Log Message

Fix typo in LayoutTest.

Unreviewed follow-up comment.

* inspector/page/setEmulatedMedia-expected.txt:
* inspector/page/setEmulatedMedia.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (208809 => 208810)


--- trunk/LayoutTests/ChangeLog	2016-11-16 21:10:04 UTC (rev 208809)
+++ trunk/LayoutTests/ChangeLog	2016-11-16 22:12:48 UTC (rev 208810)
@@ -1,3 +1,12 @@
+2016-11-16  Joseph Pecoraro  <[email protected]>
+
+        Fix typo in LayoutTest.
+
+        Unreviewed follow-up comment.
+
+        * inspector/page/setEmulatedMedia-expected.txt:
+        * inspector/page/setEmulatedMedia.html:
+
 2016-11-16  Yusuke Suzuki  <[email protected]>
 
         js/dom/domjit-function-get-element-by-id-licm.html and js/dom/domjit-function-get-element-by-id-changed.html are flaky timeouts

Modified: trunk/LayoutTests/inspector/page/setEmulatedMedia-expected.txt (208809 => 208810)


--- trunk/LayoutTests/inspector/page/setEmulatedMedia-expected.txt	2016-11-16 21:10:04 UTC (rev 208809)
+++ trunk/LayoutTests/inspector/page/setEmulatedMedia-expected.txt	2016-11-16 22:12:48 UTC (rev 208810)
@@ -7,12 +7,12 @@
 PASS: Body color should be blue.
 
 -- Running test case: Page.setEmulatedMedia.print
-PASS: MediaQueryList listesner fired.
+PASS: MediaQueryList listener fired.
 PASS: Page should now match print media.
 PASS: Body color should be green.
 
 -- Running test case: Page.setEmulatedMedia.reset
-PASS: MediaQueryList listesner fired.
+PASS: MediaQueryList listener fired.
 PASS: Page should now not match print media.
 PASS: Page should now match print media.
 

Modified: trunk/LayoutTests/inspector/page/setEmulatedMedia.html (208809 => 208810)


--- trunk/LayoutTests/inspector/page/setEmulatedMedia.html	2016-11-16 21:10:04 UTC (rev 208809)
+++ trunk/LayoutTests/inspector/page/setEmulatedMedia.html	2016-11-16 22:12:48 UTC (rev 208810)
@@ -11,7 +11,7 @@
 <script>
 let mediaQueryList = window.matchMedia("print");
 mediaQueryList.addListener(function(aMediaQueryList) {
-    TestPage.addResult("PASS: MediaQueryList listesner fired.");
+    TestPage.addResult("PASS: MediaQueryList listener fired.");
 });
 
 function test()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to