[Bug 18696] New: Suggested test from live DOM viewer: <!doctype html> <html> <head> <title>Foo</title> </head> <body> <table style="position: fixed; top: 0; bottom: 0; background-color: red;"> <tr> <td style="height: 50px; vertical-align: center;">Hi</td> </tr> </table> <

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18696

           Summary: Suggested test from live DOM viewer: <!doctype html>
                    <html> <head> <title>Foo</title> </head> <body> <table
                    style="position: fixed; top: 0; bottom: 0;
                    background-color: red;"> <tr> <td style="height: 50px;
                    vertical-align: center;">Hi</td> </tr> </table> <
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: dave.null@w3.org
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org


<!doctype html>
<html>
<head>
    <title>Foo</title>
</head>
<body>
    <table style="position: fixed; top: 0; bottom: 0; background-color: red;">
        <tr>
            <td style="height: 50px; vertical-align: center;">Hi</td>
        </tr>

    </table>
</body>
</html>

Posted from: 188.105.227.64
User agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101
Firefox/11.0
Referer:
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!doctype%20html%3E%0A%3Chtml%3E%0A%3Chead%3E%0A%09%3Ctitle%3EFoo%3C/title%3E%0A%3C/head%3E%0A%3Cbody%3E%0A%09%3Ctable%20style%3D%22position:%20fixed;%20top:%200;%20bottom:%200;%20background-color:%20red;%22%3E%0A%09%09%3Ctr%3E%0A%09%09%09%3Ctd%20style%3D%22height:%2050px;%20vertical-align:%20center;%22%3EHi%3C/td%3E%0A%09%09%3C/tr%3E%0A%0A%09%3C/table%3E%0A%3C/body%3E%0A%3C/html%3E

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 26 August 2012 12:16:31 UTC