diff --git a/layout/reftests/bugs/449915-1-ref.html b/layout/reftests/bugs/449915-1-ref.html new file mode 100644 --- /dev/null +++ b/layout/reftests/bugs/449915-1-ref.html @@ -0,0 +1,8 @@ + + + + + + object + + diff --git a/layout/reftests/bugs/449915-1.html b/layout/reftests/bugs/449915-1.html new file mode 100644 --- /dev/null +++ b/layout/reftests/bugs/449915-1.html @@ -0,0 +1,11 @@ + + + + + + object + + + diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -962,16 +954,17 @@ random == 445004-1.html 445004-1-ref.htm == 446100-1g.html about:blank == 446100-1h.html about:blank # == 448193.html 448193-ref.html # Fails due to 2 small single-pixel differences # == 448987.html 448987-ref.html # Disabled for now - it needs privileges != 449149-1a.html about:blank != 449149-1b.html about:blank == 449149-2.html 449149-2-ref.html == 449171-1.html 449171-ref.html +== 449915-1.html 449915-1-ref.html == 449519-1.html 449519-1-ref.html # == 449653-1.html 449653-1-ref.html # Disabled for now - it needs privileges == 450670-1.html 450670-1-ref.html == 451168-1.html 451168-1-ref.html == 452964-1.html 452964-1-ref.html == 454361.html about:blank == 455105-1.html 455105-ref.html == 455105-2.html 455105-ref.html diff --git a/layout/style/html.css b/layout/style/html.css --- a/layout/style/html.css +++ b/layout/style/html.css @@ -462,24 +462,24 @@ spacer { float: none ! important; } canvas { -moz-user-select: none; } /* focusable content: anything w/ tabindex >=0 is focusable */ -abbr:focus, acronym:focus, address:focus, applet:focus, b:focus, +abbr:focus, acronym:focus, address:focus, b:focus, base:focus, big:focus, blockquote:focus, br:focus, canvas:focus, caption:focus, center:focus, cite:focus, code:focus, col:focus, colgroup:focus, dd:focus, del:focus, dfn:focus, dir:focus, div:focus, dl:focus, dt:focus, em:focus, fieldset:focus, font:focus, form:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, hr:focus, i:focus, img:focus, ins:focus, kbd:focus, label:focus, legend:focus, li:focus, link:focus, menu:focus, -object:focus, ol:focus, p:focus, pre:focus, q:focus, s:focus, samp:focus, +ol:focus, p:focus, pre:focus, q:focus, s:focus, samp:focus, small:focus, span:focus, strike:focus, strong:focus, sub:focus, sup:focus, table:focus, tbody:focus, td:focus, tfoot:focus, th:focus, thead:focus, tr:focus, tt:focus, u:focus, ul:focus, var:focus { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } /* hidden elements */