Bug 304027
| Summary: | REGRESSION (303972@main): [ iOS ] fast/block/basic/001.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
fast/block/basic/001.html
This issue can be bisected to <commit> using the command:
run-webkit-tests --no-build --no-retry --no-show-results --exit-after-n-failures=1 --expect-pass --release fast/block/basic/001.html
This does not look like a rebaseline because it is a flaky failure.
History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fblock%2Fbasic%2F001.html&platform=ios
Test Run: https://build.webkit.org/#/builders/1693/builds/795
Diff:
@@ -4,30 +4,26 @@
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x196 [border: (2px solid #FF0000)]
- RenderBlock (anonymous) at (2,2) size 780x20
- RenderInline {I} at (0,0) size 235x19
- RenderText {#text} at (0,0) size 96x19
- text run at (0,0) width 96: "Start of a line. "
- RenderInline {FONT} at (95,0) size 140x19 [color=#FF0000]
- RenderText {#text} at (95,0) size 140x19
- text run at (95,0) width 140: "More red on this line:"
- RenderBlock (anonymous) at (2,40) size 780x74
- RenderBlock {H3} at (0,0) size 780x23 [color=#FF0000]
- RenderText {#text} at (0,0) size 205x22
- text run at (0,0) width 205: "Suddenly a block appears!"
- RenderBlock {H2} at (0,42) size 780x31 [color=#FF0000]
- RenderText {#text} at (0,1) size 194x28
- text run at (0,1) width 194: "And another block!"
- RenderBlock (anonymous) at (2,133) size 780x61
- RenderInline {I} at (0,0) size 299x39
- RenderInline {FONT} at (0,0) size 97x39 [color=#FF0000]
- RenderText {#text} at (0,0) size 97x19
- text run at (0,0) width 97: "Now more text."
- RenderBR {BR} at (96,0) size 1x19
- RenderText {#text} at (0,20) size 67x19
- text run at (0,20) width 67: "This is red"
- RenderText {#text} at (66,20) size 233x19
- text run at (66,20) width 233: " but now only italic on the same line"
- RenderBR {BR} at (298,20) size 1x19
- RenderText {#text} at (0,40) size 132x19
- text run at (0,40) width 132: "Plain line at the end."
+ RenderInline {I} at (2,2) size 780x171
+ RenderText {#text} at (2,2) size 96x19
+ text run at (2,2) width 96: "Start of a line. "
+ RenderInline {FONT} at (2,2) size 780x171 [color=#FF0000]
+ RenderText {#text} at (97,2) size 140x19
+ text run at (97,2) width 140: "More red on this line:"
+ RenderBlock (anonymous) at (2,40) size 780x74 [color=#000000]
+ RenderBlock {H3} at (0,0) size 780x23 [color=#FF0000]
+ RenderText {#text} at (0,0) size 205x22
+ text run at (0,0) width 205: "Suddenly a block appears!"
+ RenderBlock {H2} at (0,42) size 780x31 [color=#FF0000]
+ RenderText {#text} at (0,1) size 194x28
+ text run at (0,1) width 194: "And another block!"
+ RenderText {#text} at (2,133) size 97x20
+ text run at (2,133) width 97: "Now more text."
+ RenderBR {BR} at (98,133) size 1x20
+ RenderText {#text} at (2,153) size 67x20
+ text run at (2,153) width 67: "This is red"
+ RenderText {#text} at (68,153) size 233x20
+ text run at (68,153) width 233: " but now only italic on the same line"
+ RenderBR {BR} at (300,153) size 1x20
+ RenderText {#text} at (2,173) size 132x20
+ text run at (2,173) width 132: "Plain line at the end."
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166328505>
EWS
Test gardening commit 304324@main (2fe875a6af79): <https://commits.webkit.org/304324@main>
Reviewed commits have been landed. Closing PR #55274 and removing active labels.