Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web-platform-tests and CSS tests. #15405

Merged
merged 1 commit into from Feb 7, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
The table of contents is too big for display.

Always

Just for now

Update web-platform-tests and CSS tests.

- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
  • Loading branch information
Ms2ger committed Feb 6, 2017
commit 296fa2512ba2fbc8f1d6b7e82e30ad3b5d2a9a20
The diff you're trying to view is too large. We only load the first 3000 changed files.
@@ -32,6 +32,6 @@ def run(self):
site.addsitedir(wpt_working_dir)
from tools.lint import lint
file_dir = os.path.abspath(os.path.join(WPT_PATH, suite))
returncode = lint.lint(file_dir, files, output_json=False)
returncode = lint.lint(file_dir, files, output_json=False, css_mode=False)
if returncode:
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)
@@ -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 id="refs-column">
@@ -77,7 +77,7 @@ <h2>Specifying Blending in CSS (52 tests)</h2>
<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.htm">blending_in_a_group_with_filter</a></td>
@@ -100,6 +100,14 @@ <h2>Specifying Blending in CSS (52 tests)</h2>
</ul>
</td>
</tr>
<tr id="compositing_simple_div-3.4.1" class="">
<td>
<a href="compositing_simple_div.htm">compositing_simple_div</a></td>
<td><a href="reference/compositing_simple_div-ref.htm">=</a> </td>
<td></td>
<td>[simple&lt;div&gt;] blending
</td>
</tr>
<tr id="line-with-svg-background-3.4.1" class="svg">
<td>
<a href="line-with-svg-background.htm">line-with-svg-background</a></td>
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html><head>
<title>[simple&lt;div&gt;] 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.htm" 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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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">
<svg height="400px" width="400px" version="1.1" xmlns: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>
<html><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>
<html><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>
<html><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>
<html><head>
<title>[simple&lt;div&gt;] 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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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>
<html><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 @@ <h1>Compositing and Blending Level 1 CR Test Suite Reftest Index</h1>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="compositing_simple_div" class="">
<tr>
<td rowspan="1" title="[simple&lt;div&gt;] blending">
<a href="compositing_simple_div.htm">compositing_simple_div</a></td>
<td><a href="reference/compositing_simple_div-ref.htm">=</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.htm == reference/background-blend-mode-gradient-image-ref.htm
compositing_simple_div.htm == reference/compositing_simple_div-ref.htm
mix-blend-mode-animation.htm == reference/mix-blend-mode-animation-ref.htm
mix-blend-mode-blended-element-interposed.htm == reference/green-square.htm
mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm == reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.htm
@@ -32,7 +32,7 @@ <h1>Compositing and Blending Level 1 CR Test Suite By Chapter</h1>
<tbody id="s3">
<tr><th><a href="chapter-3.htm">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.htm">Chapter 4 -
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.