Title: [223417] trunk/LayoutTests
Revision
223417
Author
[email protected]
Date
2017-10-16 11:00:34 -0700 (Mon, 16 Oct 2017)

Log Message

Adjust one more test from constant() to env() after r177581

* fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (223416 => 223417)


--- trunk/LayoutTests/ChangeLog	2017-10-16 17:30:59 UTC (rev 223416)
+++ trunk/LayoutTests/ChangeLog	2017-10-16 18:00:34 UTC (rev 223417)
@@ -1,3 +1,9 @@
+2017-10-16  Tim Horton  <[email protected]>
+
+        Adjust one more test from constant() to env() after r177581
+
+        * fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html:
+
 2017-10-16  Youenn Fablet  <[email protected]>
 
         LayoutTest http/tests/cache-storage/cache-clearing-origin.https.html is a flaky failure

Modified: trunk/LayoutTests/fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html (223416 => 223417)


--- trunk/LayoutTests/fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html	2017-10-16 17:30:59 UTC (rev 223416)
+++ trunk/LayoutTests/fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html	2017-10-16 18:00:34 UTC (rev 223417)
@@ -11,10 +11,10 @@
         #extent {
             position: fixed;
             border: 10px solid rgba(0, 0, 128, 0.5);
-            left: constant(safe-area-inset-left);
-            top: constant(safe-area-inset-top);
-            right: constant(safe-area-inset-right);
-            bottom: constant(safe-area-inset-bottom);
+            left: env(safe-area-inset-left);
+            top: env(safe-area-inset-top);
+            right: env(safe-area-inset-right);
+            bottom: env(safe-area-inset-bottom);
         }
     </style>
     <script src=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to