mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Auto merge of #21725 - pyfisch:update-wr, r=jdm
Update Webrender New version is 9156a4465f6ad715a0206cdd9a7e9a6f0385fbd6 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because just updating WR <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21725) <!-- Reviewable:end -->
This commit is contained in:
commit
7e78edcff9
29 changed files with 184 additions and 151 deletions
|
@ -10,7 +10,7 @@ use msg::constellation_msg::TEST_PIPELINE_ID;
|
|||
use profile_traits::time::{ProfilerChan, TimerMetadata};
|
||||
use servo_url::ServoUrl;
|
||||
use time;
|
||||
use webrender_api::{AlphaType, ImageDisplayItem, ImageKey, ImageRendering, LayoutSize};
|
||||
use webrender_api::{AlphaType, ImageDisplayItem, ImageKey, ImageRendering, LayoutSize, ColorF};
|
||||
|
||||
struct DummyProfilerMetadataFactory {}
|
||||
impl ProfilerMetadataFactory for DummyProfilerMetadataFactory {
|
||||
|
@ -124,6 +124,7 @@ fn test_first_contentful_paint_setter() {
|
|||
tile_spacing: LayoutSize::zero(),
|
||||
image_rendering: ImageRendering::Auto,
|
||||
alpha_type: AlphaType::PremultipliedAlpha,
|
||||
color: ColorF::WHITE,
|
||||
}
|
||||
));
|
||||
let display_list = DisplayList {
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[groove-default.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[ridge-default.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[clear-on-parent-and-child.html]
|
||||
bug: https://github.com/servo/webrender/issues/3078
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[mix-blend-mode-animation.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/webrender/pull/2048
|
|
@ -0,0 +1,2 @@
|
|||
[mix-blend-mode-blended-with-transform-and-perspective.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[mix-blend-mode-paragraph.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[attachment-local-positioning-2.html]
|
||||
bug: https://github.com/servo/webrender/issues/3078
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[attachment-scroll-positioning-1.html]
|
||||
bug: https://github.com/servo/webrender/issues/3078
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-positioned-multiple-background-images.html]
|
||||
bug: https://github.com/servo/webrender/issues/3078
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[transform-table-006.html]
|
||||
bug: https://github.com/servo/webrender/issues/3077
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-001.html]
|
||||
[CSSOM View - 5 - extensions to the Document interface]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-dynamic-anon-box.html]
|
||||
[Link should be clickable after hiding a scrollbox with an anonymous table inside]
|
||||
expected: FAIL
|
|
@ -1,8 +0,0 @@
|
|||
[scroll-behavior-smooth.html]
|
||||
expected: ERROR
|
||||
[scroll-behavior: smooth on DIV element]
|
||||
expected: FAIL
|
||||
|
||||
[Instant scrolling while doing history navigation.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[border_black_ridge_a.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[border_black_ridge_b.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue