mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
c02d941ac2
--HG-- rename : layout/reftests/bugs/621253-1.xhtml => layout/reftests/bugs/621253-helper-externalFilter.xhtml rename : layout/reftests/bugs/621253-1-ref.xhtml => layout/reftests/bugs/621253-helper-internalFilter.xhtml
10 lines
352 B
HTML
10 lines
352 B
HTML
<html>
|
|
<body style="margin: 0">
|
|
<div style="background: black;
|
|
width: 25px; height: 25px"></div>
|
|
<!-- XXXdholbert The above div should actually be 50x50 instead of 25x25, but
|
|
bug 541270 makes our testcases render smaller than they should. Once
|
|
that bug is fixed, we need a s/25px/50px/ in this file. -->
|
|
</body>
|
|
</html>
|