Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tommy Webb
Tor Browser
Commits
eda0e7a7
Commit
eda0e7a7
authored
12 years ago
by
Phil Ringnalda
Browse files
Options
Downloads
Patches
Plain Diff
Bug 668849 - Double the workaround timeout to wait longer for spellcheck to finish
parent
62d2079e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layout/reftests/text-overflow/selection-ref.html
+1
-1
1 addition, 1 deletion
layout/reftests/text-overflow/selection-ref.html
layout/reftests/text-overflow/selection.html
+1
-1
1 addition, 1 deletion
layout/reftests/text-overflow/selection.html
with
2 additions
and
2 deletions
layout/reftests/text-overflow/selection-ref.html
+
1
−
1
View file @
eda0e7a7
...
...
@@ -89,7 +89,7 @@ function selectText() {
var
t2
=
document
.
getElementById
(
'
t2
'
);
addRange
(
t2
.
firstChild
);
document
.
body
.
offsetHeight
;
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
'
class
'
)},
1
000
);
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
'
class
'
)},
2
000
);
}
</script>
</head><body
onload=
"selectText();"
>
...
...
This diff is collapsed.
Click to expand it.
layout/reftests/text-overflow/selection.html
+
1
−
1
View file @
eda0e7a7
...
...
@@ -87,7 +87,7 @@ function selectText() {
addRange
(
divs
[
i
]);
}
document
.
body
.
offsetHeight
;
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
'
class
'
)},
1
000
);
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
'
class
'
)},
2
000
);
}
</script>
</head><body
onload=
"selectText();"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment