Bug 152138 - [iOS Simulator] compositing/contents-opaque tests failing
Summary: [iOS Simulator] compositing/contents-opaque tests failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 9.0
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 152284 (view as bug list)
Depends on:
Blocks: 152130
  Show dependency treegraph
 
Reported: 2015-12-10 09:15 PST by Ryan Haddad
Modified: 2016-01-08 15:12 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-12-10 09:15:37 PST
[iOS Simulator] compositing/contents-opaque tests failing

compositing/contents-opaque/body-background-painted.html:
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/compositing/contents-opaque/body-background-painted-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/compositing/contents-opaque/body-background-painted-actual.txt
@@ -9,7 +9,6 @@
       (children 1
         (GraphicsLayer
           (bounds 800.00 600.00)
-          (contentsOpaque 1)
           (drawsContent 1)
           (children 2
             (GraphicsLayer

compositing/contents-opaque/table-parts.html:
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/compositing/contents-opaque/table-parts-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/compositing/contents-opaque/table-parts-actual.txt
@@ -10,12 +10,14 @@
       (children 2
         (GraphicsLayer
           (position 28.00 20.00)
-          (bounds 252.00 102.00)
+          (anchor 0.50 0.50)
+          (bounds 252.50 102.00)
           (drawsContent 1)
         )
         (GraphicsLayer
           (position 28.00 142.00)
-          (bounds 252.00 102.00)
+          (anchor 0.50 0.50)
+          (bounds 252.50 102.00)
           (drawsContent 1)
         )
       )

<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r193902%20(1662)/results.html>
Comment 1 Simon Fraser (smfr) 2015-12-15 11:09:39 PST
Same as bug 152284?
Comment 2 Ryan Haddad 2015-12-15 11:10:58 PST
(In reply to comment #1)
> Same as bug 152284?

Not sure how I managed to do that, but yes.
Comment 3 Ryan Haddad 2015-12-15 11:11:53 PST
*** Bug 152284 has been marked as a duplicate of this bug. ***
Comment 4 Simon Fraser (smfr) 2016-01-08 14:33:42 PST
I think these can just be rebased.
Comment 5 Ryan Haddad 2016-01-08 15:12:47 PST
Rebaselined in <http://trac.webkit.org/projects/webkit/changeset/194792>