Update web-platform-tests to revision 1916d3f4f67ab06325b4f0f8ac65b5ebad404bf2

This commit is contained in:
WPT Sync Bot 2020-09-28 08:21:01 +00:00
parent f518ffc858
commit ea51b4da95
58 changed files with 351 additions and 165 deletions

View file

@ -0,0 +1,15 @@
<title>CSS Text Test: Ellipsize overflowing text in RTL cause Chrome to crash</title>
<link rel="help" href="https://crbug.com/1130153">
<style>
.CLASS2 {
text-overflow: ellipsis;
overflow: hidden;
direction: rtl;
}
.CLASS13 {
font-size: 32768em;
}
</style>
<div class="CLASS2">
<abbr class="CLASS13">x AxBxC </abbr>C
</div>

View file

@ -0,0 +1,16 @@
<title>CSS Text Test: Removing collapsible space before a float element cause Chrome to crash</title>
<link rel="help" href="https://crbug.com/1131470">
<!DOCTYPE html>
<style type="text/css">
.CLASS9 {
zoom:1.3%;
padding:8589934592%;
}
.CLASS13 { float:left; }
</style>
<b class="CLASS9">
>
a C
</b>
<input class="CLASS13"/>
c