mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Disable rapid-resizing.html
The absence of support for preserveDrawingBuffer makes it timeout.
This commit is contained in:
parent
5a8ed02d5c
commit
c48d1fa5b7
4 changed files with 3 additions and 27 deletions
|
@ -10571,9 +10571,7 @@
|
|||
"conformance/canvas/rapid-resizing.html": [
|
||||
[
|
||||
"/_webgl/conformance/canvas/rapid-resizing.html",
|
||||
{
|
||||
"timeout": "long"
|
||||
}
|
||||
{}
|
||||
]
|
||||
],
|
||||
"conformance/canvas/render-after-resize-test.html": [
|
||||
|
@ -27576,7 +27574,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"conformance/canvas/rapid-resizing.html": [
|
||||
"9991e9beec6e5880a4f939d314acc7a76dd31527",
|
||||
"f423e17f563da0751d96604adc64bbc0537a52bc",
|
||||
"testharness"
|
||||
],
|
||||
"conformance/canvas/render-after-resize-test.html": [
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
[rapid-resizing.html]
|
||||
bug: https://github.com/servo/servo/issues/21132
|
||||
expected: TIMEOUT
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
||||
[WebGL test #1: context does not exist]
|
||||
expected: FAIL
|
||||
disabled: https://github.com/servo/servo/issues/21132
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="timeout" content="long">
|
||||
<title>WebGL Rapid Resizing Test</title>
|
||||
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
|
||||
<script src=/resources/testharness.js></script>
|
||||
|
|
|
@ -10,18 +10,6 @@ index de45ce308c..11a83ac00a 100644
|
|||
<title>WebGL Enable Vertex Attrib Zero Test</title>
|
||||
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
|
||||
<script src=/resources/testharness.js></script>
|
||||
diff --git i/conformance/canvas/rapid-resizing.html w/conformance/canvas/rapid-resizing.html
|
||||
index 1faa737222..89f9e1e3c2 100644
|
||||
--- i/conformance/canvas/rapid-resizing.html
|
||||
+++ w/conformance/canvas/rapid-resizing.html
|
||||
@@ -29,6 +29,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
+<meta name="timeout" content="long">
|
||||
<title>WebGL Rapid Resizing Test</title>
|
||||
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
|
||||
<script src=/resources/testharness.js></script>
|
||||
diff --git i/conformance/context/context-creation-and-destruction.html w/conformance/context/context-creation-and-destruction.html
|
||||
index a02dd2d14c..47099e57bd 100644
|
||||
--- i/conformance/context/context-creation-and-destruction.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue