mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move acid2_noscroll.html to wpt reftests.
This commit is contained in:
parent
02f4be9c9f
commit
82183aebd7
5 changed files with 25 additions and 6 deletions
|
@ -1,15 +1,9 @@
|
||||||
# This file must be sorted alphabetically.
|
# This file must be sorted alphabetically.
|
||||||
# Please run `./mach test-tidy` to check your changes.
|
# Please run `./mach test-tidy` to check your changes.
|
||||||
|
|
||||||
|
|
||||||
# Should be != with expected failure:
|
|
||||||
# FIXME: use the real test when pixel-snapping for scrolling is fixed.
|
|
||||||
#fragment=top == ../html/acid2.html acid2_ref_broken.html
|
|
||||||
|
|
||||||
# Should be == with expected failure:
|
# Should be == with expected failure:
|
||||||
fragment=top != ../html/acid2.html acid2_ref.html
|
fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
||||||
|
|
|
@ -151,6 +151,18 @@
|
||||||
"url": "/_mozilla/css/acid1_a.html"
|
"url": "/_mozilla/css/acid1_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/acid2_noscroll.html": [
|
||||||
|
{
|
||||||
|
"path": "css/acid2_noscroll.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/acid2_ref_broken.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/acid2_noscroll.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/after_block_iteration.html": [
|
"css/after_block_iteration.html": [
|
||||||
{
|
{
|
||||||
"path": "css/after_block_iteration.html",
|
"path": "css/after_block_iteration.html",
|
||||||
|
@ -5982,6 +5994,18 @@
|
||||||
"url": "/_mozilla/css/acid1_a.html"
|
"url": "/_mozilla/css/acid1_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/acid2_noscroll.html": [
|
||||||
|
{
|
||||||
|
"path": "css/acid2_noscroll.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/acid2_ref_broken.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/acid2_noscroll.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/after_block_iteration.html": [
|
"css/after_block_iteration.html": [
|
||||||
{
|
{
|
||||||
"path": "css/after_block_iteration.html",
|
"path": "css/after_block_iteration.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>The Second Acid Test</title>
|
<title>The Second Acid Test</title>
|
||||||
|
<link rel=match href=acid2_ref_broken.html>
|
||||||
<style>
|
<style>
|
||||||
/* This disables the "scroll" part of the test,
|
/* This disables the "scroll" part of the test,
|
||||||
which causes layering bugs */
|
which causes layering bugs */
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue