Bug 56556
Summary: | [GTK] fast/viewport/viewport-131.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | joepeck, joone.hur, kenneth, mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Philippe Normand
on both GTK Debug builds:
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/viewport/viewport-131-expected.txt 2011-03-17 03:16:30.481410508 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/viewport/viewport-131-actual.txt 2011-03-17 03:16:30.481410508 -0700
@@ -1,2 +1,2 @@
-viewport size 320x352 scale 1.000000 with limits [1.000000, 5.000000] and userScalable 0.000000
+viewport size 320x352 scale 1.000000 with limits [1.000000, 1.000000] and userScalable 0.000000
Will skip for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
Test was introduced in Bug 56527
Joseph Pecoraro
No need to skip. Those results are correct, I made the expected
results by hand (since I didn't have a machine to test on) and the path
landed via the commit-queue, so I was asleep at the time.
I'll fix this up.
Joseph Pecoraro
Landed in r81356:
http://trac.webkit.org/changeset/81356
Unreviewed since this was just bad expected results. Changes:
• updated expected results
• unskipped the test on GTK
Sorry about that.
Philippe Normand
Thanks Joseph!