Bug 163391 - REGRESSION (r207286?): LayoutTest http/tests/misc/acid3.html is failing
Summary: REGRESSION (r207286?): LayoutTest http/tests/misc/acid3.html is failing
Status: RESOLVED DUPLICATE of bug 163353
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 09:32 PDT by Ryan Haddad
Modified: 2016-10-13 10:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-10-13 09:32:15 PDT
REGRESSION: LayoutTest http/tests/misc/acid3.html is failing

https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r207284%20(609)/results.html

--- /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/http/tests/misc/acid3-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/http/tests/misc/acid3-actual.txt
@@ -1,4 +1,7 @@
 CONSOLE MESSAGE: Did not parse stylesheet at 'http://127.0.0.1:8000/misc/resources/acid3/empty.css' because non CSS MIME types are not allowed in strict mode.
+ALERT: Test 26 passed, but took 56ms (less than 30fps)
+Test 72 failed: internal stylesheet had a URI: http://127.0.0.1:8000/misc/acid3.html
+Total elapsed time: 0.49s
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (20,20) size 644x433
@@ -12,13 +15,13 @@
         RenderBlock {P} at (70,64) size 64x50 [bgcolor=#FFA500] [border: (1px solid #000000)]
         RenderBlock {P} at (144,48) size 75x58 [bgcolor=#FFFF00] [border: (1px solid #000000)]
         RenderBlock {P} at (230,32) size 87x66 [bgcolor=#00FF00] [border: (1px solid #000000)]
-        RenderBlock {P} at (329,16) size 97x74 [bgcolor=#0000FF] [border: (1px solid #000000)]
+        RenderBlock {P} at (329,16) size 97x74 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
         RenderBlock {P} at (440,0) size 107x82 [bgcolor=#800080] [border: (1px solid #000000)]
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (41,214) size 568x120
-        RenderInline {SPAN} at (0,0) size 168x112
-          RenderText {#text} at (206,4) size 168x112
-            text run at (206,4) width 168: "100"
+        RenderInline {SPAN} at (0,0) size 112x112
+          RenderText {#text} at (262,4) size 112x112
+            text run at (262,4) width 112: "99"
         RenderInline {SPAN} at (0,0) size 29x112
           RenderText {#text} at (373,4) size 29x112
             text run at (373,4) width 29: "/"
Comment 1 Ryan Haddad 2016-10-13 09:33:02 PDT
Flakiness dashboard blames the change https://trac.webkit.org/log/?verbose=on&rev=207284&stop_rev=207282
Comment 2 Ryan Haddad 2016-10-13 09:34:25 PDT
https://trac.webkit.org/changeset/207284 is the only change that could related in that range
Comment 3 Ryan Haddad 2016-10-13 10:19:16 PDT
Actually, that was landed with the incorrect message. It looks like this may be related to https://trac.webkit.org/changeset/207286
Comment 4 Ryan Haddad 2016-10-13 10:29:01 PDT
Rolled out change in http://trac.webkit.org/changeset/207291. Duping to original bug.

*** This bug has been marked as a duplicate of bug 163353 ***