Bug 53428
Summary: | [GTK] favicon-as-image test is flaky in the bots | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zan |
Priority: | P3 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Alejandro G. Castro
After http://trac.webkit.org/changeset/76555 this test has flaky results.
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/http/tests/misc/favicon-as-image-expected.txt 2011-01-31 06:44:29.013366747 -0800
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/http/tests/misc/favicon-as-image-actual.txt 2011-01-31 06:44:29.005411827 -0800
@@ -3,22 +3,13 @@
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (0,0) size 800x600
- RenderBlock {DIV} at (0,0) size 0x190
- RenderText {#text} at (0,0) size 62x190
- text run at (0,0) width 37: "Three"
- text run at (0,19) width 35: "green"
- text run at (0,38) width 40: "16x16"
- text run at (0,57) width 31: "pixel"
- text run at (0,76) width 47: "squares"
- text run at (0,95) width 42: "should"
- text run at (0,114) width 42: "appear"
- text run at (0,133) width 43: "below,"
- text run at (0,152) width 47: "stacked"
- text run at (0,171) width 62: "vertically."
- RenderBlock {DIV} at (0,190) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+ RenderBlock {DIV} at (0,0) size 800x19
+ RenderText {#text} at (0,0) size 462x19
+ text run at (0,0) width 462: "Three green 16x16 pixel squares should appear below, stacked vertically."
+ RenderBlock {DIV} at (0,19) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
RenderImage {IMG} at (1,1) size 16x16
RenderText {#text} at (0,0) size 0x0
- RenderBlock (anonymous) at (0,208) size 800x36
+ RenderBlock (anonymous) at (0,37) size 800x36
RenderPartObject {IFRAME} at (0,0) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
layer at (0,0) size 16x16
RenderView at (0,0) size 16x16
Maybe related to the issues also caused by that commit:
http://trac.webkit.org/changeset/76558
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alejandro G. Castro
Skipped http://trac.webkit.org/changeset/77134
Zan Dobersek
The test is consistently passing so its expectation was removed in http://trac.webkit.org/changeset/120476. Closing the bug.