Bug 212179
| Summary: | (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
fast/frames/didBecomeCurrentDocumentInFrame-crash.html
This new test added in https://trac.webkit.org/changeset/261946/webkit
is failing on iOS
history:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fframes%2FdidBecomeCurrentDocumentInFrame-crash.html
Diff:
--- /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt
+++ /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/frames/didBecomeCurrentDocumentInFrame-crash-actual.txt
@@ -3,10 +3,10 @@
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x18
- RenderText {#text} at (0,0) size 226x18
+ RenderBlock {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 226x19
text run at (0,0) width 226: "This test passes if it does not crash."
- RenderBlock {PRE} at (0,34) size 784x0
- RenderBlock (anonymous) at (0,34) size 784x150
+ RenderBlock {PRE} at (0,36) size 784x0
+ RenderBlock (anonymous) at (0,36) size 784x150
RenderEmbeddedObject {OBJECT} at (0,0) size 300x150
RenderText {#text} at (0,0) size 0x0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/63469486>
Ryan Haddad
Looks like this may need a rebaseline for iOS. I just added one for Windows in https://trac.webkit.org/changeset/261971/webkit
Chris Dumez
Committed r261973: <https://trac.webkit.org/changeset/261973>