diff options
Diffstat (limited to 'testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html')
-rw-r--r-- | testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html b/testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html new file mode 100644 index 0000000000..27ce1be8b0 --- /dev/null +++ b/testing/web-platform/tests/content-dpr/image-with-content-dpr-and-explicit-dimensions-ref.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>Content-DPR: render natural size</title> + <link rel="author" title="Noam Rosenthal" href="noam@webkit.org"> + </head> + <body> + <img src="resources/square.png" style="width: 100px; height: 120px" /> + <img src="resources/square.png" style="width: 100px; height: 120px" /> + </body> +</html> |