mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision e91d7d8c9a1f14438e44000dcd05ce6e658e4ae5
This commit is contained in:
parent
242e7e2630
commit
1a3fdf7a13
567 changed files with 9823 additions and 2333 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Images Module Level 3: image-orientation does not apply to background-image</title>
|
||||
<title>CSS Images Module Level 3: image-orientation does apply to background-image</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
|
||||
<link rel="match" href="reference/image-orientation-background-image-ref.html">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Images Module Level 3: image-orientation does not apply to border images</title>
|
||||
<title>CSS Images Module Level 3: image-orientation does apply to border images</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
|
||||
<link rel="match" href="reference/image-orientation-border-image-ref.html">
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Images Module Level 3: image-orientation does apply to cursor</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
|
||||
<link rel="flags" content="interact">
|
||||
<style>
|
||||
div { width: 100px; height: 100px; border: solid blue; margin-left: 64px; }
|
||||
.orient { cursor: url(support/cursor-8-llo.jpg) 33 0, default; }
|
||||
.no-orient { cursor: url(support/cursor-8-llo.jpg) 64 33, default; image-orientation: none; }
|
||||
</style>
|
||||
<p>The test passes if</p>
|
||||
<ul>
|
||||
<li>when moved inside either of the blue boxes, the cursor is shown as a
|
||||
black arrow on a white background, with the point of the arrow at the current
|
||||
cursor location</li>
|
||||
<li>in the first box, the cursor points up and to the right</li>
|
||||
<li>in the second box, the cursor points down and to the right</li>
|
||||
</ul>
|
||||
<div class="orient"></div>
|
||||
<div class="no-orient"></div>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Images Module Level 3: image-orientation does not apply to iframe contents</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
|
||||
<link rel="match" href="reference/image-orientation-iframe-ref.html">
|
||||
<style>
|
||||
.no-orient { image-orientation: none; }
|
||||
</style>
|
||||
<iframe src="support/exif-orientation-2-ur.jpg"></iframe>
|
||||
<iframe src="support/exif-orientation-2-ur.jpg" class="no-orient"></iframe>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Images Module Level 3: image-orientation does not apply to list-style-image</title>
|
||||
<title>CSS Images Module Level 3: image-orientation does apply to list-style-image</title>
|
||||
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
|
||||
<link rel="match" href="reference/image-orientation-list-style-image-ref.html">
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
div { width: 100px; height: 50px; background-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
|
||||
div { width: 100px; height: 50px; }
|
||||
.orient { background-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
|
||||
.no-orient { background-image: url(../support/exif-orientation-9-u.jpg); }
|
||||
</style>
|
||||
<div></div>
|
||||
<div></div>
|
||||
|
||||
<div class="orient"></div>
|
||||
<div class="no-orient"></div>
|
||||
|
|
|
@ -6,8 +6,9 @@ div {
|
|||
width: 100px;
|
||||
height: 50px;
|
||||
border: 10px solid black;
|
||||
border-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg) 10;
|
||||
}
|
||||
.orient { border-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg) 10; }
|
||||
.no-orient { border-image: url(../support/exif-orientation-9-u.jpg) 10; }
|
||||
</style>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="orient"></div>
|
||||
<div class="no-orient"></div>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<iframe src="../support/exif-orientation-2-ur.jpg"></iframe>
|
||||
<iframe src="../support/exif-orientation-2-ur.jpg"></iframe>
|
|
@ -2,7 +2,9 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Reference</title>
|
||||
<style>
|
||||
ul { margin-left: 100px; list-style-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
|
||||
ul { margin-left: 100px; }
|
||||
.orient { list-style-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
|
||||
.no-orient { list-style-image: url(../support/exif-orientation-9-u.jpg); }
|
||||
</style>
|
||||
<ul><li> </li></ul>
|
||||
<ul><li> </li></ul>
|
||||
<ul class="orient"><li> </li></ul>
|
||||
<ul class="no-orient"><li> </li></ul>
|
||||
|
|
|
@ -6,9 +6,10 @@ div {
|
|||
width: 100px;
|
||||
height: 50px;
|
||||
background: blue;
|
||||
mask-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg);
|
||||
mask-mode: luminance;
|
||||
}
|
||||
.orient { mask-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
|
||||
.no-orient { mask-image: url(../support/exif-orientation-9-u.jpg); }
|
||||
</style>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="orient"></div>
|
||||
<div class="no-orient"></div>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue