Bug 30818
| Summary: | [GTK] Failing test fast/css/opacity-float.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jmalonzo |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Alejandro G. Castro
We have problems with this test in the 64bits debug bot, probably caused due to calculation not considering the 64bit architecture?:
--- layout-test-results/fast/css/opacity-float-expected.txt 2009-10-27 03:21:46.774648571 -0700
+++ layout-test-results/fast/css/opacity-float-actual.txt 2009-10-27 03:21:46.770649075 -0700
@@ -1,6 +1,7 @@
This test verifies that reading a floating-point opacity from CSS attributes gets back a properly-formatted float. Improperly handling locales that cause decimals to be written as commas might break it.
PASS
+FAIL: expected 98765432198, got 98765419313.098112
PASS
PASS
PASS
@@ -8,8 +9,7 @@
PASS
PASS
PASS
-PASS
-PASS
+FAIL: expected -98765432198, got -98765419313.098112
PASS
PASS
PASS
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jan Alonzo
*** This bug has been marked as a duplicate of bug 30737 ***