[Webkit-unassigned] [Bug 104089] New: Layout Test fast/frames/viewsource-attribute.html, viewsource-on-image-file.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 22:16:04 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104089

           Summary: Layout Test fast/frames/viewsource-attribute.html,
                    viewsource-on-image-file.html is failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com
                CC: akling at apple.com


The following layout test is failing on Linux and Mac,

fast/frames/viewsource-attribute.html
fast/frames/viewsource-on-image-file.html

Probable cause:
This is probably caused by a patch filed on http://webkit.org/b/103925.

Looking at fast/frames/viewsource-attribute.html, the following TDs share the same style:
     TD      0x7fffea86a300 CLASS=webkit-line-number
     TD      0x7fffea86a680 CLASS=webkit-line-content

.webkit-line-number has "counter" for showing line numbers, but .webkit-line-content doesn't have "counter".

+                              RenderTableCell {TD} at (76,0) size 224x12 [color=#808080] [bgcolor=#F0F0F0] [border: none (1px solid #BBBBBB) none] [r=0 c=1 rs=1 cs=1]
+                                RenderInline (generated) at (0,0) size 5x12
+                                  RenderCounter at (138,0) size 5x12
+                                    text run at (138,0) width 5: "2"
+                                RenderInline {SPAN} at (0,0) size 15x12 

One more RenderCounter is generated.
I guess, other differences would come from the same reason, styles, which cannot be shared, are shared.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list