Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Applications
Mullvad Browser
Commits
a60f34a0
Commit
a60f34a0
authored
6 years ago
by
Bobby Holley
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1501518 - Crashtest. r=kvark
parent
e36630f2
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
gfx/tests/crashtests/1501518.html
+16
-0
16 additions, 0 deletions
gfx/tests/crashtests/1501518.html
gfx/tests/crashtests/crashtests.list
+1
-0
1 addition, 0 deletions
gfx/tests/crashtests/crashtests.list
with
17 additions
and
0 deletions
gfx/tests/crashtests/1501518.html
0 → 100644
+
16
−
0
View file @
a60f34a0
<!DOCTYPE html>
<!-- Add a few levels of blur to put as at an earlier render pass than the rest of the browser UI.
We then trigger a render pass with a larger border and a small rectangle. The border gets drawn
in this pass because it goes into the texture cache, and the rectangle gets drawn in this pass
because it gets an additional blur. A large item drawn to the texture cache in a pass where
the other objects are small will trigger the allocation of a render target that's smaller than
the large item, which is fine but triggered a panic before this bug was fixed.
-->
<div
style=
"filter: blur(1px);"
>
<div
style=
"filter: blur(1px);"
>
<div
style=
"filter: blur(1px);"
>
<div
style=
"background: green; height: 50px; width: 1000px; border: 10px dotted black;"
></div>
<div
style=
"background: blue; height: 50px; width: 50px; filter: blur(1px);"
</
div
>
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
gfx/tests/crashtests/crashtests.list
+
1
−
0
View file @
a60f34a0
...
...
@@ -169,3 +169,4 @@ load 1467847-1.html
load 1468020.html
load 1470440.html
load 1478035.html
load 1501518.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