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
c2dfb4b0
Commit
c2dfb4b0
authored
12 years ago
by
Nicholas Cameron
Browse files
Options
Downloads
Patches
Plain Diff
Bug 789933. test for writing text across Azure backends. r=Bas
parent
af8f5cc8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/canvas/crashtests/789933-1.html
+13
-0
13 additions, 0 deletions
content/canvas/crashtests/789933-1.html
content/canvas/crashtests/crashtests.list
+1
-0
1 addition, 0 deletions
content/canvas/crashtests/crashtests.list
with
14 additions
and
0 deletions
content/canvas/crashtests/789933-1.html
0 → 100644
+
13
−
0
View file @
c2dfb4b0
<!DOCTYPE html>
<html>
<body>
<canvas
id=
"c"
width=
"5000"
height=
"20000"
>
</canvas>
<script>
var
ctxt
=
document
.
getElementById
(
'
c
'
).
getContext
(
'
2d
'
);
ctxt
.
strokeStyle
=
"
Red
"
;
ctxt
.
font
=
"
bold 16px Arial
"
;
ctxt
.
strokeText
(
'
Hello World!
'
,
100
,
100
);
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
content/canvas/crashtests/crashtests.list
+
1
−
0
View file @
c2dfb4b0
...
...
@@ -14,5 +14,6 @@ load 746813-1.html
load 743499-negative-size.html
load 767337-1.html
load 780392-1.html
load 789933-1.html
load 794463-1.html
load 802926-1.html
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