Bug 212179 - (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing
Summary: (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-20 16:49 PDT by Truitt Savell
Modified: 2020-05-20 17:02 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 Truitt Savell 2020-05-20 16:49:56 PDT
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
Comment 1 Radar WebKit Bug Importer 2020-05-20 16:50:14 PDT
<rdar://problem/63469486>
Comment 2 Ryan Haddad 2020-05-20 16:53:05 PDT
Looks like this may need a rebaseline for iOS. I just added one for Windows in https://trac.webkit.org/changeset/261971/webkit
Comment 3 Chris Dumez 2020-05-20 17:02:38 PDT
Committed r261973: <https://trac.webkit.org/changeset/261973>