- From: <bugzilla@jessica.w3.org>
- Date: Sun, 26 Aug 2012 12:18:45 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18699
Summary: Suggested test from live DOM viewer: <!DOCTYPE html>
<div> non-positioned div </div> <div style="position:
relative; outline: thin dashed blue"> position:
relative <table style="position: relative; outline:
thin dotted green"> <tr><td> position:
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>
<div>
non-positioned div
</div>
<div style="position: relative; outline: thin dashed blue">
position: relative
<table style="position: relative; outline: thin dotted green">
<tr><td>
position: relative table
<div style="position: absolute; top: 10px; outline: thin solid red">
position: absolute
</div>
</td></tr>
</table>
</div>
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%3Cdiv%3E%0Anon-positioned%20div%0A%3C%2Fdiv%3E%0A%3Cdiv%20style%3D%22position%3A%20relative%3B%20outline%3A%20thin%20dashed%20blue%22%3E%0Aposition%3A%20relative%0A%20%20%3Ctable%20style%3D%22position%3A%20relative%3B%20outline%3A%20thin%20dotted%20green%22%3E%0A%20%20%20%20%3Ctr%3E%3Ctd%3E%0A%20%20%20%20position%3A%20relative%20table%0A%20%20%20%20%20%20%3Cdiv%20style%3D%22position%3A%20absolute%3B%20top%3A%2010px%3B%20outline%3A%20thin%20solid%20red%22%3E%0A%20%20%20%20%20%20%20%20position%3A%20absolute%0A%20%20%20%20%20%20%3C%2Fdiv%3E%0A%20%20%20%20%3C%2Ftd%3E%3C%2Ftr%3E%0A%20%20%3C%2Ftable%3E%0A%3C%2Fdiv%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:18:47 UTC