Bug 87347
| Summary: | fast/frames/flattening/iframe-tiny.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Stephanie Lewis <slewis> |
| Component: | Frames | Assignee: | 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 | ||
Stephanie Lewis
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11522545>
Stephanie Lewis
Skipped http://trac.webkit.org/projects/webkit/changeset/118334
Eric Seidel (no email)
OK. Will look. Thank you.
Alexey Proskuryakov
This doesn't fail on bots any more, will remove test expectation.