Bug 163391
Summary: | REGRESSION (r207286?): LayoutTest http/tests/misc/acid3.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | koivisto, pvollan, ryanhaddad |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
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: "/"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Flakiness dashboard blames the change https://trac.webkit.org/log/?verbose=on&rev=207284&stop_rev=207282
Ryan Haddad
https://trac.webkit.org/changeset/207284 is the only change that could related in that range
Ryan Haddad
Actually, that was landed with the incorrect message. It looks like this may be related to https://trac.webkit.org/changeset/207286
Ryan Haddad
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 ***