Update web-platform-tests to revision 2bed10ac31899a4812f7e1d32ac69ade0bbe7f4f

This commit is contained in:
WPT Sync Bot 2019-02-16 20:54:46 -05:00
parent 0c10702e4b
commit 9c112bc2a2
12 changed files with 63 additions and 35 deletions

View file

@ -643231,7 +643231,7 @@
"support" "support"
], ],
"interfaces/webgl1.idl": [ "interfaces/webgl1.idl": [
"bab7d421da02399e8006466a395eee113904e04d", "7f5130ef707661e6879f09a67efa3a7f74c041cd",
"support" "support"
], ],
"interfaces/webgl2.idl": [ "interfaces/webgl2.idl": [

View file

@ -320,3 +320,18 @@
[Matching font-weight: '399' should prefer '500 501' over '502 510'] [Matching font-weight: '399' should prefer '500 501' over '502 510']
expected: FAIL expected: FAIL
[Matching font-stretch: '100%' should prefer '100%' over '110% 120%']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique 40deg 50deg' over 'italic']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
expected: FAIL

View file

@ -56,3 +56,6 @@
[background-position length(px) / events] [background-position length(px) / events]
expected: FAIL expected: FAIL
[font-size length(em) / events]
expected: FAIL

View file

@ -32,7 +32,7 @@
[single-byte-decoder.html?XMLHttpRequest] [single-byte-decoder.html?XMLHttpRequest]
expected: CRASH expected: TIMEOUT
[ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)] [ISO-8859-2: iso_8859-2:1987 (XMLHttpRequest)]
expected: FAIL expected: FAIL
@ -69,9 +69,6 @@
[windows-1254: iso_8859-9 (XMLHttpRequest)] [windows-1254: iso_8859-9 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
[windows-1254: iso88599 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1258: x-cp1258 (XMLHttpRequest)] [windows-1258: x-cp1258 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
@ -84,9 +81,6 @@
[windows-1257: cp1257 (XMLHttpRequest)] [windows-1257: cp1257 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
[windows-1254: iso8859-9 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: l5 (XMLHttpRequest)] [windows-1254: l5 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
@ -117,10 +111,13 @@
[windows-1256: windows-1256 (XMLHttpRequest)] [windows-1256: windows-1256 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
[windows-1254: iso-ir-148 (XMLHttpRequest)] [x-mac-cyrillic: x-mac-cyrillic (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT
[x-mac-cyrillic: x-mac-cyrillic (XMLHttpRequest)] [windows-1257: windows-1257 (XMLHttpRequest)]
expected: TIMEOUT
[windows-1254: csisolatin5 (XMLHttpRequest)]
expected: TIMEOUT expected: TIMEOUT

View file

@ -312,6 +312,12 @@
[<iframe>: separate response Content-Type: text/plain */*;charset=gbk] [<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
expected: FAIL expected: FAIL
[<iframe>: separate response Content-Type: text/plain;charset=gbk text/html] [<iframe>: combined response Content-Type: text/html;" text/plain]
expected: FAIL
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL expected: FAIL

View file

@ -1,4 +0,0 @@
[navigation-unload-same-origin-fragment.html]
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[traverse_the_history_1.html]
[Multiple history traversals from the same task]
expected: FAIL

View file

@ -0,0 +1,4 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,10 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -1,7 +0,0 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL
[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

View file

@ -2438,8 +2438,14 @@
[WebGLRenderingContext interface object length] [WebGLRenderingContext interface object length]
expected: FAIL expected: FAIL
[WebGLRenderingContext interface: attribute canvas]
expected: FAIL
[webgl1-idlharness.any.html] [webgl1-idlharness.any.html]
[WebGLRenderingContext interface: operation isContextLost()] [WebGLRenderingContext interface: operation isContextLost()]
expected: FAIL expected: FAIL
[WebGLRenderingContext interface: member canvas]
expected: FAIL

View file

@ -24,14 +24,14 @@ typedef unrestricted float GLclampf;
enum WebGLPowerPreference { "default", "low-power", "high-performance" }; enum WebGLPowerPreference { "default", "low-power", "high-performance" };
dictionary WebGLContextAttributes { dictionary WebGLContextAttributes {
GLboolean alpha = true; boolean alpha = true;
GLboolean depth = true; boolean depth = true;
GLboolean stencil = false; boolean stencil = false;
GLboolean antialias = true; boolean antialias = true;
GLboolean premultipliedAlpha = true; boolean premultipliedAlpha = true;
GLboolean preserveDrawingBuffer = false; boolean preserveDrawingBuffer = false;
WebGLPowerPreference powerPreference = "default"; WebGLPowerPreference powerPreference = "default";
GLboolean failIfMajorPerformanceCaveat = false; boolean failIfMajorPerformanceCaveat = false;
}; };
[Exposed=(Window,Worker)] [Exposed=(Window,Worker)]
@ -84,7 +84,8 @@ typedef (ImageBitmap or
ImageData or ImageData or
HTMLImageElement or HTMLImageElement or
HTMLCanvasElement or HTMLCanvasElement or
HTMLVideoElement) TexImageSource; HTMLVideoElement or
OffscreenCanvas) TexImageSource;
typedef ([AllowShared] Float32Array or sequence<GLfloat>) Float32List; typedef ([AllowShared] Float32Array or sequence<GLfloat>) Float32List;
typedef ([AllowShared] Int32Array or sequence<GLint>) Int32List; typedef ([AllowShared] Int32Array or sequence<GLint>) Int32List;
@ -510,7 +511,8 @@ interface mixin WebGLRenderingContextBase
const GLenum UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243; const GLenum UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243;
const GLenum BROWSER_DEFAULT_WEBGL = 0x9244; const GLenum BROWSER_DEFAULT_WEBGL = 0x9244;
[Exposed=Window] readonly attribute HTMLCanvasElement canvas; [Exposed=Window] readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas;
[Exposed=Worker] readonly attribute OffscreenCanvas canvas;
readonly attribute GLsizei drawingBufferWidth; readonly attribute GLsizei drawingBufferWidth;
readonly attribute GLsizei drawingBufferHeight; readonly attribute GLsizei drawingBufferHeight;