diff options
Diffstat (limited to 'testing/talos/talos/tests/perf-reftest/recompute-position-vertical-lr.html')
-rw-r--r-- | testing/talos/talos/tests/perf-reftest/recompute-position-vertical-lr.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/perf-reftest/recompute-position-vertical-lr.html b/testing/talos/talos/tests/perf-reftest/recompute-position-vertical-lr.html new file mode 100644 index 0000000000..1177b83f89 --- /dev/null +++ b/testing/talos/talos/tests/perf-reftest/recompute-position-vertical-lr.html @@ -0,0 +1,9 @@ +<!doctype html> +<style> +html { + writing-mode: vertical-lr; +} +</style> +<script src="util.js"></script> +<script src="recompute-position.js"></script> +<body></body> |