This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18705 - 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:
Summary: Suggested test from live DOM viewer: <!DOCTYPE html> <div> non-positioned div...
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 11:26 UTC by contributor
Modified: 2012-08-27 11:26 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-08-27 11:26:57 UTC
<!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: 129.132.131.33
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/