diff options
Diffstat (limited to 'layout/reftests/transform/stresstest-1-ref.html')
-rw-r--r-- | layout/reftests/transform/stresstest-1-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/transform/stresstest-1-ref.html b/layout/reftests/transform/stresstest-1-ref.html new file mode 100644 index 000000000..a84cff23d --- /dev/null +++ b/layout/reftests/transform/stresstest-1-ref.html @@ -0,0 +1,7 @@ +<html> + <body> + <iframe src="square.html" style="height: 200px; width: 300px" id="test"> + test + </iframe> + </body> +</html> |