Bug 87363
| Summary: | [Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | eric, kenneth, kkristof, koivisto, ossy, szledan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 87347 | ||
| Bug Blocks: | 79666, 86608 | ||
Ádám Kallai
This test fails on Qt platform. [Wk1][Wk2]
* fast/frames/flattening/iframe-tiny.html
http://trac.webkit.org/changeset/117451
Diff:
--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/frames/flattening/iframe-tiny-expected.txt
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/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. |
Csaba Osztrogonác
r118291 is the culprit.
Kristóf Kosztyó
Committed r118347: <http://trac.webkit.org/changeset/118347>
Kristóf Kosztyó
I skipped the test to paint the bot green
Eric Seidel (no email)
It also made the same test falky on Mac i'm told: bug 87347.
Csaba Osztrogonác
unskipped by https://trac.webkit.org/changeset/130752