Bug 140725
| Summary: | [Win] Layout Test fast/dom/34176.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Brent Fulgham
The following layout test is failing on Windows:
fast/dom/34176.html
Probable cause:
The color of the RenderInline block is wrong:
--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/fast/dom/34176-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/fast/dom/34176-actual.txt
@@ -216,7 +216,7 @@
RenderText {#text} at (680,6) size 60x18
text run at (680,6) width 60: "This is a "
RenderInline {SPAN} at (0,0) size 109x18
- RenderInline {A} at (0,0) size 109x18 [color=#0000EE]
+ RenderInline {A} at (0,0) size 109x18 [color=#551A8B]
RenderText {#text} at (740,6) size 29x18
text run at (740,6) width 29: "Test"
RenderInline {SPAN} at (0,0) size 20x18
@@ -225,7 +225,7 @@
RenderText {#text} at (680,0) size 60x18
text run at (680,0) width 60: "This is a "
RenderInline {SPAN} at (0,0) size 119x18
- RenderInline {A} at (0,0) size 119x18 [color=#0000EE]
+ RenderInline {A} at (0,0) size 119x18 [color=#551A8B]
RenderText {#text} at (676,0) size 93x18
text run at (676,0) width 4 RTL: " "
text run at (740,0) width 29: "Test"
@@ -239,7 +239,7 @@
RenderInline {EM} at (0,0) size 87x18
RenderText {#text} at (742,0) size 27x18
text run at (742,0) width 27: "Test"
- RenderInline {A} at (0,0) size 0x18 [color=#0000EE]
+ RenderInline {A} at (0,0) size 0x18 [color=#551A8B]
RenderBlock {DIV} at (0,112) size 769x24 [bgcolor=#FF0000]
RenderText {#text} at (682,6) size 60x18
text run at (682,6) width 60: "This is a "
@@ -253,7 +253,7 @@
RenderText {#text} at (639,0) size 60x18
text run at (639,0) width 60: "This is a "
RenderInline {SPAN} at (0,0) size 70x18
- RenderInline {A} at (0,0) size 70x18 [color=#0000EE]
+ RenderInline {A} at (0,0) size 70x18 [color=#551A8B]
RenderText {#text} at (699,0) size 33x18
text run at (699,0) width 33: "Test "
RenderInline {SPAN} at (0,0) size 37x18
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |