mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="width: 100px; height: 100px; background: green; opacity: 0.5;"></div>
|
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=884236">
|
||||
<link rel="match" href="opacity-affects-block-in-inline-ref.html">
|
||||
<span style="opacity: 0.5;">
|
||||
<div style="width: 100px; height: 100px; background: green;"></div>
|
||||
</span>
|
|
@ -3,6 +3,6 @@
|
|||
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org" />
|
||||
<div style="width: 100px; height: 100px; background: lightblue; will-change: transform; position: absolute">
|
||||
<div id=target style="backface-visibility: hidden">
|
||||
<div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative">
|
||||
<div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<script src="/common/reftest-wait.js"></script>
|
||||
<div style="width: 100px; height: 100px; background: lightblue; will-change: transform; position: absolute">
|
||||
<div id=target style="opacity: 0; backface-visibility: hidden">
|
||||
<div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative">
|
||||
<div style="width: 50px; height: 50px; background: lightgray; top: 75px; position: relative"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
@ -18,4 +18,4 @@
|
|||
}));
|
||||
}
|
||||
</script>
|
||||
</html
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<!doctype HTML>
|
||||
<title>CSS Test Reference</title>
|
||||
<link rel="author" title="Philip Rogers" href="mailto:pdr@chromium.org" />
|
||||
<div style="opacity: 1; width: 100px; height: 100px; background: green;"></div>
|
|
@ -0,0 +1,21 @@
|
|||
<!doctype HTML>
|
||||
<html class="reftest-wait">
|
||||
<title>CSS Test: Test for re-paint after stacking context removal due to opacity transition</title>
|
||||
<link rel="author" title="Philip Rogers" href="mailto:pdr@chromium.org" />
|
||||
<link rel="help" href="https://www.w3.org/TR/CSS2/zindex.html">
|
||||
<link rel="match" href="opacity-transition-change-parent-stacking-context-ref.html">
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
<div style="position: relative;">
|
||||
<div id=target style="transition:.00001s ease; opacity: 0; backface-visibility: hidden; width: 100px; height: 100px; background: green;"></div>
|
||||
</div>
|
||||
<script>
|
||||
onload = function() {
|
||||
requestAnimationFrame(() => requestAnimationFrame(() => {
|
||||
target.style.opacity = 1;
|
||||
requestAnimationFrame(() => {
|
||||
takeScreenshot();
|
||||
});
|
||||
}));
|
||||
}
|
||||
</script>
|
||||
</html>
|
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="background: green; width: 100px; height: 100px;"></div>
|
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=764458">
|
||||
<link rel="match" href="zindex-affects-block-in-inline-ref.html">
|
||||
<div style="position: relative; z-index: 1; background: red; width: 100px; height: 100px;"></div>
|
||||
<span style="position: relative; z-index: 2; top: -100px;">
|
||||
<div style="background: green; width: 100px; height: 100px;"></div>
|
||||
</span>
|
Loading…
Add table
Add a link
Reference in a new issue