Title: [207185] trunk/LayoutTests
Revision
207185
Author
[email protected]
Date
2016-10-11 19:24:50 -0700 (Tue, 11 Oct 2016)

Log Message

Fix a typo in the test.

* fast/media/mq-color-gamut.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (207184 => 207185)


--- trunk/LayoutTests/ChangeLog	2016-10-12 02:06:59 UTC (rev 207184)
+++ trunk/LayoutTests/ChangeLog	2016-10-12 02:24:50 UTC (rev 207185)
@@ -1,3 +1,9 @@
+2016-10-11  Dean Jackson  <[email protected]>
+
+        Fix a typo in the test.
+
+        * fast/media/mq-color-gamut.html:
+
 2016-10-11  Ryan Haddad  <[email protected]>
 
         Skipping loader/stateobjects tests on mac and ios-simulator debug.

Modified: trunk/LayoutTests/fast/media/mq-color-gamut.html (207184 => 207185)


--- trunk/LayoutTests/fast/media/mq-color-gamut.html	2016-10-12 02:06:59 UTC (rev 207184)
+++ trunk/LayoutTests/fast/media/mq-color-gamut.html	2016-10-12 02:24:50 UTC (rev 207185)
@@ -9,8 +9,9 @@
 @media (color-gamut: p3) {
 #b { background-color: blue; }
 }
-@media (color-gamut: none) {
-#b { background-color: blue; }
+/* reduced is not a valid color space */
+@media (color-gamut: reduced) {
+#c { background-color: blue; }
 }
 </style>
 </head>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to