Bug 788918 - Make text-shadow-selected reftests grab focus. r=jfkthame

This commit is contained in:
Cameron McCormack 2012-09-25 19:22:42 +10:00
Родитель 7801d47179
Коммит 66c8ee20dd
7 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -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();