summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html')
-rw-r--r--testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html b/testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html
new file mode 100644
index 0000000000..363324b225
--- /dev/null
+++ b/testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1351677">
+<p>PASS if no crash or DCHECK failure.</p>
+<div style="position:absolute; column-count:1;">
+ <table>
+ <caption>
+ <meter style="column-count:1;"></meter>
+ </caption>
+ </table>
+</div>