mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
Update web-platform-tests to revision 322c4da99b1d62796d5f4105eb02a745bb35d3f9
This commit is contained in:
parent
8b9e607aac
commit
b89d47297d
148 changed files with 2587 additions and 278 deletions
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Containment Test: Size containment replaced elements intrinsic size</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-size">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#attributes-for-embedded-content-and-images">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name=assert content="This test checks that an aspect ratio computed from width and height attributes is used even with contain: size.">
|
||||
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<img src="support/60x60-green.png" width="60" height="60" style="width: 100px; height: auto; contain: size;">
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
||||
<link rel="help" href="https://crbug.com/1143620">
|
||||
<style>
|
||||
input, select, textarea {
|
||||
content-visibility: auto;
|
||||
}
|
||||
</style>
|
||||
<input type="button">
|
||||
<input type="checkbox">
|
||||
<input type="color">
|
||||
<input type="date">
|
||||
<input type="datetime">
|
||||
<input type="datetime-local">
|
||||
<input type="email">
|
||||
<input type="file">
|
||||
<input type="hidden">
|
||||
<input type="image">
|
||||
<input type="month">
|
||||
<input type="number">
|
||||
<input type="password">
|
||||
<input type="radio">
|
||||
<input type="range">
|
||||
<input type="reset">
|
||||
<input type="search">
|
||||
<input type="submit">
|
||||
<input type="tel">
|
||||
<input type="text">
|
||||
<input type="time">
|
||||
<input type="url">
|
||||
<input type="week">
|
||||
<select><option>Option1</option></select>
|
||||
<select multiple><option>Option1</option></select>
|
||||
<textarea></textarea>
|
Loading…
Add table
Add a link
Reference in a new issue