Bug 87347

Summary: fast/frames/flattening/iframe-tiny.html is flaky
Product: WebKit Reporter: Stephanie Lewis <slewis>
Component: FramesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: eric, kenneth, koivisto, slewis, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar, MakingBotsRed
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87363    

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.