diff options
Diffstat (limited to 'sw/qa/extras/htmlimport/data/hidden-textframe.html')
-rw-r--r-- | sw/qa/extras/htmlimport/data/hidden-textframe.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/qa/extras/htmlimport/data/hidden-textframe.html b/sw/qa/extras/htmlimport/data/hidden-textframe.html new file mode 100644 index 000000000..5e9704279 --- /dev/null +++ b/sw/qa/extras/htmlimport/data/hidden-textframe.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<body> +<p>test</p> +<div style="position: absolute; visibility: hidden; width: 100%; height: 100%; left: 0px; top: 0px;"> +</div> +</body> +</html> |