mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 1916d3f4f67ab06325b4f0f8ac65b5ebad404bf2
This commit is contained in:
parent
f518ffc858
commit
ea51b4da95
58 changed files with 351 additions and 165 deletions
|
@ -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>
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue