Bug 1245431 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looks like we took care of this in bug 1856374 (still behind a pref for now). --> Duping.

I double-checked that markup like in comment 0 does produce a frame dump with a TableWrapper as the outermost frame for the details element, like so:
```
Block(body)(1)@7f29f9b18a20 parent=7f29f9b18958 (x=480, y=480, w=60480, h=1140) [content=7f29f840c040] [cs=7f29f9b9b008] <
  line@7f29f9b19278 count=1 state=block,clean,prevmarginclean,not-impacted,not-wrapped,no-break,clear-before:none,clear-after:none(x=0, y=0, w=2186, h=1140) <
    TableWrapper(details)(0)@7f29f9b18b38 parent=7f29f9b18a20 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce06608:-moz-table-wrapper] <
      Table(details)(0)@7f29f9b18be8 parent=7f29f9b18b38 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29f9b9bf08] <
        TableRowGroup(details)(0)@7f29f9b18d30 parent=7f29f9b18be8 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce07f08:-moz-table-row-group] <
          TableRow(details)(0)@7f29f9b18dd8 parent=7f29f9b18d30 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce95208:-moz-table-row] <
            TableCell(summary)(1)@7f29f9b18e98 parent=7f29f9b18dd8 (x=0, y=0, w=2186, h=1140) [content=7f29f840c550] [cs=7f29f9b9cd08] <
 ```
Looks like we took care of this in bug 1856374 (still behind a pref for now). --> Duping.

With the pref flipped, I double-checked that markup like in comment 0 does produce a frame dump with a TableWrapper as the outermost frame for the details element, like so:
```
Block(body)(1)@7f29f9b18a20 parent=7f29f9b18958 (x=480, y=480, w=60480, h=1140) [content=7f29f840c040] [cs=7f29f9b9b008] <
  line@7f29f9b19278 count=1 state=block,clean,prevmarginclean,not-impacted,not-wrapped,no-break,clear-before:none,clear-after:none(x=0, y=0, w=2186, h=1140) <
    TableWrapper(details)(0)@7f29f9b18b38 parent=7f29f9b18a20 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce06608:-moz-table-wrapper] <
      Table(details)(0)@7f29f9b18be8 parent=7f29f9b18b38 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29f9b9bf08] <
        TableRowGroup(details)(0)@7f29f9b18d30 parent=7f29f9b18be8 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce07f08:-moz-table-row-group] <
          TableRow(details)(0)@7f29f9b18dd8 parent=7f29f9b18d30 (x=0, y=0, w=2186, h=1140) [content=7f29f840c430] [cs=7f29fce95208:-moz-table-row] <
            TableCell(summary)(1)@7f29f9b18e98 parent=7f29f9b18dd8 (x=0, y=0, w=2186, h=1140) [content=7f29f840c550] [cs=7f29f9b9cd08] <
 ```

Back to Bug 1245431 Comment 1