Trigger reflow on document.elementsFromPoint

This commit is contained in:
Fernando Jiménez Moreno 2017-02-28 16:13:00 +01:00
parent d0856fd4cd
commit 7426d902a3
10 changed files with 86 additions and 33 deletions

View file

@ -6341,6 +6341,18 @@
{}
]
],
"mozilla/document_elementsFromPoint.html": [
[
"/_mozilla/mozilla/document_elementsFromPoint.html",
[
[
"/_mozilla/mozilla/document_elementsFromPoint_ref.html",
"=="
]
],
{}
]
],
"mozilla/iframe/resize_after_load.html": [
[
"/_mozilla/mozilla/iframe/resize_after_load.html",
@ -9388,6 +9400,11 @@
{}
]
],
"mozilla/document_elementsFromPoint_ref.html": [
[
{}
]
],
"mozilla/form_submit_about_frame.html": [
[
{}
@ -25137,6 +25154,14 @@
"12eef74e9ba1a62b0302df79633cab5c48f4977f",
"testharness"
],
"mozilla/document_elementsFromPoint.html": [
"2349e1d102552a46bb8e3dd36c0b3396e0d6530b",
"reftest"
],
"mozilla/document_elementsFromPoint_ref.html": [
"4d1a1d0acc16bcb123781cbed47184ff308f3097",
"support"
],
"mozilla/document_getElementById.html": [
"ae5270afde878c8fbe9b4a89c5c3f8ff609220dc",
"testharness"

View file

@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title></title>
<link rel="match" href="document_elementsFromPoint_ref.html">
<script>
var elements = document.elementsFromPoint(10, 10);
</script>

View file

@ -0,0 +1,3 @@
<!doctype html>
<meta charset="utf-8">
<title></title>