From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- layout/reftests/table-anonymous-boxes/208305-1.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layout/reftests/table-anonymous-boxes/208305-1.html (limited to 'layout/reftests/table-anonymous-boxes/208305-1.html') diff --git a/layout/reftests/table-anonymous-boxes/208305-1.html b/layout/reftests/table-anonymous-boxes/208305-1.html new file mode 100644 index 0000000000..95288f1a80 --- /dev/null +++ b/layout/reftests/table-anonymous-boxes/208305-1.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML> +<html> +<head> +<style type="text/css"> +.cell {display:table-cell} +</style> +<script type="text/javascript"> +function doTest() { +ss = document.styleSheets[0]; +ss.cssRules[0].style.display="block"; +} +</script> +</head> + +<body onload="doTest()"> +<div class="cell">foo</div><div class="cell">bar</div><div class="cell">baz</div> +</body> + +</html> -- cgit v1.2.3