Bug 87347 - fast/frames/flattening/iframe-tiny.html is flaky
Summary: fast/frames/flattening/iframe-tiny.html is flaky
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, MakingBotsRed
Depends on:
Blocks: 87363
  Show dependency treegraph
 
Reported: 2012-05-23 23:45 PDT by Stephanie Lewis
Modified: 2014-11-12 12:57 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephanie Lewis 2012-05-23 23:45:36 PDT
fast/frames/flattening/iframe-tiny.html is flaky.  Started failing after http://trac.webkit.org/changeset/118291.  Fails on WK1 and WK2

http://build.webkit.org/results/Lion%20Debug%20(Tests)/r118322%20(6912)/results.html

--- /Volumes/Data/slave/mountainlion-debug-tests/build/OpenSource/layout-test-results/fast/frames/flattening/iframe-tiny-expected.txt
+++ /Volumes/Data/slave/mountainlion-debug-tests/build/OpenSource/layout-test-results/fast/frames/flattening/iframe-tiny-actual.txt
@@ -37,8 +37,8 @@
 PASS getComputedStyle(frame, 0).width is '400px'
 PASS getComputedStyle(frame, 0).height is '400px'
 testFrame11
-PASS getComputedStyle(frame, 0).width is '400px'
-PASS getComputedStyle(frame, 0).height is '400px'
+FAIL getComputedStyle(frame, 0).width should be 400px. Was 300px.
+FAIL getComputedStyle(frame, 0).height should be 400px. Was 8px.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2012-05-23 23:46:22 PDT
<rdar://problem/11522545>
Comment 2 Stephanie Lewis 2012-05-24 00:45:31 PDT
Skipped http://trac.webkit.org/projects/webkit/changeset/118334
Comment 3 Eric Seidel (no email) 2012-05-24 01:30:48 PDT
OK.  Will look. Thank you.
Comment 4 Alexey Proskuryakov 2014-11-12 12:57:13 PST
This doesn't fail on bots any more, will remove test expectation.