diff options
Diffstat (limited to 'layout/base/crashtests/468645-3.xhtml')
-rw-r--r-- | layout/base/crashtests/468645-3.xhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/base/crashtests/468645-3.xhtml b/layout/base/crashtests/468645-3.xhtml new file mode 100644 index 000000000..10acc6632 --- /dev/null +++ b/layout/base/crashtests/468645-3.xhtml @@ -0,0 +1,5 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" class="reftest-print"> +<popup xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/> + +<style>html::before, window::before { content:""; display: table; position: fixed;}</style> +</html> |