author | Javier Fernández García-Boente <jfernandez@igalia.com> |
Fri, 23 Apr 2021 10:20:56 +0000 | |
changeset 577276 | 8071e722c44268961562d91703e9eb81ad2d3570 |
parent 577275 | 1a04a2adcf61042e61459f6884c32f923e355a2c |
child 577277 | e645b452feaebc78c6cfaa596ef6ea2443bcc62e |
push id | 141827 |
push user | wptsync@mozilla.com |
push date | Sat, 24 Apr 2021 02:11:12 +0000 |
treeherder | autoland@3a7d9d49c316 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1705229, 28488, 1197974, 2821314, 873246 |
milestone | 90.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/tests/css/css-text/crashtests/rendering-table-caption-with-negative-margins-crash.html | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/crashtests/rendering-table-caption-with-negative-margins-crash.html @@ -0,0 +1,11 @@ +<!doctype html> +<title>CSS Text Test: Crash rendering a table caption with empty span and negative margins</title> +<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" /> +<link rel="help" href="https://crbug.com/1197974"> +<meta name="assert" content="The test doesn't crash in debug"/> +<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> +<style> + table { font: 20px/1 Ahem; } + span { margin: -40px; } +</style> +<table><caption>X<span></span><input></input><textarea></textarea></caption></table>