Title: [236692] trunk/LayoutTests
Revision
236692
Author
ryanhad...@apple.com
Date
2018-10-01 14:25:21 -0700 (Mon, 01 Oct 2018)

Log Message

Unreviewed, rebaseline tests after r236632.

* platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt:
* platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt:
* platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236691 => 236692)


--- trunk/LayoutTests/ChangeLog	2018-10-01 20:59:19 UTC (rev 236691)
+++ trunk/LayoutTests/ChangeLog	2018-10-01 21:25:21 UTC (rev 236692)
@@ -1,3 +1,11 @@
+2018-10-01  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed, rebaseline tests after r236632.
+
+        * platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt:
+        * platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt:
+        * platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Added.
+
 2018-10-01  Sihui Liu  <sihui_...@apple.com>
 
         Remove StorageProcess

Modified: trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt (236691 => 236692)


--- trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt	2018-10-01 20:59:19 UTC (rev 236691)
+++ trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt	2018-10-01 21:25:21 UTC (rev 236692)
@@ -20,7 +20,6 @@
   (rect 28 296 60 60)
   (rect 48 296 60 60)
   (rect 28 296 60 60)
-  (rect 48 296 60 60)
   (rect 28 536 60 60)
   (rect 48 536 60 60)
   (rect 48 416 60 60)
@@ -28,10 +27,11 @@
   (rect 48 656 60 60)
   (rect 68 656 60 60)
   (rect 48 656 60 60)
-  (rect 68 656 60 60)
   (rect 28 296 60 60)
   (rect 48 656 60 60)
+  (rect 48 296 60 60)
   (rect 28 536 60 60)
   (rect 88 656 20 60)
+  (rect 68 656 60 60)
 )
 

Modified: trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt (236691 => 236692)


--- trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt	2018-10-01 20:59:19 UTC (rev 236691)
+++ trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-expected.txt	2018-10-01 21:25:21 UTC (rev 236692)
@@ -3,7 +3,8 @@
 (repaint rects
   (rect 8 72 100 100)
   (rect 58 72 100 100)
+  (rect 8 72 100 100)
+  (rect 8 72 100 100)
   (rect 58 72 100 100)
-  (rect 8 72 100 100)
 )
 

Added: trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt (0 => 236692)


--- trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt	2018-10-01 21:25:21 UTC (rev 236692)
@@ -0,0 +1,6 @@
+This test checks that removing isolation from an element being stacking context for other reasons will not trigger any repaint.
+
+(repaint rects
+  (rect 8 72 100 100)
+)
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to