mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #20858 - tigercosmos:yy1, r=jdm
move test `dom-element-scroll.html` from mozilla to wpt <!-- Please describe your changes on the following line: --> The test `dom-element-scroll.html` was originally landed on #19127. It was designed for testing `scrollLeft` and `scrollTop`. It is not only for servo. I thought I put a wrong place at that time. It should not be under `mozilla`. It's better placed under `wpt`. <!-- 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/20858) <!-- Reviewable:end -->
This commit is contained in:
commit
ab39f6dbc7
3 changed files with 11 additions and 10 deletions
|
@ -326765,6 +326765,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
[
|
||||
"/css/cssom-view/dom-element-scroll.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/cssom-view/elementFromPoint-001.html": [
|
||||
[
|
||||
"/css/cssom-view/elementFromPoint-001.html",
|
||||
|
@ -545652,6 +545658,10 @@
|
|||
"ed3dc5f811d0e0920689b051da26c6b3c34b9a54",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
"a892451d722bd7b818aa6a5efc5e07c1ff96d4cd",
|
||||
"testharness"
|
||||
],
|
||||
"css/cssom-view/elementFromPoint-001.html": [
|
||||
"bf1c490777f450275a95ecfc6d6d2c0d055aca82",
|
||||
"testharness"
|
||||
|
|
|
@ -31791,12 +31791,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
[
|
||||
"/_mozilla/css/cssom-view/dom-element-scroll.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/empty-keyframes.html": [
|
||||
[
|
||||
"/_mozilla/css/empty-keyframes.html",
|
||||
|
@ -61182,10 +61176,6 @@
|
|||
"16a4dd68da41156fbdd139b4a56547f94ad4dbe7",
|
||||
"support"
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
"247b85d5988878a7b27bc9f0f7b817085725c038",
|
||||
"testharness"
|
||||
],
|
||||
"css/data_img_a.html": [
|
||||
"323bf50369f98ed02acccdd3a5824e38d3f353bf",
|
||||
"reftest"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>dom-element-scroll tests</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/cssom-view/#dom-element-scrolltop">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue