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