mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>Compositing and Blending Level 1 CR Test Suite</h1>
|
||||
<h2>Specifying Blending in CSS (52 tests)</h2>
|
||||
<h2>Specifying Blending in CSS (53 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3.4.1">+</a>
|
||||
<a href="https://www.w3.org/TR/compositing-1/#mix-blend-mode">3.4.1 The mix-blend-mode property</a></th></tr>
|
||||
<!-- 50 tests -->
|
||||
<!-- 51 tests -->
|
||||
<tr id="blending_in_a_group_with_filter-3.4.1" class="svg">
|
||||
<td>
|
||||
<a href="Blending_in_a_group_with_filter.xht">blending_in_a_group_with_filter</a></td>
|
||||
|
@ -100,6 +100,14 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="compositing_simple_div-3.4.1" class="">
|
||||
<td>
|
||||
<a href="compositing_simple_div.xht">compositing_simple_div</a></td>
|
||||
<td><a href="reference/compositing_simple_div-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>[simple<div>] blending
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="line-with-svg-background-3.4.1" class="svg">
|
||||
<td>
|
||||
<a href="line-with-svg-background.xht">line-with-svg-background</a></td>
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>[simple<div>] blending</title>
|
||||
|
||||
<link href="mailto:augur521@hotmail.com" rel="author" title="Aili Wang" />
|
||||
<link href="http://www.w3.org/TR/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<link href="reference/compositing_simple_div-ref.xht" rel="match" />
|
||||
|
||||
|
||||
<style>
|
||||
#b{background-color:rgb(255,0,255); mix-blend-mode:difference; width:100px;height:100px
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="b"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with animation</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an element with mix-blend-mode and animation blends with the parent element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Canvas with mix-blend-mode blends with the parent element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that a canvas element having mix-blend-mode applied blends with the content of the parent element." name="assert" />
|
||||
<meta content="dom" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Canvas with mix-blend-mode blends with sibling element</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that a canvas element having mix-blend-mode applied blends with a sibling element." name="assert" />
|
||||
<meta content="dom" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with filter.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an element having a filter effect and mix-blend-mode blends with its parent element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: an iframe element with mix-blend-mode should blend with its parent element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an iframe element blends with its parent element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: an iframe element with mix-blend-mode should blend with a sibling element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an iframe element blends with a sibling element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Image element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that mix-blend-mode is applied to an img element." name="assert" />
|
||||
<meta content="image" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with masking.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an element having mask and mix-blend-mode blends with its parent element." name="assert" />
|
||||
<meta content="svg" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Paragraph element with mix-blend-mode over parent with background image.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that test a paragraph element blends with the parent element having background image." name="assert" />
|
||||
<meta content="svg" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Paragraph element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that test a paragraph element blends with the parent element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<meta content="Test checks that the value specified for mix-blend-mode property is correctly parsed" name="assert" />
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<link href="/resources/testharness.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Set mix-blend-mode from script.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that mix-blend-mode is applied when set from script." name="assert" />
|
||||
<meta content="dom" name="flags" />
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<p>There should be no red rectangle on the screen. <br />
|
||||
Test passes if you see a black rectangle.</p>
|
||||
<svg width="400px" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" height="400px" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg height="400px" width="400px" version="1.1" xmlns:xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="0" width="100" fill="aqua" x="0" height="100"></rect>
|
||||
<rect width="100" style="mix-blend-mode: multiply" y="0" x="0" fill="red" height="100"></rect>
|
||||
</svg>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: SVG element is blended.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an SVG element blends with the parent container." name="assert" />
|
||||
<meta content="svg" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with transition</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that an element having a transition applied on opacity blends with the parent element." name="assert" />
|
||||
<meta content="dom" name="flags" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Video element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="https://drafts.fxtf.org/compositing-1/#mix-blend-mode" rel="help" />
|
||||
<meta content="Test checks that mix-blend-mode is applied to a video element." name="assert" />
|
||||
<link href="mailto:cabanier@adobe.com" rel="reviewer" title="Rik Cabanier" />
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>[simple<div>] blending reference</title>
|
||||
|
||||
<link href="mailto:augur521@hotmail.com" rel="author" title="Aili Wang" />
|
||||
<link href="http://www.w3.org/TR/compositing-1/" rel="help" />
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
#b{background-color:rgb(0,255,0); width:100px;height:100px
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="b"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" />
|
||||
<title>CSS will-change reference</title>
|
||||
<link href="http://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="https://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="http://www.mozilla.org/" rel="author" title="Mozilla" />
|
||||
<style>
|
||||
html, body { margin: 0; padding: 0; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with animation</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Canvas with mix-blend-mode blends with the parent element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you can see a green rectangle. <br />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Canvas with mix-blend-mode blends with sibling element</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you can see a green rectangle. <br />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with filter.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: an iframe element with mix-blend-mode should blend with its parent element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you can see a green rectangle. <br />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: an iframe element with mix-blend-mode should blend with a sibling element.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you can see a green rectangle. <br />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Image element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with masking.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Paragraph element with mix-blend-mode over parent with background image.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Paragraph element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<meta content="Test checks that test a paragraph element blends with the parent element." name="assert" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Set mix-blend-mode from script.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: SVG element is blended.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 100px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Blended element with transition</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<meta content="dom" name="flags" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<title>CSS Test: Video element with mix-blend-mode.</title>
|
||||
<link href="mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<link href="mailto:mitica@adobe.com" rel="author" title="Mihai Tica" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
width: 480px;
|
||||
|
|
|
@ -32,6 +32,14 @@
|
|||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="compositing_simple_div" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="[simple<div>] blending">
|
||||
<a href="compositing_simple_div.xht">compositing_simple_div</a></td>
|
||||
<td><a href="reference/compositing_simple_div-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="mix-blend-mode-animation" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="Blended element with animation">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
background-blend-mode-gradient-image.xht == reference/background-blend-mode-gradient-image-ref.xht
|
||||
compositing_simple_div.xht == reference/compositing_simple_div-ref.xht
|
||||
mix-blend-mode-animation.xht == reference/mix-blend-mode-animation-ref.xht
|
||||
mix-blend-mode-blended-element-interposed.xht == reference/green-square.xht
|
||||
mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht == reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.xht
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<tbody id="s3">
|
||||
<tr><th><a href="chapter-3.xht">Chapter 3 -
|
||||
Specifying Blending in CSS</a></th>
|
||||
<td>(52 Tests)</td></tr>
|
||||
<td>(53 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.xht">Chapter 4 -
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" />
|
||||
<title>CSS will-change: 'will-change: isolation' creates a stacking context</title>
|
||||
<link href="http://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="https://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="http://www.mozilla.org/" rel="author" title="Mozilla" />
|
||||
<link href="https://drafts.csswg.org/css-will-change-1/#will-change" rel="help" />
|
||||
<link href="http://www.w3.org/TR/compositing-1/#isolation" rel="help" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" />
|
||||
<title>CSS will-change: 'will-change: mix-blend-mode' creates a stacking context</title>
|
||||
<link href="http://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="https://dbaron.org/" rel="author" title="L. David Baron" />
|
||||
<link href="http://www.mozilla.org/" rel="author" title="Mozilla" />
|
||||
<link href="https://drafts.csswg.org/css-will-change-1/#will-change" rel="help" />
|
||||
<link href="http://www.w3.org/TR/compositing-1/#mix-blend-mode" rel="help" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue