зеркало из https://github.com/mozilla/gecko-dev.git
Bug 788918 - Make text-shadow-selected reftests grab focus. r=jfkthame
This commit is contained in:
Родитель
7801d47179
Коммит
66c8ee20dd
|
@ -23,10 +23,10 @@ HTTP(..) == blur-opacity.html blur-opacity-ref.html
|
|||
== overflow-not-scrollable-1.html overflow-not-scrollable-1-ref2.html
|
||||
== overflow-not-scrollable-2.html overflow-not-scrollable-2-ref.html
|
||||
|
||||
!= text-shadow-selected-1.html text-shadow-selected-1-notref.html
|
||||
== text-shadow-selected-1.html text-shadow-selected-1-ref.html
|
||||
!= text-shadow-selected-2.html text-shadow-selected-2-notref.html
|
||||
== text-shadow-selected-2.html text-shadow-selected-2-ref.html
|
||||
needs-focus != text-shadow-selected-1.html text-shadow-selected-1-notref.html
|
||||
needs-focus == text-shadow-selected-1.html text-shadow-selected-1-ref.html
|
||||
needs-focus != text-shadow-selected-2.html text-shadow-selected-2-notref.html
|
||||
needs-focus == text-shadow-selected-2.html text-shadow-selected-2-ref.html
|
||||
|
||||
# bug 692744
|
||||
== text-shadow-on-space-1.html text-shadow-on-space-1-ref.html
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<script type="text/javascript">
|
||||
function onload() {
|
||||
window.focus();
|
||||
var range = document.createRange();
|
||||
range.selectNodeContents(document.getElementById("selectMe"));
|
||||
var sel = window.getSelection();
|
||||
|
|
Загрузка…
Ссылка в новой задаче