Skip to content

Commit

Permalink
Test that <iframe hspace/vspace> are not mapped to style
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky authored Mar 3, 2020
1 parent 0a66183 commit df5dd5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/rendering/unmapped-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
[ newElem("iframe"), "border", "borderRightWidth" ],
[ newElem("iframe"), "border", "borderBottomWidth" ],
[ newElem("iframe"), "border", "borderLeftWidth" ],
[ newElem("iframe"), "hspace", "marginLeft" ],
[ newElem("iframe"), "hspace", "marginRight" ],
[ newElem("iframe"), "vspace", "marginTop" ],
[ newElem("iframe"), "vspace", "marginBottom" ],
[ newElem("marquee"), "border", "borderTopWidth" ],
[ newElem("marquee"), "border", "borderRightWidth" ],
[ newElem("marquee"), "border", "borderBottomWidth" ],
Expand Down

0 comments on commit df5dd5a

Please sign in to comment.