No files found.
+0 −1
.gitignore
.gitignore
+7 −3
.taskcluster.yml
.taskcluster.yml
+1 −6
.travis.yml
.travis.yml
+2 −2
CONTRIBUTING.md
CONTRIBUTING.md
+442 −883
Cargo.lock
Cargo.lock
+5 −1
Cargo.toml
Cargo.toml
+4 −20
README.md
README.md
+2 −2
appveyor.yml
appveyor.yml
+0 −1
Cargo.toml
components/allocator/Cargo.toml
+31 −23
lib.rs
components/allocator/lib.rs
+0 −1
Cargo.toml
components/atoms/Cargo.toml
+3 −1
build.rs
components/atoms/build.rs
+2 −0
lib.rs
components/atoms/lib.rs
+0 −9
static_atoms.txt
components/atoms/static_atoms.txt
+3 −9
Cargo.toml
components/bluetooth/Cargo.toml
+16 −14
lib.rs
components/bluetooth/lib.rs
+22 −26
test.rs
components/bluetooth/test.rs
+3 −1
Cargo.toml
components/bluetooth_traits/Cargo.toml
+12 −9
lib.rs
components/bluetooth_traits/lib.rs
+4 −4
scanfilter.rs
components/bluetooth_traits/scanfilter.rs
+2 −4
Cargo.toml
components/canvas/Cargo.toml
+342 −333
canvas_data.rs
components/canvas/canvas_data.rs
+149 −82
canvas_paint_thread.rs
components/canvas/canvas_paint_thread.rs
+75 −91
gl_context.rs
components/canvas/gl_context.rs
+15 −2
lib.rs
components/canvas/lib.rs
+15 −13
inprocess.rs
components/canvas/webgl_mode/inprocess.rs
+541 −695
webgl_thread.rs
components/canvas/webgl_thread.rs
+1 −2
Cargo.toml
components/canvas_traits/Cargo.toml
+116 −96
canvas.rs
components/canvas_traits/canvas.rs
+13 −6
lib.rs
components/canvas_traits/lib.rs
+58 −108
webgl.rs
components/canvas_traits/webgl.rs
+1 −0
ipc.rs
components/canvas_traits/webgl_channel/ipc.rs
+3 −3
mod.rs
components/canvas_traits/webgl_channel/mod.rs
+0 −1
Cargo.toml
components/channel/Cargo.toml
+21 −22
lib.rs
components/channel/lib.rs
+3 −2
Cargo.toml
components/compositing/Cargo.toml
+3 −2
build.rs
components/compositing/build.rs
+68 −40
compositor.rs
components/compositing/compositor.rs
+5 −4
compositor_thread.rs
components/compositing/compositor_thread.rs
+2 −2
gl.rs
components/compositing/gl.rs
+25 −4
lib.rs
components/compositing/lib.rs
+2 −2
touch.rs
components/compositing/touch.rs
+8 −9
windowing.rs
components/compositing/windowing.rs
+2 −3
Cargo.toml
components/config/Cargo.toml
+10 −0
lib.rs
components/config/lib.rs
+16 −33
opts.rs
components/config/opts.rs
+32 −19
prefs.rs
components/config/prefs.rs
+3 −1
opts.rs
components/config/tests/opts.rs
+3 −1
prefs.rs
components/config/tests/prefs.rs
+4 −3
Cargo.toml
components/constellation/Cargo.toml
+1 −1
browsingcontext.rs
components/constellation/browsingcontext.rs
+204 −333
constellation.rs
components/constellation/constellation.rs
+1 −1
event_loop.rs
components/constellation/event_loop.rs
+35 −5
lib.rs
components/constellation/lib.rs
+4 −9
network_listener.rs
components/constellation/network_listener.rs
+15 −16
pipeline.rs
components/constellation/pipeline.rs
+3 −5
session_history.rs
components/constellation/session_history.rs
+0 −1
Cargo.toml
components/debugger/Cargo.toml
+5 −5
lib.rs
components/debugger/lib.rs
+0 −1
Cargo.toml
components/deny_public_fields/Cargo.toml
+3 −1
lib.rs
components/deny_public_fields/lib.rs
+2 −6
Cargo.toml
components/devtools/Cargo.toml
+8 −8
actor.rs
components/devtools/actor.rs
+0 −205
browsing_context.rs
components/devtools/actors/browsing_context.rs
+7 −10
console.rs
components/devtools/actors/console.rs
+0 −83
device.rs
components/devtools/actors/device.rs
+0 −35
emulation.rs
components/devtools/actors/emulation.rs
+2 −2
framerate.rs
components/devtools/actors/framerate.rs
+9 −15
inspector.rs
components/devtools/actors/inspector.rs
+1 −1
memory.rs
components/devtools/actors/memory.rs
+56 −47
network_event.rs
components/devtools/actors/network_event.rs
+1 −1
object.rs
components/devtools/actors/object.rs
+4 −6
performance.rs
components/devtools/actors/performance.rs
+1 −1
profiler.rs
components/devtools/actors/profiler.rs
+8 −32
root.rs
components/devtools/actors/root.rs
+0 −32
stylesheets.rs
components/devtools/actors/stylesheets.rs
+179 −0
tab.rs
components/devtools/actors/tab.rs
+2 −18
thread.rs
components/devtools/actors/thread.rs
+8 −11
timeline.rs
components/devtools/actors/timeline.rs
+1 −1
worker.rs
components/devtools/actors/worker.rs
+38 −77
lib.rs
components/devtools/lib.rs
+2 −2
Cargo.toml
components/devtools_traits/Cargo.toml
+12 −5
lib.rs
components/devtools_traits/lib.rs
+3 −3
lib.rs
components/dom_struct/lib.rs
+0 −1
Cargo.toml
components/domobject_derive/Cargo.toml
+10 −10
lib.rs
components/domobject_derive/lib.rs
+4 −3
Cargo.toml
components/embedder_traits/Cargo.toml
+9 −4
lib.rs
components/embedder_traits/lib.rs
+12 −7
resources.rs
components/embedder_traits/resources.rs
+1 −1
lib.rs
components/fallible/lib.rs
+0 −1
Cargo.toml
components/geometry/Cargo.toml
+5 −0
lib.rs
components/geometry/lib.rs
+4 −5
Cargo.toml
components/gfx/Cargo.toml
+16 −16
font.rs
components/gfx/font.rs
+17 −19
font_cache_thread.rs
components/gfx/font_cache_thread.rs
+7 −9
font_context.rs
components/gfx/font_context.rs
+4 −4
font_template.rs
components/gfx/font_template.rs
+59 −0
lib.rs
components/gfx/lib.rs
+6 −24
font_list.rs
components/gfx/platform/freetype/android/font_list.rs
+10 −11
font.rs
components/gfx/platform/freetype/font.rs
+1 −1
font_context.rs
components/gfx/platform/freetype/font_context.rs
+4 −5
font_list.rs
components/gfx/platform/freetype/font_list.rs
+2 −3
font_template.rs
components/gfx/platform/freetype/font_template.rs
+16 −21
font.rs
components/gfx/platform/macos/font.rs
+5 −5
font_list.rs
components/gfx/platform/macos/font_list.rs
+5 −6
font_template.rs
components/gfx/platform/macos/font_template.rs
+4 −4
mod.rs
components/gfx/platform/mod.rs
+31 −34
font.rs
components/gfx/platform/windows/font.rs
+0 −2
font_context.rs
components/gfx/platform/windows/font_context.rs
+3 −3
font_list.rs
components/gfx/platform/windows/font_list.rs
+2 −3
font_template.rs
components/gfx/platform/windows/font_template.rs
+11 −9
font_context.rs
components/gfx/tests/font_context.rs
+10 −4
font_template.rs
components/gfx/tests/font_template.rs
+3 −1
text_util.rs
components/gfx/tests/text_util.rs
+12 −12
glyph.rs
components/gfx/text/glyph.rs
+2 −2
mod.rs
components/gfx/text/mod.rs
+32 −34
harfbuzz.rs
components/gfx/text/shaping/harfbuzz.rs
+3 −3
mod.rs
components/gfx/text/shaping/mod.rs
+9 −9
text_run.rs
components/gfx/text/text_run.rs
+0 −1
Cargo.toml
components/gfx_traits/Cargo.toml
+2 −1
lib.rs
components/gfx_traits/lib.rs
+2 −2
fake.rs
components/hashglobe/src/fake.rs
+4 −4
hash_map.rs
components/hashglobe/src/hash_map.rs
+4 −4
hash_set.rs
components/hashglobe/src/hash_set.rs
+1 −1
table.rs
components/hashglobe/src/table.rs
+0 −1
Cargo.toml
components/jstraceable_derive/Cargo.toml
+5 −4
lib.rs
components/jstraceable_derive/lib.rs
+0 −1
Cargo.toml
components/layout/Cargo.toml
+11 −18
animation.rs
components/layout/animation.rs
+32 −41
block.rs
components/layout/block.rs
+36 −49
construct.rs
components/layout/construct.rs
+5 −5
context.rs
components/layout/context.rs
+1 −1
data.rs
components/layout/data.rs
+539 −32
background.rs
components/layout/display_list/background.rs
+0 −202
border.rs
components/layout/display_list/border.rs
+155 −232
builder.rs
components/layout/display_list/builder.rs
+8 −8
conversions.rs
components/layout/display_list/conversions.rs
+0 −327
gradient.rs
components/layout/display_list/gradient.rs
+41 −6
items.rs
components/layout/display_list/items.rs
+0 −2
mod.rs
components/layout/display_list/mod.rs
+98 −20
webrender_helpers.rs
components/layout/display_list/webrender_helpers.rs
+25 −26
flex.rs
components/layout/flex.rs
+6 −8
floats.rs
components/layout/floats.rs
+35 −35
flow.rs
components/layout/flow.rs
+16 −16
flow_list.rs
components/layout/flow_list.rs
+11 −11
flow_ref.rs
components/layout/flow_ref.rs
+49 −114
fragment.rs
components/layout/fragment.rs
+14 −15
generated_content.rs
components/layout/generated_content.rs
+3 −3
incremental.rs
components/layout/incremental.rs
+28 −31
inline.rs
components/layout/inline.rs
+3 −3
layout_debug.rs
components/layout/layout_debug.rs
+35 −2
lib.rs
components/layout/lib.rs
+17 −18
list_item.rs
components/layout/list_item.rs
+35 −22
model.rs
components/layout/model.rs
+19 −18
multicol.rs
components/layout/multicol.rs
+1 −1
opaque_node.rs
components/layout/opaque_node.rs
+13 −12
parallel.rs
components/layout/parallel.rs
+1 −1
persistent_list.rs
components/layout/persistent_list.rs
+32 −33
query.rs
components/layout/query.rs
+19 −19
sequential.rs
components/layout/sequential.rs
+22 −25
table.rs
components/layout/table.rs
+12 −10
table_caption.rs
components/layout/table_caption.rs
+17 −16
table_cell.rs
components/layout/table_cell.rs
+11 −9
table_colgroup.rs
components/layout/table_colgroup.rs
+19 −19
table_row.rs
components/layout/table_row.rs
+14 −12
table_rowgroup.rs
components/layout/table_rowgroup.rs
+25 −29
table_wrapper.rs
components/layout/table_wrapper.rs
+1 −0
size_of.rs
components/layout/tests/size_of.rs
+11 −9
text.rs
components/layout/text.rs
+28 −28
traversal.rs
components/layout/traversal.rs
+3 −3
wrapper.rs
components/layout/wrapper.rs
+3 −1
Cargo.toml
components/layout_thread/Cargo.toml
+22 −38
dom_wrapper.rs
components/layout_thread/dom_wrapper.rs
+93 −68
lib.rs
components/layout_thread/lib.rs
+0 −1
Cargo.toml
components/layout_traits/Cargo.toml
+13 −2
lib.rs
components/layout_traits/lib.rs
+4 −6
Cargo.toml
components/malloc_size_of/Cargo.toml
+46 −44
lib.rs
components/malloc_size_of/lib.rs
+1 −2
lib.rs
components/malloc_size_of_derive/lib.rs
+0 −1
Cargo.toml
components/metrics/Cargo.toml
+13 −4
lib.rs
components/metrics/lib.rs
+1 −1
Cargo.toml
components/msg/Cargo.toml
+149 −1
constellation_msg.rs
components/msg/constellation_msg.rs
+3 −0
lib.rs
components/msg/lib.rs
+1 −0
size_of.rs
components/msg/tests/size_of.rs
+11 −22
Cargo.toml
components/net/Cargo.toml
+31 −55
blob_loader.rs
components/net/blob_loader.rs
+58 −167
connector.rs
components/net/connector.rs
+38 −54
cookie.rs
components/net/cookie.rs
+36 −52
cookie_storage.rs
components/net/cookie_storage.rs
+8 −12
data_loader.rs
components/net/data_loader.rs
+37 −78
cors_cache.rs
components/net/fetch/cors_cache.rs
+263 −347
methods.rs
components/net/fetch/methods.rs
+140 −234
filemanager_thread.rs
components/net/filemanager_thread.rs
+12 −23
hosts.rs
components/net/hosts.rs
+16 −26
hsts.rs
components/net/hsts.rs
+256 −310
http_cache.rs
components/net/http_cache.rs
+592 −764
http_loader.rs
components/net/http_loader.rs
+104 −82
image_cache.rs
components/net/image_cache.rs
+35 −9
lib.rs
components/net/lib.rs
+291 −306
mime_classifier.rs
components/net/mime_classifier.rs
+168 −208
resource_thread.rs
components/net/resource_thread.rs
+83 −114
storage_thread.rs
components/net/storage_thread.rs
+27 −32
subresource_integrity.rs
components/net/subresource_integrity.rs
+65 −129
cookie.rs
components/net/tests/cookie.rs
+806 −1,303
cookie_http_state.rs
components/net/tests/cookie_http_state.rs
+38 −59
data_loader.rs
components/net/tests/data_loader.rs
+275 −408
fetch.rs
components/net/tests/fetch.rs
+20 −58
filemanager_thread.rs
components/net/tests/filemanager_thread.rs
+70 −168
hsts.rs
components/net/tests/hsts.rs
+1 −0
http_cache.rs
components/net/tests/http_cache.rs
+439 −757
http_loader.rs
components/net/tests/http_loader.rs
+43 −119
main.rs
components/net/tests/main.rs
+191 −258
mime_classifier.rs
components/net/tests/mime_classifier.rs
+20 −39
resource_thread.rs
components/net/tests/resource_thread.rs
+3 −5
subresource_integrity.rs
components/net/tests/subresource_integrity.rs
+119 −156
websocket_loader.rs
components/net/websocket_loader.rs
+5 −13
Cargo.toml
components/net_traits/Cargo.toml
+2 −2
blob_url_store.rs
components/net_traits/blob_url_store.rs
+8 −33
filemanager_thread.rs
components/net_traits/filemanager_thread.rs
+44 −25
base.rs
components/net_traits/image/base.rs
+14 −16
image_cache.rs
components/net_traits/image_cache.rs
+105 −139
lib.rs
components/net_traits/lib.rs
+6 −11
pub_domains.rs
components/net_traits/pub_domains.rs
+0 −86
quality.rs
components/net_traits/quality.rs
+36 −46
request.rs
components/net_traits/request.rs
+41 −48
response.rs
components/net_traits/response.rs
+3 −9
storage_thread.rs
components/net_traits/storage_thread.rs
+2 −0
image.rs
components/net_traits/tests/image.rs
+3 −4
pub_domains.rs
components/net_traits/tests/pub_domains.rs
+2 −0
whitespace.rs
components/net_traits/tests/whitespace.rs
+0 −14
Cargo.toml
components/pixels/Cargo.toml
+0 −84
lib.rs
components/pixels/lib.rs
+4 −8
Cargo.toml
components/profile/Cargo.toml
+3 −3
heartbeats.rs
components/profile/heartbeats.rs
+15 −0
lib.rs
components/profile/lib.rs
+12 −15
mem.rs
components/profile/mem.rs
+20 −35
time.rs
components/profile/time.rs
+1 −0
trace_dump.rs
components/profile/trace_dump.rs
+0 −1
Cargo.toml
components/profile_traits/Cargo.toml
+10 −6
ipc.rs
components/profile_traits/ipc.rs
+5 −0
lib.rs
components/profile_traits/lib.rs
+9 −9
mem.rs
components/profile_traits/mem.rs
+8 −5
time.rs
components/profile_traits/time.rs
+0 −1
Cargo.toml
components/rand/Cargo.toml
+4 −2
lib.rs
components/rand/lib.rs
+0 −1
Cargo.toml
components/range/Cargo.toml
+2 −0
lib.rs
components/range/lib.rs
+0 −1
Cargo.toml
components/remutex/Cargo.toml
+1 −1
lib.rs
components/remutex/lib.rs
+4 −4
smoke.rs
components/remutex/tests/smoke.rs
+13 −17
Cargo.toml
components/script/Cargo.toml
+24 −24
body.rs
components/script/body.rs
+10 −8
build.rs
components/script/build.rs
+2 −2
clipboard_provider.rs
components/script/clipboard_provider.rs
+18 −19
devtools.rs
components/script/devtools.rs
+13 −13
JS-Servos-only-GC.md
components/script/docs/JS-Servos-only-GC.md
+6 −7
document_loader.rs
components/script/document_loader.rs
+4 −4
abstractworker.rs
components/script/dom/abstractworker.rs
+11 −11
abstractworkerglobalscope.rs
components/script/dom/abstractworkerglobalscope.rs
+9 −9
activation.rs
components/script/dom/activation.rs
+43 −56
analysernode.rs
components/script/dom/analysernode.rs
+14 −14
attr.rs
components/script/dom/attr.rs
+64 −78
audiobuffer.rs
components/script/dom/audiobuffer.rs
+22 −22
audiobuffersourcenode.rs
components/script/dom/audiobuffersourcenode.rs
+15 −19
audiocontext.rs
components/script/dom/audiocontext.rs
+8 −12
audiodestinationnode.rs
components/script/dom/audiodestinationnode.rs
+8 −8
audiolistener.rs
components/script/dom/audiolistener.rs
+10 −14
audionode.rs
components/script/dom/audionode.rs
+7 −9
audioparam.rs
components/script/dom/audioparam.rs
+20 −21
audioscheduledsourcenode.rs
components/script/dom/audioscheduledsourcenode.rs
+44 −55
baseaudiocontext.rs
components/script/dom/baseaudiocontext.rs
+10 −10
beforeunloadevent.rs
components/script/dom/beforeunloadevent.rs
+10 −10
callback.rs
components/script/dom/bindings/callback.rs
+1 −1
Bindings.conf
components/script/dom/bindings/codegen/Bindings.conf
+164 −178
CodegenRust.py
components/script/dom/bindings/codegen/CodegenRust.py
+6 −6
Configuration.py
components/script/dom/bindings/codegen/Configuration.py
+3 −2
constant.rs
components/script/dom/bindings/constant.rs
+19 −19
conversions.rs
components/script/dom/bindings/conversions.rs
+10 −12
error.rs
components/script/dom/bindings/error.rs
+79 −78
htmlconstructor.rs
components/script/dom/bindings/htmlconstructor.rs
+4 −4
inheritance.rs
components/script/dom/bindings/inheritance.rs
+13 −16
interface.rs
components/script/dom/bindings/interface.rs
+7 −7
iterable.rs
components/script/dom/bindings/iterable.rs
+7 −7
mozmap.rs
components/script/dom/bindings/mozmap.rs
+3 −2
namespace.rs
components/script/dom/bindings/namespace.rs
+6 −6
proxyhandler.rs
components/script/dom/bindings/proxyhandler.rs
+9 −14
refcounted.rs
components/script/dom/bindings/refcounted.rs
+4 −4
reflector.rs
components/script/dom/bindings/reflector.rs
+12 −12
root.rs
components/script/dom/bindings/root.rs
+4 −5
settings_stack.rs
components/script/dom/bindings/settings_stack.rs
+1 −1
str.rs
components/script/dom/bindings/str.rs
+13 −13
structuredclone.rs
components/script/dom/bindings/structuredclone.rs
+35 −58
trace.rs
components/script/dom/bindings/trace.rs
+31 −30
utils.rs
components/script/dom/bindings/utils.rs
+5 −5
weakref.rs
components/script/dom/bindings/weakref.rs
+3 −3
xmlname.rs
components/script/dom/bindings/xmlname.rs
+34 −42
biquadfilternode.rs
components/script/dom/biquadfilternode.rs
+11 −11
blob.rs
components/script/dom/blob.rs
+23 −26
bluetooth.rs
components/script/dom/bluetooth.rs
+12 −14
bluetoothadvertisingevent.rs
components/script/dom/bluetoothadvertisingevent.rs
+6 −5
bluetoothcharacteristicproperties.rs
...ents/script/dom/bluetoothcharacteristicproperties.rs
+22 −25
bluetoothdevice.rs
components/script/dom/bluetoothdevice.rs
+15 −19
bluetoothpermissionresult.rs
components/script/dom/bluetoothpermissionresult.rs
+25 −28
bluetoothremotegattcharacteristic.rs
...ents/script/dom/bluetoothremotegattcharacteristic.rs
+18 −20
bluetoothremotegattdescriptor.rs
components/script/dom/bluetoothremotegattdescriptor.rs
+13 −14
bluetoothremotegattserver.rs
components/script/dom/bluetoothremotegattserver.rs
+13 −13
bluetoothremotegattservice.rs
components/script/dom/bluetoothremotegattservice.rs
+6 −6
bluetoothuuid.rs
components/script/dom/bluetoothuuid.rs
+11 −13
canvasgradient.rs
components/script/dom/canvasgradient.rs
+9 −9
canvaspattern.rs
components/script/dom/canvaspattern.rs
+139 −162
canvasrenderingcontext2d.rs
components/script/dom/canvasrenderingcontext2d.rs
+8 −12
channelmergernode.rs
components/script/dom/channelmergernode.rs
+18 −18
characterdata.rs
components/script/dom/characterdata.rs
+7 −7
client.rs
components/script/dom/client.rs
+10 −10
closeevent.rs
components/script/dom/closeevent.rs
+9 −9
comment.rs
components/script/dom/comment.rs
+8 −10
compositionevent.rs
components/script/dom/compositionevent.rs
+4 −4
console.rs
components/script/dom/console.rs
+80 −79
create.rs
components/script/dom/create.rs
+9 −9
crypto.rs
components/script/dom/crypto.rs
+24 −24
css.rs
components/script/dom/css.rs
+8 −8
cssconditionrule.rs
components/script/dom/cssconditionrule.rs
+8 −8
cssfontfacerule.rs
components/script/dom/cssfontfacerule.rs
+10 −10
cssgroupingrule.rs
components/script/dom/cssgroupingrule.rs
+8 −8
cssimportrule.rs
components/script/dom/cssimportrule.rs
+10 −12
csskeyframerule.rs
components/script/dom/csskeyframerule.rs
+14 −14
csskeyframesrule.rs
components/script/dom/csskeyframesrule.rs
+12 −12
cssmediarule.rs
components/script/dom/cssmediarule.rs
+9 −9
cssnamespacerule.rs
components/script/dom/cssnamespacerule.rs
+26 −26
cssrule.rs
components/script/dom/cssrule.rs
+10 −10
cssrulelist.rs
components/script/dom/cssrulelist.rs
+14 −21
cssstyledeclaration.rs
components/script/dom/cssstyledeclaration.rs
+13 −13
cssstylerule.rs
components/script/dom/cssstylerule.rs
+11 −11
cssstylesheet.rs
components/script/dom/cssstylesheet.rs
+7 −7
cssstylevalue.rs
components/script/dom/cssstylevalue.rs
+12 −21
csssupportsrule.rs
components/script/dom/csssupportsrule.rs
+8 −8
cssviewportrule.rs
components/script/dom/cssviewportrule.rs
+28 −33
customelementregistry.rs
components/script/dom/customelementregistry.rs
+11 −11
customevent.rs
components/script/dom/customevent.rs
+37 −41
dedicatedworkerglobalscope.rs
components/script/dom/dedicatedworkerglobalscope.rs
+9 −9
dissimilaroriginlocation.rs
components/script/dom/dissimilaroriginlocation.rs
+10 −10
dissimilaroriginwindow.rs
components/script/dom/dissimilaroriginwindow.rs
+290 −254
document.rs
components/script/dom/document.rs
+14 −14
documentfragment.rs
components/script/dom/documentfragment.rs
+9 −9
documenttype.rs
components/script/dom/documenttype.rs
+7 −7
domexception.rs
components/script/dom/domexception.rs
+33 −26
domimplementation.rs
components/script/dom/domimplementation.rs
+10 −16
dommatrix.rs
components/script/dom/dommatrix.rs
+14 −16
dommatrixreadonly.rs
components/script/dom/dommatrixreadonly.rs
+17 −17
domparser.rs
components/script/dom/domparser.rs
+7 −9
dompoint.rs
components/script/dom/dompoint.rs
+5 −7
dompointreadonly.rs
components/script/dom/dompointreadonly.rs
+9 −9
domquad.rs
components/script/dom/domquad.rs
+8 −8
domrect.rs
components/script/dom/domrect.rs
+5 −7
domrectreadonly.rs
components/script/dom/domrectreadonly.rs
+8 −8
domstringmap.rs
components/script/dom/domstringmap.rs
+9 −9
domtokenlist.rs
components/script/dom/domtokenlist.rs
+107 −119
element.rs
components/script/dom/element.rs
+12 −12
errorevent.rs
components/script/dom/errorevent.rs
+18 −17
event.rs
components/script/dom/event.rs
+37 −50
eventsource.rs
components/script/dom/eventsource.rs
+35 −36
eventtarget.rs
components/script/dom/eventtarget.rs
+9 −9
extendableevent.rs
components/script/dom/extendableevent.rs
+13 −13
extendablemessageevent.rs
components/script/dom/extendablemessageevent.rs
+12 −11
file.rs
components/script/dom/file.rs
+6 −6
filelist.rs
components/script/dom/filelist.rs
+27 −29
filereader.rs
components/script/dom/filereader.rs
+10 −13
filereadersync.rs
components/script/dom/filereadersync.rs
+12 −12
focusevent.rs
components/script/dom/focusevent.rs
+19 −20
formdata.rs
components/script/dom/formdata.rs
+13 −17
gainnode.rs
components/script/dom/gainnode.rs
+14 −14
gamepad.rs
components/script/dom/gamepad.rs
+6 −6
gamepadbutton.rs
components/script/dom/gamepadbutton.rs
+6 −6
gamepadbuttonlist.rs
components/script/dom/gamepadbuttonlist.rs
+12 −12
gamepadevent.rs
components/script/dom/gamepadevent.rs
+7 −7
gamepadlist.rs
components/script/dom/gamepadlist.rs
+59 −134
globalscope.rs
components/script/dom/globalscope.rs
+10 −10
hashchangeevent.rs
components/script/dom/hashchangeevent.rs
+39 −45
headers.rs
components/script/dom/headers.rs
+16 −16
history.rs
components/script/dom/history.rs
+25 −25
htmlanchorelement.rs
components/script/dom/htmlanchorelement.rs
+18 −18
htmlareaelement.rs
components/script/dom/htmlareaelement.rs
+5 −5
htmlaudioelement.rs
components/script/dom/htmlaudioelement.rs
+13 −13
htmlbaseelement.rs
components/script/dom/htmlbaseelement.rs
+15 −16
htmlbodyelement.rs
components/script/dom/htmlbodyelement.rs
+5 −5
htmlbrelement.rs
components/script/dom/htmlbrelement.rs
+24 −24
htmlbuttonelement.rs
components/script/dom/htmlbuttonelement.rs
+66 −59
htmlcanvaselement.rs
components/script/dom/htmlcanvaselement.rs
+14 −17
htmlcollection.rs
components/script/dom/htmlcollection.rs
+7 −7
htmldataelement.rs
components/script/dom/htmldataelement.rs
+10 −10
htmldatalistelement.rs
components/script/dom/htmldatalistelement.rs
+15 −15
htmldetailselement.rs
components/script/dom/htmldetailselement.rs
+11 −11
htmldialogelement.rs
components/script/dom/htmldialogelement.rs
+5 −5
htmldirectoryelement.rs
components/script/dom/htmldirectoryelement.rs
+6 −6
htmldivelement.rs
components/script/dom/htmldivelement.rs
+5 −5
htmldlistelement.rs
components/script/dom/htmldlistelement.rs
+43 −45
htmlelement.rs
components/script/dom/htmlelement.rs
+5 −5
htmlembedelement.rs
components/script/dom/htmlembedelement.rs
+16 −16
htmlfieldsetelement.rs
components/script/dom/htmlfieldsetelement.rs
+14 −14
htmlfontelement.rs
components/script/dom/htmlfontelement.rs
+14 −14
htmlformcontrolscollection.rs
components/script/dom/htmlformcontrolscollection.rs
+88 −104
htmlformelement.rs
components/script/dom/htmlformelement.rs
+5 −5
htmlframeelement.rs
components/script/dom/htmlframeelement.rs
+7 −7
htmlframesetelement.rs
components/script/dom/htmlframesetelement.rs
+13 −13
htmlheadelement.rs
components/script/dom/htmlheadelement.rs
+5 −5
htmlheadingelement.rs
components/script/dom/htmlheadingelement.rs
+11 −11
htmlhrelement.rs
components/script/dom/htmlhrelement.rs
+5 −5
htmlhtmlelement.rs
components/script/dom/htmlhtmlelement.rs
+38 −41
htmliframeelement.rs
components/script/dom/htmliframeelement.rs
+65 −81
htmlimageelement.rs
components/script/dom/htmlimageelement.rs
+46 −56
htmlinputelement.rs
components/script/dom/htmlinputelement.rs
+17 −17
htmllabelelement.rs
components/script/dom/htmllabelelement.rs
+14 −14
htmllegendelement.rs
components/script/dom/htmllegendelement.rs
+11 −11
htmllielement.rs
components/script/dom/htmllielement.rs
+20 −22
htmllinkelement.rs
components/script/dom/htmllinkelement.rs
+7 −7
htmlmapelement.rs
components/script/dom/htmlmapelement.rs
+138 −619
htmlmediaelement.rs
components/script/dom/htmlmediaelement.rs
+18 −18
htmlmetaelement.rs
components/script/dom/htmlmetaelement.rs
+7 −9
htmlmeterelement.rs
components/script/dom/htmlmeterelement.rs
+5 −5
htmlmodelement.rs
components/script/dom/htmlmodelement.rs
+17 −17
htmlobjectelement.rs
components/script/dom/htmlobjectelement.rs
+5 −5
htmlolistelement.rs
components/script/dom/htmlolistelement.rs
+13 −13
htmloptgroupelement.rs
components/script/dom/htmloptgroupelement.rs
+22 −22
htmloptionelement.rs
components/script/dom/htmloptionelement.rs
+20 −22
htmloptionscollection.rs
components/script/dom/htmloptionscollection.rs
+15 −15
htmloutputelement.rs
components/script/dom/htmloutputelement.rs
+5 −5
htmlparagraphelement.rs
components/script/dom/htmlparagraphelement.rs
+5 −5
htmlparamelement.rs
components/script/dom/htmlparamelement.rs
+5 −5
htmlpictureelement.rs
components/script/dom/htmlpictureelement.rs
+5 −5
htmlpreelement.rs
components/script/dom/htmlpreelement.rs
+7 −9
htmlprogresselement.rs
components/script/dom/htmlprogresselement.rs
+5 −5
htmlquoteelement.rs
components/script/dom/htmlquoteelement.rs
+43 −48
htmlscriptelement.rs
components/script/dom/htmlscriptelement.rs
+29 −29
htmlselectelement.rs
components/script/dom/htmlselectelement.rs
+20 −24
htmlsourceelement.rs
components/script/dom/htmlsourceelement.rs
+5 −5
htmlspanelement.rs
components/script/dom/htmlspanelement.rs
+17 −19
htmlstyleelement.rs
components/script/dom/htmlstyleelement.rs
+5 −5
htmltablecaptionelement.rs
components/script/dom/htmltablecaptionelement.rs
+16 −33
htmltablecellelement.rs
components/script/dom/htmltablecellelement.rs
+5 −5
htmltablecolelement.rs
components/script/dom/htmltablecolelement.rs
+43 −0
htmltabledatacellelement.rs
components/script/dom/htmltabledatacellelement.rs
+24 −26
htmltableelement.rs
components/script/dom/htmltableelement.rs
+43 −0
htmltableheadercellelement.rs
components/script/dom/htmltableheadercellelement.rs
+27 −24
htmltablerowelement.rs
components/script/dom/htmltablerowelement.rs
+15 −17
htmltablesectionelement.rs
components/script/dom/htmltablesectionelement.rs
+13 −13
htmltemplateelement.rs
components/script/dom/htmltemplateelement.rs
+29 −29
htmltextareaelement.rs
components/script/dom/htmltextareaelement.rs
+7 −7
htmltimeelement.rs
components/script/dom/htmltimeelement.rs
+12 −12
htmltitleelement.rs
components/script/dom/htmltitleelement.rs
+5 −5
htmltrackelement.rs
components/script/dom/htmltrackelement.rs
+5 −5
htmlulistelement.rs
components/script/dom/htmlulistelement.rs
+5 −5
htmlunknownelement.rs
components/script/dom/htmlunknownelement.rs
+5 −47
htmlvideoelement.rs
components/script/dom/htmlvideoelement.rs
+19 −35
imagedata.rs
components/script/dom/imagedata.rs
+8 −8
inputevent.rs
components/script/dom/inputevent.rs
+724 −69
keyboardevent.rs
components/script/dom/keyboardevent.rs
+10 −10
location.rs
components/script/dom/location.rs
+53 −53
macros.rs
components/script/dom/macros.rs
+5 −5
mediaerror.rs
components/script/dom/mediaerror.rs
+9 −9
medialist.rs
components/script/dom/medialist.rs
+10 −10
mediaquerylist.rs
components/script/dom/mediaquerylist.rs
+12 −12
mediaquerylistevent.rs
components/script/dom/mediaquerylistevent.rs
+12 −12
messageevent.rs
components/script/dom/messageevent.rs
+5 −5
mimetype.rs
components/script/dom/mimetype.rs
+7 −7
mimetypearray.rs
components/script/dom/mimetypearray.rs
+2 −2
mod.rs
components/script/dom/mod.rs
+12 −12
mouseevent.rs
components/script/dom/mouseevent.rs
+16 −16
mutationobserver.rs
components/script/dom/mutationobserver.rs
+7 −7
mutationrecord.rs
components/script/dom/mutationrecord.rs
+11 −11
namednodemap.rs
components/script/dom/namednodemap.rs
+16 −16
navigator.rs
components/script/dom/navigator.rs
+1 −1
navigatorinfo.rs
components/script/dom/navigatorinfo.rs
+63 −84
node.rs
components/script/dom/node.rs
+11 −11
nodeiterator.rs
components/script/dom/nodeiterator.rs
+7 −7
nodelist.rs
components/script/dom/nodelist.rs
+12 −12
offlineaudiocompletionevent.rs
components/script/dom/offlineaudiocompletionevent.rs
+21 −25
offlineaudiocontext.rs
components/script/dom/offlineaudiocontext.rs
+11 −15
oscillatornode.rs
components/script/dom/oscillatornode.rs
+10 −10
pagetransitionevent.rs
components/script/dom/pagetransitionevent.rs
+21 −21
paintrenderingcontext2d.rs
components/script/dom/paintrenderingcontext2d.rs
+7 −7
paintsize.rs
components/script/dom/paintsize.rs
+28 −28
paintworkletglobalscope.rs
components/script/dom/paintworkletglobalscope.rs
+14 −22
pannernode.rs
components/script/dom/pannernode.rs
+20 −23
performance.rs
components/script/dom/performance.rs
+7 −7
performanceentry.rs
components/script/dom/performanceentry.rs
+15 −15
performanceobserver.rs
components/script/dom/performanceobserver.rs
+9 −9
performanceobserverentrylist.rs
components/script/dom/performanceobserverentrylist.rs
+6 −6
performancepainttiming.rs
components/script/dom/performancepainttiming.rs
+7 −7
performancetiming.rs
components/script/dom/performancetiming.rs
+11 −14
permissions.rs
components/script/dom/permissions.rs
+7 −9
permissionstatus.rs
components/script/dom/permissionstatus.rs
+5 −5
plugin.rs
components/script/dom/plugin.rs
+7 −7
pluginarray.rs
components/script/dom/pluginarray.rs
+12 −12
popstateevent.rs
components/script/dom/popstateevent.rs
+7 −7
processinginstruction.rs
components/script/dom/processinginstruction.rs
+10 −10
progressevent.rs
components/script/dom/progressevent.rs
+11 −13
promise.rs
components/script/dom/promise.rs
+8 −8
promisenativehandler.rs
components/script/dom/promisenativehandler.rs
+0 −110
promiserejectionevent.rs
components/script/dom/promiserejectionevent.rs
+25 −33
radionodelist.rs
components/script/dom/radionodelist.rs
+25 −26
range.rs
components/script/dom/range.rs
+37 −41
request.rs
components/script/dom/request.rs
+22 −24
response.rs
components/script/dom/response.rs
+9 −9
screen.rs
components/script/dom/screen.rs
+14 −16
serviceworker.rs
components/script/dom/serviceworker.rs
+13 −15
serviceworkercontainer.rs
components/script/dom/serviceworkercontainer.rs
+26 −28
serviceworkerglobalscope.rs
components/script/dom/serviceworkerglobalscope.rs
+10 −12
serviceworkerregistration.rs
components/script/dom/serviceworkerregistration.rs
+24 −30
async_html.rs
components/script/dom/servoparser/async_html.rs
+16 −17
html.rs
components/script/dom/servoparser/html.rs
+50 −59
mod.rs
components/script/dom/servoparser/mod.rs
+6 −6
xml.rs
components/script/dom/servoparser/xml.rs
+18 −23
storage.rs
components/script/dom/storage.rs
+23 −48
storageevent.rs
components/script/dom/storageevent.rs
+8 −8
stylepropertymapreadonly.rs
components/script/dom/stylepropertymapreadonly.rs
+8 −8
stylesheet.rs
components/script/dom/stylesheet.rs
+7 −7
stylesheetlist.rs
components/script/dom/stylesheetlist.rs
+6 −6
svgelement.rs
components/script/dom/svgelement.rs
+6 −6
svggraphicselement.rs
components/script/dom/svggraphicselement.rs
+12 −12
svgsvgelement.rs
components/script/dom/svgsvgelement.rs
+32 −49
testbinding.rs
components/script/dom/testbinding.rs
+7 −9
testbindingiterable.rs
components/script/dom/testbindingiterable.rs
+9 −9
testbindingpairiterable.rs
components/script/dom/testbindingpairiterable.rs
+3 −3
testbindingproxy.rs
components/script/dom/testbindingproxy.rs
+7 −7
testrunner.rs
components/script/dom/testrunner.rs
+15 −15
testworklet.rs
components/script/dom/testworklet.rs
+8 −8
testworkletglobalscope.rs
components/script/dom/testworkletglobalscope.rs
+13 −13
text.rs
components/script/dom/text.rs
+9 −9
textcontrol.rs
components/script/dom/textcontrol.rs
+8 −10
textdecoder.rs
components/script/dom/textdecoder.rs
+8 −8
textencoder.rs
components/script/dom/textencoder.rs
+0 −176
timeranges.rs
components/script/dom/timeranges.rs
+7 −7
touch.rs
components/script/dom/touch.rs
+11 −11
touchevent.rs
components/script/dom/touchevent.rs
+6 −6
touchlist.rs
components/script/dom/touchlist.rs
+11 −13
transitionevent.rs
components/script/dom/transitionevent.rs
+11 −11
treewalker.rs
components/script/dom/treewalker.rs
+10 −10
uievent.rs
components/script/dom/uievent.rs
+18 −15
url.rs
components/script/dom/url.rs
+1 −1
urlhelper.rs
components/script/dom/urlhelper.rs
+13 −14
urlsearchparams.rs
components/script/dom/urlsearchparams.rs
+5 −5
userscripts.rs
components/script/dom/userscripts.rs
+1 −1
validation.rs
components/script/dom/validation.rs
+6 −6
validitystate.rs
components/script/dom/validitystate.rs
+91 −91
virtualmethods.rs
components/script/dom/virtualmethods.rs
+16 −16
vr.rs
components/script/dom/vr.rs
+37 −44
vrdisplay.rs
components/script/dom/vrdisplay.rs
+6 −6
vrdisplaycapabilities.rs
components/script/dom/vrdisplaycapabilities.rs
+13 −13
vrdisplayevent.rs
components/script/dom/vrdisplayevent.rs
+8 −8
vreyeparameters.rs
components/script/dom/vreyeparameters.rs
+7 −7
vrfieldofview.rs
components/script/dom/vrfieldofview.rs
+10 −10
vrframedata.rs
components/script/dom/vrframedata.rs
+6 −6
vrpose.rs
components/script/dom/vrpose.rs
+8 −8
vrstageparameters.rs
components/script/dom/vrstageparameters.rs
+28 −30
webgl2renderingcontext.rs
components/script/dom/webgl2renderingcontext.rs
+7 −7
angleinstancedarrays.rs
...ipt/dom/webgl_extensions/ext/angleinstancedarrays.rs
+5 −5
extblendminmax.rs
...ts/script/dom/webgl_extensions/ext/extblendminmax.rs
+0 −50
extcolorbufferhalffloat.rs
.../dom/webgl_extensions/ext/extcolorbufferhalffloat.rs
+6 −6
extshadertexturelod.rs
...ript/dom/webgl_extensions/ext/extshadertexturelod.rs
+6 −6
exttexturefilteranisotropic.rs
.../webgl_extensions/ext/exttexturefilteranisotropic.rs
+2 −4
mod.rs
components/script/dom/webgl_extensions/ext/mod.rs
+6 −6
oeselementindexuint.rs
...ript/dom/webgl_extensions/ext/oeselementindexuint.rs
+7 −7
oesstandardderivatives.rs
...t/dom/webgl_extensions/ext/oesstandardderivatives.rs
+9 −8
oestexturefloat.rs
...s/script/dom/webgl_extensions/ext/oestexturefloat.rs
+5 −5
oestexturefloatlinear.rs
...pt/dom/webgl_extensions/ext/oestexturefloatlinear.rs
+9 −10
oestexturehalffloat.rs
...ript/dom/webgl_extensions/ext/oestexturehalffloat.rs
+6 −6
oestexturehalffloatlinear.rs
...om/webgl_extensions/ext/oestexturehalffloatlinear.rs
+7 −9
oesvertexarrayobject.rs
...ipt/dom/webgl_extensions/ext/oesvertexarrayobject.rs
+0 −50
webglcolorbufferfloat.rs
...pt/dom/webgl_extensions/ext/webglcolorbufferfloat.rs
+5 −5
extension.rs
components/script/dom/webgl_extensions/extension.rs
+14 −38
extensions.rs
components/script/dom/webgl_extensions/extensions.rs
+8 −8
wrapper.rs
components/script/dom/webgl_extensions/wrapper.rs
+5 −5
tex_image_2d.rs
components/script/dom/webgl_validations/tex_image_2d.rs
+2 −2
types.rs
components/script/dom/webgl_validations/types.rs
+6 −6
webglactiveinfo.rs
components/script/dom/webglactiveinfo.rs
+9 −8
webglbuffer.rs
components/script/dom/webglbuffer.rs
+11 −11
webglcontextevent.rs
components/script/dom/webglcontextevent.rs
+11 −11
webglframebuffer.rs
components/script/dom/webglframebuffer.rs
+3 −3
webglobject.rs
components/script/dom/webglobject.rs
+13 −13
webglprogram.rs
components/script/dom/webglprogram.rs
+19 −50
webglrenderbuffer.rs
components/script/dom/webglrenderbuffer.rs
+137 −131
webglrenderingcontext.rs
components/script/dom/webglrenderingcontext.rs
+13 −13
webglshader.rs
components/script/dom/webglshader.rs
+5 −5
webglshaderprecisionformat.rs
components/script/dom/webglshaderprecisionformat.rs
+11 −11
webgltexture.rs
components/script/dom/webgltexture.rs
+4 −4
webgluniformlocation.rs
components/script/dom/webgluniformlocation.rs
+10 −12
webglvertexarrayobjectoes.rs
components/script/dom/webglvertexarrayobjectoes.rs
+6 −6
CanvasRenderingContext2D.webidl
...s/script/dom/webidls/CanvasRenderingContext2D.webidl
+2 −3
Document.webidl
components/script/dom/webidls/Document.webidl
+0 −15
EXTColorBufferHalfFloat.webidl
...ts/script/dom/webidls/EXTColorBufferHalfFloat.webidl
+4 −4
HTMLMediaElement.webidl
components/script/dom/webidls/HTMLMediaElement.webidl
+1 −6
HTMLTableCellElement.webidl
...nents/script/dom/webidls/HTMLTableCellElement.webidl
+15 −0
HTMLTableDataCellElement.webidl
...s/script/dom/webidls/HTMLTableDataCellElement.webidl
+15 −0
HTMLTableHeaderCellElement.webidl
...script/dom/webidls/HTMLTableHeaderCellElement.webidl
+2 −2
HTMLVideoElement.webidl
components/script/dom/webidls/HTMLVideoElement.webidl
+0 −16
PromiseRejectionEvent.webidl
...ents/script/dom/webidls/PromiseRejectionEvent.webidl
+0 −6
StorageEvent.webidl
components/script/dom/webidls/StorageEvent.webidl
+0 −2
TestBinding.webidl
components/script/dom/webidls/TestBinding.webidl
+0 −12
TimeRanges.webidl
components/script/dom/webidls/TimeRanges.webidl
+0 −14
WEBGLColorBufferFloat.webidl
...ents/script/dom/webidls/WEBGLColorBufferFloat.webidl
+27 −28
websocket.rs
components/script/dom/websocket.rs
+89 −116
window.rs
components/script/dom/window.rs
+27 −27
windowproxy.rs
components/script/dom/windowproxy.rs
+18 −20
worker.rs
components/script/dom/worker.rs
+34 −39
workerglobalscope.rs
components/script/dom/workerglobalscope.rs
+7 −7
workerlocation.rs
components/script/dom/workerlocation.rs
+8 −8
workernavigator.rs
components/script/dom/workernavigator.rs
+37 −40
worklet.rs
components/script/dom/worklet.rs
+13 −19
workletglobalscope.rs
components/script/dom/workletglobalscope.rs
+11 −11
xmldocument.rs
components/script/dom/xmldocument.rs
+134 −179
xmlhttprequest.rs
components/script/dom/xmlhttprequest.rs
+2 −2
xmlhttprequesteventtarget.rs
components/script/dom/xmlhttprequesteventtarget.rs
+5 −5
xmlhttprequestupload.rs
components/script/dom/xmlhttprequestupload.rs
+23 −24
fetch.rs
components/script/fetch.rs
+7 −7
layout_image.rs
components/script/layout_image.rs
+78 −13
lib.rs
components/script/lib.rs
+13 −19
microtask.rs
components/script/microtask.rs
+3 −3
network_listener.rs
components/script/network_listener.rs
+25 −170
script_runtime.rs
components/script/script_runtime.rs
+115 −152
script_thread.rs
components/script/script_thread.rs
+8 −9
serviceworker_manager.rs
components/script/serviceworker_manager.rs
+12 −12
serviceworkerjob.rs
components/script/serviceworkerjob.rs
+25 −25
stylesheet_loader.rs
components/script/stylesheet_loader.rs
+3 −3
task.rs
components/script/task.rs
+8 −9
task_queue.rs
components/script/task_queue.rs
+15 −20
dom_manipulation.rs
components/script/task_source/dom_manipulation.rs
+6 −6
file_reading.rs
components/script/task_source/file_reading.rs
+3 −3
history_traversal.rs
components/script/task_source/history_traversal.rs
+0 −51
media_element.rs
components/script/task_source/media_element.rs
+2 −4
mod.rs
components/script/task_source/mod.rs
+4 −4
networking.rs
components/script/task_source/networking.rs
+6 −6
performance_timeline.rs
components/script/task_source/performance_timeline.rs
+4 −4
remote_event.rs
components/script/task_source/remote_event.rs
+9 −9
user_interaction.rs
components/script/task_source/user_interaction.rs
+4 −4
websocket.rs
components/script/task_source/websocket.rs
+16 −20
test.rs
components/script/test.rs
+106 −101
textinput.rs
components/script/textinput.rs
+11 −11
timers.rs
components/script/timers.rs
+37 −58
webdriver_handlers.rs
components/script/webdriver_handlers.rs
+2 −3
Cargo.toml
components/script_layout_interface/Cargo.toml
+23 −6
lib.rs
components/script_layout_interface/lib.rs
+6 −6
message.rs
components/script_layout_interface/message.rs
+3 −2
reporter.rs
components/script_layout_interface/reporter.rs
+1 −1
rpc.rs
components/script_layout_interface/rpc.rs
+8 −17
wrapper_traits.rs
components/script_layout_interface/wrapper_traits.rs
+3 −3
unrooted_must_root.rs
components/script_plugins/unrooted_must_root.rs
+7 −6
Cargo.toml
components/script_traits/Cargo.toml
+60 −45
lib.rs
components/script_traits/lib.rs
+17 −17
script_msg.rs
components/script_traits/script_msg.rs
+20 −7
webdriver_msg.rs
components/script_traits/webdriver_msg.rs
+1 −1
Cargo.toml
components/selectors/Cargo.toml
+18 −11
builder.rs
components/selectors/builder.rs
+1 −2
matching.rs
components/selectors/matching.rs
+122 −174
parser.rs
components/selectors/parser.rs
+1 −3
tree.rs
components/selectors/tree.rs
+3 −2
Cargo.toml
components/servo/Cargo.toml
+68 −60
lib.rs
components/servo/lib.rs
+2 −2
lib.rs
components/servo_arc/lib.rs
+0 −13
Cargo.toml
components/std_test_override/Cargo.toml
+0 −15
lib.rs
components/std_test_override/lib.rs
+1 −1
Cargo.toml
components/style/Cargo.toml
+131 −145
animation.rs
components/style/animation.rs
+2 −2
attr.rs
components/style/attr.rs
+1 −2
build.rs
components/style/build.rs
+89 −96
build_gecko.rs
components/style/build_gecko.rs
+6 −29
cbindgen.toml
components/style/cbindgen.toml
+2 −2
context.rs
components/style/context.rs
+3 −4
mod.rs
components/style/counter_style/mod.rs
+137 −258
custom_properties.rs
components/style/custom_properties.rs
+2 −2
dom.rs
components/style/dom.rs
+15 −81
dom_apis.rs
components/style/dom_apis.rs
+33 −131
font_face.rs
components/style/font_face.rs
+1 −1
font_metrics.rs
components/style/font_metrics.rs
+2 −12
arc_types.rs
components/style/gecko/arc_types.rs
+64 −45
conversions.rs
components/style/gecko/conversions.rs
+3 −4
data.rs
components/style/gecko/data.rs
+1 −1
global_style_data.rs
components/style/gecko/global_style_data.rs
+21 −16
media_features.rs
components/style/gecko/media_features.rs
+6 −17
media_queries.rs
components/style/gecko/media_queries.rs
+1 −0
non_ts_pseudo_class_list.rs
components/style/gecko/non_ts_pseudo_class_list.rs
+10 −9
pseudo_element.rs
components/style/gecko/pseudo_element.rs
+72 −62
regen_atoms.py
components/style/gecko/regen_atoms.py
+192 −0
rules.rs
components/style/gecko/rules.rs
+2 −2
selector_parser.rs
components/style/gecko/selector_parser.rs
+1 −1
snapshot.rs
components/style/gecko/snapshot.rs
+1 −1
snapshot_helpers.rs
components/style/gecko/snapshot_helpers.rs
+125 −101
url.rs
components/style/gecko/url.rs
+17 −17
values.rs
components/style/gecko/values.rs
+19 −20
wrapper.rs
components/style/gecko/wrapper.rs
+1 −0
mod.rs
components/style/gecko_bindings/sugar/mod.rs
+2 −2
ns_css_shadow_array.rs
...ts/style/gecko_bindings/sugar/ns_css_shadow_array.rs
+44 −21
ns_css_value.rs
components/style/gecko_bindings/sugar/ns_css_value.rs
+1 −1
ns_style_auto_array.rs
...ts/style/gecko_bindings/sugar/ns_style_auto_array.rs
+27 −3
ns_style_coord.rs
components/style/gecko_bindings/sugar/ns_style_coord.rs
+2 −19
ns_t_array.rs
components/style/gecko_bindings/sugar/ns_t_array.rs
+160 −0
ns_timing_function.rs
...nts/style/gecko_bindings/sugar/ns_timing_function.rs
+13 −15
refptr.rs
components/style/gecko_bindings/sugar/refptr.rs
+2 −2
style_complex_color.rs
...ts/style/gecko_bindings/sugar/style_complex_color.rs
+2 −6
mod.rs
components/style/gecko_string_cache/mod.rs
+2 −2
element_wrapper.rs
...onents/style/invalidation/element/element_wrapper.rs
+1 −1
invalidation_map.rs
...nents/style/invalidation/element/invalidation_map.rs
+1 −1
invalidator.rs
components/style/invalidation/element/invalidator.rs
+3 −3
state_and_attributes.rs
...s/style/invalidation/element/state_and_attributes.rs
+3 −3
stylesheets.rs
components/style/invalidation/stylesheets.rs
+7 −8
lib.rs
components/style/lib.rs
+1 −1
logical_geometry.rs
components/style/logical_geometry.rs
+19 −17
matching.rs
components/style/matching.rs
+1 −1
media_condition.rs
components/style/media_queries/media_condition.rs
+3 −3
media_feature.rs
components/style/media_queries/media_feature.rs
+6 −6
media_feature_expression.rs
...ents/style/media_queries/media_feature_expression.rs
+1 −1
media_list.rs
components/style/media_queries/media_list.rs
+3 −4
media_query.rs
components/style/media_queries/media_query.rs
+3 −3
mod.rs
components/style/media_queries/mod.rs
+4 −11
cascade.rs
components/style/properties/cascade.rs
+0 −3
data.py
components/style/properties/data.py
+5 −19
declaration_block.rs
components/style/properties/declaration_block.rs
+133 −74
gecko.mako.rs
components/style/properties/gecko.mako.rs
+607 −164
animated_properties.mako.rs
...style/properties/helpers/animated_properties.mako.rs
+1 −2
border.mako.rs
components/style/properties/longhands/border.mako.rs
+3 −3
box.mako.rs
components/style/properties/longhands/box.mako.rs
+6 −4
inherited_box.mako.rs
...nts/style/properties/longhands/inherited_box.mako.rs
+9 −12
inherited_svg.mako.rs
...nts/style/properties/longhands/inherited_svg.mako.rs
+1 −1
inherited_text.mako.rs
...ts/style/properties/longhands/inherited_text.mako.rs
+1 −1
inherited_ui.mako.rs
...ents/style/properties/longhands/inherited_ui.mako.rs
+101 −160
properties.mako.rs
components/style/properties/properties.mako.rs
+19 −8
mod.rs
components/style/rule_tree/mod.rs
+2 −2
selector_map.rs
components/style/selector_map.rs
+1 −1
selector_parser.rs
components/style/selector_parser.rs
+5 −16
media_queries.rs
components/style/servo/media_queries.rs
+1 −1
restyle_damage.rs
components/style/servo/restyle_damage.rs
+41 −4
selector_parser.rs
components/style/servo/selector_parser.rs
+0 −3
url.rs
components/style/servo/url.rs
+6 −6
mod.rs
components/style/sharing/mod.rs
+1 −36
style_adjuster.rs
components/style/style_adjuster.rs
+2 −4
style_resolver.rs
components/style/style_resolver.rs
+1 −2
document_rule.rs
components/style/stylesheets/document_rule.rs
+7 −2
font_feature_values_rule.rs
...onents/style/stylesheets/font_feature_values_rule.rs
+7 −10
keyframes_rule.rs
components/style/stylesheets/keyframes_rule.rs
+5 −5
mod.rs
components/style/stylesheets/mod.rs
+1 −1
namespace_rule.rs
components/style/stylesheets/namespace_rule.rs
+1 −1
rule_list.rs
components/style/stylesheets/rule_list.rs
+12 −7
rule_parser.rs
components/style/stylesheets/rule_parser.rs
+1 −1
rules_iterator.rs
components/style/stylesheets/rules_iterator.rs
+2 −2
style_rule.rs
components/style/stylesheets/style_rule.rs
+4 −5
stylesheet.rs
components/style/stylesheets/stylesheet.rs
+38 −131
supports_rule.rs
components/style/stylesheets/supports_rule.rs
+2 −2
viewport_rule.rs
components/style/stylesheets/viewport_rule.rs
+96 −107
stylist.rs
components/style/stylist.rs
+4 −7
traversal.rs
components/style/traversal.rs
+3 −3
effects.rs
components/style/values/animated/effects.rs
+0 −158
font.rs
components/style/values/animated/font.rs
+0 −125
length.rs
components/style/values/animated/length.rs
+62 −69
mod.rs
components/style/values/animated/mod.rs
+0 −152
svg.rs
components/style/values/animated/svg.rs
+62 −32
angle.rs
components/style/values/computed/angle.rs
+1 −1
background.rs
components/style/values/computed/background.rs
+1 −4
basic_shape.rs
components/style/values/computed/basic_shape.rs
+1 −1
border.rs
components/style/values/computed/border.rs
+2 −4
box.rs
components/style/values/computed/box.rs
+1 −1
color.rs
components/style/values/computed/color.rs
+0 −14
easing.rs
components/style/values/computed/easing.rs
+3 −3
effects.rs
components/style/values/computed/effects.rs
+8 −9
font.rs
components/style/values/computed/font.rs
+5 −5
image.rs
components/style/values/computed/image.rs
+162 −55
length.rs
components/style/values/computed/length.rs
+15 −20
list.rs
components/style/values/computed/list.rs
+30 −38
mod.rs
components/style/values/computed/mod.rs
+1 −2
percentage.rs
components/style/values/computed/percentage.rs
+1 −1
resolution.rs
components/style/values/computed/resolution.rs
+11 −14
svg.rs
components/style/values/computed/svg.rs
+2 −2
text.rs
components/style/values/computed/text.rs
+6 −2
transform.rs
components/style/values/computed/transform.rs
+2 −2
ui.rs
components/style/values/computed/ui.rs
+2 −2
url.rs
components/style/values/computed/url.rs
+1 −30
background.rs
components/style/values/generics/background.rs
+2 −4
basic_shape.rs
components/style/values/generics/basic_shape.rs
+1 −1
counters.rs
components/style/values/generics/counters.rs
+0 −113
easing.rs
components/style/values/generics/easing.rs
+3 −5
grid.rs
components/style/values/generics/grid.rs
+1 −1
image.rs
components/style/values/generics/image.rs
+0 −54
length.rs
components/style/values/generics/length.rs
+1 −3
mod.rs
components/style/values/generics/mod.rs
+55 −2
svg.rs
components/style/values/generics/svg.rs
+98 −60
transform.rs
components/style/values/generics/transform.rs
+4 −16
ui.rs
components/style/values/generics/ui.rs
+4 −12
mod.rs
components/style/values/mod.rs
+66 −63
angle.rs
components/style/values/specified/angle.rs
+6 −12
basic_shape.rs
components/style/values/specified/basic_shape.rs
+3 −5
border.rs
components/style/values/specified/border.rs
+5 −97
box.rs
components/style/values/specified/box.rs
+11 −10
calc.rs
components/style/values/specified/calc.rs
+1 −1
color.rs
components/style/values/specified/color.rs
+6 −8
counters.rs
components/style/values/specified/counters.rs
+0 −106
easing.rs
components/style/values/specified/easing.rs
+5 −5
effects.rs
components/style/values/specified/effects.rs
+34 −54
font.rs
components/style/values/specified/font.rs
+1 −1
gecko.rs
components/style/values/specified/gecko.rs
+2 −2
grid.rs
components/style/values/specified/grid.rs
+19 −47
image.rs
components/style/values/specified/image.rs
+31 −24
length.rs
components/style/values/specified/length.rs
+41 −24
list.rs
components/style/values/specified/list.rs
+20 −25
mod.rs
components/style/values/specified/mod.rs
+3 −3
percentage.rs
components/style/values/specified/percentage.rs
+2 −2
position.rs
components/style/values/specified/position.rs
+2 −4
source_size_list.rs
components/style/values/specified/source_size_list.rs
+3 −3
svg.rs
components/style/values/specified/svg.rs
+3 −2
svg_path.rs
components/style/values/specified/svg_path.rs
+29 −34
text.rs
components/style/values/specified/text.rs
+3 −3
time.rs
components/style/values/specified/time.rs
+130 −3
transform.rs
components/style/values/specified/transform.rs
+3 −3
ui.rs
components/style/values/specified/ui.rs
+2 −2
url.rs
components/style/values/specified/url.rs
+4 −7
cg.rs
components/style_derive/cg.rs
+1 −1
compute_squared_distance.rs
components/style_derive/compute_squared_distance.rs
+1 −2
to_css.rs
components/style_derive/to_css.rs
+1 −1
Cargo.toml
components/style_traits/Cargo.toml
+1 −1
values.rs
components/style_traits/values.rs
+2 −2
viewport.rs
components/style_traits/viewport.rs
+0 −1
Cargo.toml
components/url/Cargo.toml
+7 −3
lib.rs
components/url/lib.rs
+7 −0
origin.rs
components/url/origin.rs
+5 −8
Cargo.toml
components/webdriver_server/Cargo.toml
+171 −92
keys.rs
components/webdriver_server/keys.rs
+192 −238
lib.rs
components/webdriver_server/lib.rs
+0 −1
Cargo.toml
components/webvr/Cargo.toml
+10 −1
lib.rs
components/webvr/lib.rs
+7 −11
webvr_thread.rs
components/webvr/webvr_thread.rs
+0 −1
Cargo.toml
components/webvr_traits/Cargo.toml
+21 −19
lib.rs
components/webvr_traits/lib.rs
+2 −2
webvr_traits.rs
components/webvr_traits/webvr_traits.rs
+14 −14
HACKING_QUICKSTART.md
docs/HACKING_QUICKSTART.md
+15 −15
style.md
docs/components/style.md
+17 −0
bootstrap-android-and-accept-licences.sh
etc/ci/bootstrap-android-and-accept-licences.sh
+5 −21
buildbot_steps.yml
etc/ci/buildbot_steps.yml
+4 −4
download_buildbot_timings.py
etc/ci/performance/download_buildbot_timings.py
+237 −0
README.md
etc/ci/taskcluster/README.md
+23 −0
curl-artifact.sh
etc/ci/taskcluster/curl-artifact.sh
+221 −0
decision-task.py
etc/ci/taskcluster/decision-task.py
+267 −0
decisionlib.py
etc/ci/taskcluster/decisionlib.py
+23 −0
base.dockerfile
etc/ci/taskcluster/docker/base.dockerfile
+43 −0
build.dockerfile
etc/ci/taskcluster/docker/build.dockerfile
0
run.dockerfile/{ → }
etc/{ → ci}/taskcluster/docker/run.dockerfile
+45 −0
mock.py
etc/ci/taskcluster/mock.py
+1 −1
README.md
etc/doc.servo.org/README.md
0
memory_reports_over_time.py
etc/memory_reports_over_time.py
+3 −3
run_in_headless_android_emulator.py
etc/run_in_headless_android_emulator.py
+0 −249
README.md
etc/taskcluster/README.md
+0 −335
decision_task.py
etc/taskcluster/decision_task.py
+0 −697
decisionlib.py
etc/taskcluster/decisionlib.py
+0 −23
base.dockerfile
etc/taskcluster/docker/base.dockerfile
+0 −46
build.dockerfile
etc/taskcluster/docker/build.dockerfile
+0 −11
run-android-emulator.dockerfile
etc/taskcluster/docker/run-android-emulator.dockerfile
+0 −54
mock.py
etc/taskcluster/mock.py
+0 −2
.gitignore
etc/taskcluster/packet.net/.gitignore
+0 −45
README.md
etc/taskcluster/packet.net/README.md
+0 −29
docker-worker.tf
etc/taskcluster/packet.net/docker-worker.tf
+0 −47
list_devices.py
etc/taskcluster/packet.net/list_devices.py
+0 −35
tc.py
etc/taskcluster/packet.net/tc.py
+0 −43
terraform_with_vars.py
etc/taskcluster/packet.net/terraform_with_vars.py
+0 −1
.gitignore
etc/taskcluster/windows/.gitignore
+0 −88
README.md
etc/taskcluster/windows/README.md
+0 −1
base-ami.txt
etc/taskcluster/windows/base-ami.txt
+0 −54
bootstrap.ps1
etc/taskcluster/windows/bootstrap.ps1
+0 −116
build-ami.py
etc/taskcluster/windows/build-ami.py
+0 −81
first-boot.ps1
etc/taskcluster/windows/first-boot.ps1
+2 −2
mach.bat
mach.bat
+0 −20
Cargo.toml
ports/libmlservo/Cargo.toml
+0 −492
lib.rs
ports/libmlservo/src/lib.rs
+0 −1
Cargo.toml
ports/libsimpleservo/Cargo.toml
+3 −0
build.rs
ports/libsimpleservo/build.rs
+46 −70
api.rs
ports/libsimpleservo/src/api.rs
+56 −82
capi.rs
ports/libsimpleservo/src/capi.rs
+6 −11
gl_glue.rs
ports/libsimpleservo/src/gl_glue.rs
+116 −241
jniapi.rs
ports/libsimpleservo/src/jniapi.rs
+14 −2
lib.rs
ports/libsimpleservo/src/lib.rs
+4 −7
Cargo.toml
ports/servo/Cargo.toml
+143 −107
browser.rs
ports/servo/browser.rs
+0 −9
build.rs
ports/servo/build.rs
+213 −235
keyutils.rs
ports/servo/glutin_app/keyutils.rs
+85 −51
window.rs
ports/servo/glutin_app/window.rs
+26 −6
non_android_main.rs
ports/servo/non_android_main.rs
+0 −13
count_threads.c
ports/servo/platform/macos/count_threads.c
+1 −31
mod.rs
ports/servo/platform/macos/mod.rs
+29 −70
bootstrap_commands.py
python/servo/bootstrap_commands.py
+5 −108
build_commands.py
python/servo/build_commands.py
+0 −12
command_base.py
python/servo/command_base.py
+14 −3
devenv_commands.py
python/servo/devenv_commands.py
+6 −46
package_commands.py
python/servo/package_commands.py
+3 −3
post_build_commands.py
python/servo/post_build_commands.py
+3 −21
testing_commands.py
python/servo/testing_commands.py
+2 −11
util.py
python/servo/util.py
+33 −9
tidy.py
python/tidy/servo_tidy/tidy.py
+1 −0
rust_tidy.rs
python/tidy/servo_tidy_tests/rust_tidy.rs
+6 −0
test_tidy.py
python/tidy/servo_tidy_tests/test_tidy.py
+1 −2
prefs.json
resources/prefs.json
+6 −27
servo.css
resources/servo.css
+1 −1
rust-toolchain
rust-toolchain
+2 −1
rustfmt.toml
rustfmt.toml
+7 −11
servo-tidy.toml
servo-tidy.toml
+1 −1
build.gradle
support/android/apk/servoapp/build.gradle
+1 −1
AndroidManifest.xml
...rt/android/apk/servoapp/src/main/AndroidManifest.xml
+187 −0
MainActivity.java
...pp/src/main/java/com/mozilla/servo/MainActivity.java
+0 −192
MainActivity.java
...pp/src/main/java/org/mozilla/servo/MainActivity.java
+2 −2
activity_main.xml
...d/apk/servoapp/src/main/res/layout/activity_main.xml
+1 −40
build.gradle
support/android/apk/servoview/build.gradle
+1 −1
AndroidManifest.xml
...droid/apk/servoview/src/googlevr/AndroidManifest.xml
+1 −1
AndroidManifest.xml
...t/android/apk/servoview/src/main/AndroidManifest.xml
+85 −0
JNIServo.java
...ew/src/main/java/com/mozilla/servoview/JNIServo.java
+216 −0
Servo.java
...oview/src/main/java/com/mozilla/servoview/Servo.java
+215 −0
ServoSurface.java
...rc/main/java/com/mozilla/servoview/ServoSurface.java
+343 −0
ServoView.java
...w/src/main/java/com/mozilla/servoview/ServoView.java
+0 −96
JNIServo.java
...ew/src/main/java/org/mozilla/servoview/JNIServo.java
+0 −231
Servo.java
...oview/src/main/java/org/mozilla/servoview/Servo.java
+0 −262
ServoSurface.java
...rc/main/java/org/mozilla/servoview/ServoSurface.java
+0 −365
ServoView.java
...w/src/main/java/org/mozilla/servoview/ServoView.java
+1 −1
AndroidManifest.xml
...droid/apk/servoview/src/oculusvr/AndroidManifest.xml
+2 −2
openssl.makefile
support/android/openssl.makefile
+1 −1
gstreamer.sh
support/linux/gstreamer/gstreamer.sh
+0 −3
.gitignore
support/magicleap/.gitignore
+0 −31
README.md
support/magicleap/README.md
+0 −65
launch.json
support/magicleap/Servo2D/.vscode/launch.json
+0 −23
settings.json
support/magicleap/Servo2D/.vscode/settings.json
+0 −223
tasks.json
support/magicleap/Servo2D/.vscode/tasks.json
+0 −3,466
Model_UFO.fbx
support/magicleap/Servo2D/Icon/Model/Model_UFO.fbx
+0 −18
Model_UFO.kmat
support/magicleap/Servo2D/Icon/Model/Model_UFO.kmat
BIN
Model_UFO_Albedo.png
...rt/magicleap/Servo2D/Icon/Model/Model_UFO_Albedo.png
BIN
Model_UFO_Albedo_Ring.png
...gicleap/Servo2D/Icon/Model/Model_UFO_Albedo_Ring.png
+0 −509
InsidePortal_SkySphere.fbx
...cleap/Servo2D/Icon/Portal/InsidePortal_SkySphere.fbx
+0 −13
InsidePortal_SkySphere.kmat
...leap/Servo2D/Icon/Portal/InsidePortal_SkySphere.kmat
BIN
InsidePortal_SkySphere.png
...cleap/Servo2D/Icon/Portal/InsidePortal_SkySphere.png
+0 −26
Servo2D.mabu
support/magicleap/Servo2D/Servo2D.mabu
+0 −5
Servo2D.mlproject
support/magicleap/Servo2D/Servo2D.mlproject
+0 −7
Servo2D.package
support/magicleap/Servo2D/Servo2D.package
+0 −48
SceneDescriptor.h
...ort/magicleap/Servo2D/code/inc.gen/SceneDescriptor.h
+0 −34
scenesGen.h
support/magicleap/Servo2D/code/inc.gen/scenesGen.h
+0 −121
Servo2D.h
support/magicleap/Servo2D/code/inc/Servo2D.h
+0 −54
SceneDescriptor.cpp
...t/magicleap/Servo2D/code/src.gen/SceneDescriptor.cpp
+0 −49
scenesGen.cpp
support/magicleap/Servo2D/code/src.gen/scenesGen.cpp
+0 −297
Servo2D.cpp
support/magicleap/Servo2D/code/src/Servo2D.cpp
+0 −13
main.cpp
support/magicleap/Servo2D/code/src/main.cpp
+0 −3
srcsGen.comp
support/magicleap/Servo2D/code/srcsGen.comp
+0 −19
fonts.xml
support/magicleap/Servo2D/fonts.xml
+0 −20
manifest.xml
support/magicleap/Servo2D/manifest.xml
+0 −1
AssetManifest.comp
.../magicleap/Servo2D/pipeline/cache/AssetManifest.comp
+0 −36
project.json
support/magicleap/Servo2D/pipeline/lap/project.json
+0 −3
scenes.comp
support/magicleap/Servo2D/scenes.comp
+0 −177
Servo2D.design
support/magicleap/Servo2D/scenes/Servo2D.design
0
Servo2D.scene.res.xml
support/magicleap/Servo2D/scenes/Servo2D.scene.res.xml
+0 −15
Servo2D.scene.xml
support/magicleap/Servo2D/scenes/Servo2D.scene.xml
+0 −21
fake-ld.sh
support/magicleap/fake-ld.sh
+0 −60
openssl.sh
support/magicleap/openssl.sh
+0 −1
toolchain.cmake
support/magicleap/toolchain.cmake
+0 −1
Cargo.toml
support/rust-task_info/Cargo.toml
+2 −0
build.rs
support/rust-task_info/build.rs
+1 −0
lib.rs
support/rust-task_info/src/lib.rs
+9 −13
task_basic_info.rs
support/rust-task_info/src/task_basic_info.rs
+2 −8
Servo.wxs.mako
support/windows/Servo.wxs.mako
+0 −1
Cargo.toml
tests/unit/deny_public_fields/Cargo.toml
+0 −1
Cargo.toml
tests/unit/malloc_size_of/Cargo.toml
+4 −2
lib.rs
tests/unit/malloc_size_of/lib.rs
+0 −1
Cargo.toml
tests/unit/metrics/Cargo.toml
+11 −19
interactive_time.rs
tests/unit/metrics/interactive_time.rs
+10 −0
lib.rs
tests/unit/metrics/lib.rs
+3 −3
paint_time.rs
tests/unit/metrics/paint_time.rs
+3 −1
Cargo.toml
tests/unit/profile/Cargo.toml
+6 −0
lib.rs
tests/unit/profile/lib.rs
+8 −14
time.rs
tests/unit/profile/time.rs
+1 −2
Cargo.toml
tests/unit/script/Cargo.toml
+9 −11
headers.rs
tests/unit/script/headers.rs
+36 −104
htmlareaelement.rs
tests/unit/script/htmlareaelement.rs
+28 −108
htmlimageelement.rs
tests/unit/script/htmlimageelement.rs
+11 −14
lib.rs
tests/unit/script/lib.rs
+9 −45
origin.rs
tests/unit/script/origin.rs
+41 −90
textinput.rs
tests/unit/script/textinput.rs
+0 −87
timeranges.rs
tests/unit/script/timeranges.rs
+0 −1
Cargo.toml
tests/unit/script_plugins/Cargo.toml
+0 −1
lib.rs
tests/unit/script_plugins/lib.rs
+1 −2
Cargo.toml
tests/unit/style/Cargo.toml
+58 −114
animated_properties.rs
tests/unit/style/animated_properties.rs
+12 −16
attr.rs
tests/unit/style/attr.rs
+15 −21
custom_properties.rs
tests/unit/style/custom_properties.rs
+3 −6
lib.rs
tests/unit/style/lib.rs
+2 −2
logical_geometry.rs
tests/unit/style/logical_geometry.rs
+9 −17
animation.rs
tests/unit/style/parsing/animation.rs
+47 −176
background.rs
tests/unit/style/parsing/background.rs
+16 −45
border.rs
tests/unit/style/parsing/border.rs
+15 −23
effects.rs
tests/unit/style/parsing/effects.rs
+56 −106
image.rs
tests/unit/style/parsing/image.rs
+6 −8
inherited_text.rs
tests/unit/style/parsing/inherited_text.rs
+35 −59
mod.rs
tests/unit/style/parsing/mod.rs
+1 −0
position.rs
tests/unit/style/parsing/position.rs
+3 −8
selectors.rs
tests/unit/style/parsing/selectors.rs
+1 −4
supports.rs
tests/unit/style/parsing/supports.rs
+23 −38
transition_timing_function.rs
tests/unit/style/parsing/transition_timing_function.rs
+20 −24
mod.rs
tests/unit/style/properties/mod.rs
+8 −34
scaffolding.rs
tests/unit/style/properties/scaffolding.rs
+319 −232
serialization.rs
tests/unit/style/properties/serialization.rs
+47 −72
bench.rs
tests/unit/style/rule_tree/bench.rs
+7 −35
size_of.rs
tests/unit/style/size_of.rs
+2 −6
str.rs
tests/unit/style/str.rs
+226 −359
stylesheets.rs
tests/unit/style/stylesheets.rs
+55 −94
stylist.rs
tests/unit/style/stylist.rs
+185 −415
viewport.rs
tests/unit/style/viewport.rs
+0 −82
include.ini
tests/wpt/include.ini
+0 −1
__dir__.ini
tests/wpt/metadata/2dcontext/__dir__.ini
+0 −1
__dir__.ini
tests/wpt/metadata/2dcontext/imagebitmap/__dir__.ini
+16 −0
canvas-createImageBitmap-resize.html.ini
...imagebitmap/canvas-createImageBitmap-resize.html.ini
+4 −0
canvas-createImageBitmap-video-resize.html.ini
...itmap/canvas-createImageBitmap-video-resize.html.ini
+4 −0
createImageBitmap-bounds.html.ini
...ontext/imagebitmap/createImageBitmap-bounds.html.ini
+183 −0
createImageBitmap-drawImage.html.ini
...ext/imagebitmap/createImageBitmap-drawImage.html.ini
+249 −0
createImageBitmap-invalid-args.html.ini
.../imagebitmap/createImageBitmap-invalid-args.html.ini
+22 −0
createImageBitmap-origin.sub.html.ini
...xt/imagebitmap/createImageBitmap-origin.sub.html.ini
+17 −0
createImageBitmap-sizeOverflow.html.ini
.../imagebitmap/createImageBitmap-sizeOverflow.html.ini
+34 −0
createImageBitmap-transfer.html.ini
...text/imagebitmap/createImageBitmap-transfer.html.ini
+0 −5
2d.imageData.create2.nonfinite.html.ini
...manipulation/2d.imageData.create2.nonfinite.html.ini
+5 −0
2d.imageData.create2.zero.html.ini
...ixel-manipulation/2d.imageData.create2.zero.html.ini
+0 −5
2d.imageData.get.nonfinite.html.ini
...xel-manipulation/2d.imageData.get.nonfinite.html.ini
+5 −0
2d.imageData.get.zero.html.ini
...xt/pixel-manipulation/2d.imageData.get.zero.html.ini
+0 −5
2d.imageData.put.nonfinite.html.ini
...xel-manipulation/2d.imageData.put.nonfinite.html.ini
+0 −5
canvas-colorManaged-convertToBlob-roundtrip.html.ini
...canvas-colorManaged-convertToBlob-roundtrip.html.ini
+0 −5
canvas-colorManaged-toBlob-toDataURL.html.ini
...canvas/canvas-colorManaged-toBlob-toDataURL.html.ini
+0 −19
canvas-colorspace-arguments.html.ini
...de-gamut-canvas/canvas-colorspace-arguments.html.ini
+0 −35
canvas-createImageBitmap-e_srgb.html.ini
...amut-canvas/canvas-createImageBitmap-e_srgb.html.ini
+0 −31
canvas-createPutGetImageData-colorManaged.html.ini
...s/canvas-createPutGetImageData-colorManaged.html.ini
+0 −122
canvas-draw-high-bit-depth-images.html.ini
...ut-canvas/canvas-draw-high-bit-depth-images.html.ini
+0 −4
canvas-drawImage-e_srgb.html.ini
...t/wide-gamut-canvas/canvas-drawImage-e_srgb.html.ini
+0 −13
canvas-drawImage-offscreenCanvas.html.ini
...mut-canvas/canvas-drawImage-offscreenCanvas.html.ini
+0 −13
canvas-getImageData-e_srgb.html.ini
...ide-gamut-canvas/canvas-getImageData-e_srgb.html.ini
+0 −4
imageData-colorManagedBehavior.html.ini
...gamut-canvas/imageData-colorManagedBehavior.html.ini
+0 −19
imageData-colorSpace.html.ini
...text/wide-gamut-canvas/imageData-colorSpace.html.ini
+0 −7
imagedata-no-color-settings-crash.html.ini
...ut-canvas/imagedata-no-color-settings-crash.html.ini
+0 −25
transferFromImageBitmap.html.ini
...t/wide-gamut-canvas/transferFromImageBitmap.html.ini
+1,861 −10,052
MANIFEST.json
tests/wpt/metadata/MANIFEST.json
+1 −0
access-control-expose-headers-parsing.window.js.ini
.../access-control-expose-headers-parsing.window.js.ini
+0 −15
allow-headers.htm.ini
tests/wpt/metadata/cors/allow-headers.htm.ini
+0 −16
origin.htm.ini
tests/wpt/metadata/cors/origin.htm.ini
+24 −0
redirect-origin.htm.ini
tests/wpt/metadata/cors/redirect-origin.htm.ini
+5 −0
redirect-userinfo.htm.ini
tests/wpt/metadata/cors/redirect-userinfo.htm.ini
+0 −4
request-headers.htm.ini
tests/wpt/metadata/cors/request-headers.htm.ini
+0 −37
status-async.htm.ini
tests/wpt/metadata/cors/status-async.htm.ini
+0 −7
status-preflight.htm.ini
tests/wpt/metadata/cors/status-preflight.htm.ini
+0 −4
abspos-in-block-in-inline-in-relpos-inline.html.ini
.../abspos-in-block-in-inline-in-relpos-inline.html.ini
+0 −4
adjacent-to-relpos-inline-in-inline-that-had-block.html.ini
...t-to-relpos-inline-in-inline-that-had-block.html.ini
+0 −4
adjacent-to-relpos-inline-that-had-block.html.ini
...os/adjacent-to-relpos-inline-that-had-block.html.ini
+1 −0
background-043.xht.ini
...metadata/css/CSS2/backgrounds/background-043.xht.ini
+1 −3
background-048.xht.ini
...metadata/css/CSS2/backgrounds/background-048.xht.ini
+3 −0
border-top-width-003.xht.ini
...tadata/css/CSS2/borders/border-top-width-003.xht.ini
+2 −0
groove-default.html.ini
...pt/metadata/css/CSS2/borders/groove-default.html.ini
+2 −0
ridge-default.html.ini
...wpt/metadata/css/CSS2/borders/ridge-default.html.ini
+0 −3
clear-on-parent-and-child.html.ini
...CSS2/floats-clear/clear-on-parent-and-child.html.ini
+0 −4
computed-float-position-absolute.html.ini
...SS2/floats/computed-float-position-absolute.html.ini
+3 −0
text-indent-percent-001.xht.ini
...tadata/css/CSS2/text/text-indent-percent-001.xht.ini
+4 −0
mix-blend-mode-animation.html.ini
...ing/mix-blend-mode/mix-blend-mode-animation.html.ini
+0 −2
mix-blend-mode-blended-with-transform-and-perspective.html.ini
...mode-blended-with-transform-and-perspective.html.ini
+0 −72
animationevent-interface.html.ini
...css/css-animations/animationevent-interface.html.ini
+49 −0
inheritance.html.ini
...wpt/metadata/css/css-animations/inheritance.html.ini
+0 −10
animation-delay-computed.html.ini
...animations/parsing/animation-delay-computed.html.ini
+0 −10
animation-duration-computed.html.ini
...mations/parsing/animation-duration-computed.html.ini
+1 −10
animation-timing-function-valid.html.ini
...ons/parsing/animation-timing-function-valid.html.ini
+2 −0
background-331.html.ini
...metadata/css/css-backgrounds/background-331.html.ini
+2 −0
background-333.html.ini
...metadata/css/css-backgrounds/background-333.html.ini
+0 −3
attachment-local-positioning-2.html.ini
...chment-local/attachment-local-positioning-2.html.ini
+0 −3
attachment-scroll-positioning-1.html.ini
...hment-local/attachment-scroll-positioning-1.html.ini
+0 −2
background-color-body-propagation-005.html.ini
...ounds/background-color-body-propagation-005.html.ini
+0 −2
background-color-body-propagation-006.html.ini
...ounds/background-color-body-propagation-006.html.ini
+0 −2
background-color-root-propagation-001.html.ini
...ounds/background-color-root-propagation-001.html.ini
+0 −2
background-color-root-propagation-002.html.ini
...ounds/background-color-root-propagation-002.html.ini
+5 −0
background-size-001.html.ini
...ata/css/css-backgrounds/background-size-001.html.ini
+3 −0
border-image-width-005.xht.ini
...a/css/css-backgrounds/border-image-width-005.xht.ini
+3 −0
border-image-width-006.xht.ini
...a/css/css-backgrounds/border-image-width-006.xht.ini
+0 −2
border-image-width-008.html.ini
.../css/css-backgrounds/border-image-width-008.html.ini
+0 −3
scroll-positioned-multiple-background-images.html.ini
...croll-positioned-multiple-background-images.html.ini
+0 −2
dynamic-bsize-change.html.ini
...tadata/css/css-flexbox/dynamic-bsize-change.html.ini
+0 −7
flex-minimum-height-flex-items-009.html.ini
...-flexbox/flex-minimum-height-flex-items-009.html.ini
+0 −7
flex-minimum-height-flex-items-010.html.ini
...-flexbox/flex-minimum-height-flex-items-010.html.ini
+0 −2
font-feature-resolution-001.html.ini
...a/css/css-fonts/font-feature-resolution-001.html.ini
+51 −51
at-font-face-font-matching.html.ini
...fonts/variations/at-font-face-font-matching.html.ini
+0 −2
font-descriptor-range-reversed.html.ini
...s/variations/font-descriptor-range-reversed.html.ini
+0 −2
font-style-interpolation.html.ini
...s-fonts/variations/font-style-interpolation.html.ini
+6 −6
font-weight-matching.html.ini
...s/css-fonts/variations/font-weight-matching.html.ini
+47 −0
color-stops-parsing.html.ini
...css/css-images/gradient/color-stops-parsing.html.ini
+2 −0
multiple-position-color-stop-linear.html.ini
...-images/multiple-position-color-stop-linear.html.ini
+2 −0
multiple-position-color-stop-radial.html.ini
...-images/multiple-position-color-stop-radial.html.ini
+4 −0
geometry-border-image-002.https.html.ini
...s-paint-api/geometry-border-image-002.https.html.ini
+4 −0
geometry-border-image-003.https.html.ini
...s-paint-api/geometry-border-image-003.https.html.ini
+0 −2
registered-property-interpolation-001.https.html.ini
...registered-property-interpolation-001.https.html.ini
+0 −2
registered-property-interpolation-002.https.html.ini
...registered-property-interpolation-002.https.html.ini
+0 −2
registered-property-interpolation-003.https.html.ini
...registered-property-interpolation-003.https.html.ini
+0 −2
registered-property-interpolation-004.https.html.ini
...registered-property-interpolation-004.https.html.ini
+0 −2
registered-property-interpolation-005.https.html.ini
...registered-property-interpolation-005.https.html.ini
+0 −2
registered-property-interpolation-006.https.html.ini
...registered-property-interpolation-006.https.html.ini
+0 −2
registered-property-interpolation-007.https.html.ini
...registered-property-interpolation-007.https.html.ini
+0 −2
registered-property-interpolation-008.https.html.ini
...registered-property-interpolation-008.https.html.ini
+0 −2
registered-property-interpolation-009.https.html.ini
...registered-property-interpolation-009.https.html.ini
+0 −2
registered-property-interpolation-010.https.html.ini
...registered-property-interpolation-010.https.html.ini
+0 −2
registered-property-invalidation-001.https.html.ini
.../registered-property-invalidation-001.https.html.ini
+0 −2
registered-property-invalidation-002.https.html.ini
.../registered-property-invalidation-002.https.html.ini
+0 −2
registered-property-stylemap.https.html.ini
...aint-api/registered-property-stylemap.https.html.ini
+0 −2
registered-property-value-001.https.html.ini
...int-api/registered-property-value-001.https.html.ini
+0 −2
registered-property-value-002.https.html.ini
...int-api/registered-property-value-002.https.html.ini
+0 −2
registered-property-value-003.https.html.ini
...int-api/registered-property-value-003.https.html.ini
+0 −2
registered-property-value-004.https.html.ini
...int-api/registered-property-value-004.https.html.ini
+0 −2
registered-property-value-005.https.html.ini
...int-api/registered-property-value-005.https.html.ini
+0 −2
registered-property-value-006.https.html.ini
...int-api/registered-property-value-006.https.html.ini
+0 −2
registered-property-value-007.https.html.ini
...int-api/registered-property-value-007.https.html.ini
+0 −2
registered-property-value-008.https.html.ini
...int-api/registered-property-value-008.https.html.ini
+0 −2
registered-property-value-009.https.html.ini
...int-api/registered-property-value-009.https.html.ini
+0 −2
registered-property-value-010.https.html.ini
...int-api/registered-property-value-010.https.html.ini
+0 −2
registered-property-value-011.https.html.ini
...int-api/registered-property-value-011.https.html.ini
+0 −2
registered-property-value-012.https.html.ini
...int-api/registered-property-value-012.https.html.ini
+0 −2
registered-property-value-013.https.html.ini
...int-api/registered-property-value-013.https.html.ini
+0 −2
registered-property-value-014.https.html.ini
...int-api/registered-property-value-014.https.html.ini
+0 −2
registered-property-value-015.https.html.ini
...int-api/registered-property-value-015.https.html.ini
+0 −2
registered-property-value-016.https.html.ini
...int-api/registered-property-value-016.https.html.ini
+0 −2
registered-property-value-017.https.html.ini
...int-api/registered-property-value-017.https.html.ini
+0 −2
registered-property-value-018.https.html.ini
...int-api/registered-property-value-018.https.html.ini
+49 −0
inheritance.html.ini
...wpt/metadata/css/css-text-decor/inheritance.html.ini
+0 −2
hanging-scrollable-001.html.ini
.../hanging-punctuation/hanging-scrollable-001.html.ini
+12 −12
css-text-line-break-ja-cpm-normal.html.ini
...t/i18n/ja/css-text-line-break-ja-cpm-normal.html.ini
+6 −6
css-text-line-break-ja-hyphens-strict.html.ini
...8n/ja/css-text-line-break-ja-hyphens-strict.html.ini
+12 −12
css-text-line-break-zh-cpm-normal.html.ini
...t/i18n/zh/css-text-line-break-zh-cpm-normal.html.ini
+0 −7
inheritance.html.ini
tests/wpt/metadata/css/css-text/inheritance.html.ini
+0 −2
letter-spacing-end-of-line-001.html.ini
...tter-spacing/letter-spacing-end-of-line-001.html.ini
+0 −2
letter-spacing-nesting-001.html.ini
...t/letter-spacing/letter-spacing-nesting-001.html.ini
+0 −2
overflow-wrap-break-word-004.html.ini
.../overflow-wrap/overflow-wrap-break-word-004.html.ini
+0 −2
overflow-wrap-break-word-005.html.ini
.../overflow-wrap/overflow-wrap-break-word-005.html.ini
+0 −2
tab-min-rendered-width-1.html.ini
.../css-text/tab-size/tab-min-rendered-width-1.html.ini
+0 −2
text-transform-full-size-kana-001.html.ini
...transform/text-transform-full-size-kana-001.html.ini
+0 −2
control-chars-000.html.ini
.../css/css-text/white-space/control-chars-000.html.ini
+0 −2
control-chars-001.html.ini
.../css/css-text/white-space/control-chars-001.html.ini
+0 −2
control-chars-002.html.ini
.../css/css-text/white-space/control-chars-002.html.ini
+0 −2
control-chars-003.html.ini
.../css/css-text/white-space/control-chars-003.html.ini
+0 −2
control-chars-004.html.ini
.../css/css-text/white-space/control-chars-004.html.ini
+0 −2
control-chars-005.html.ini
.../css/css-text/white-space/control-chars-005.html.ini
+0 −2
control-chars-006.html.ini
.../css/css-text/white-space/control-chars-006.html.ini
+0 −2
control-chars-007.html.ini
.../css/css-text/white-space/control-chars-007.html.ini
+0 −2
control-chars-008.html.ini
.../css/css-text/white-space/control-chars-008.html.ini
+0 −2
control-chars-00B.html.ini
.../css/css-text/white-space/control-chars-00B.html.ini
+0 −2
control-chars-00D.html.ini
.../css/css-text/white-space/control-chars-00D.html.ini
+0 −2
control-chars-00E.html.ini
.../css/css-text/white-space/control-chars-00E.html.ini
+0 −2
control-chars-00F.html.ini
.../css/css-text/white-space/control-chars-00F.html.ini
+0 −2
control-chars-010.html.ini
.../css/css-text/white-space/control-chars-010.html.ini
+0 −2
control-chars-011.html.ini
.../css/css-text/white-space/control-chars-011.html.ini
+0 −2
control-chars-012.html.ini
.../css/css-text/white-space/control-chars-012.html.ini
+0 −2
control-chars-013.html.ini
.../css/css-text/white-space/control-chars-013.html.ini
+0 −2
control-chars-014.html.ini
.../css/css-text/white-space/control-chars-014.html.ini
+0 −2
control-chars-015.html.ini
.../css/css-text/white-space/control-chars-015.html.ini
+0 −2
control-chars-016.html.ini
.../css/css-text/white-space/control-chars-016.html.ini
+0 −2
control-chars-017.html.ini
.../css/css-text/white-space/control-chars-017.html.ini
+0 −2
control-chars-018.html.ini
.../css/css-text/white-space/control-chars-018.html.ini
+0 −2
control-chars-019.html.ini
.../css/css-text/white-space/control-chars-019.html.ini
+0 −2
control-chars-01A.html.ini
.../css/css-text/white-space/control-chars-01A.html.ini
+0 −2
control-chars-01B.html.ini
.../css/css-text/white-space/control-chars-01B.html.ini
+0 −2
control-chars-01C.html.ini
.../css/css-text/white-space/control-chars-01C.html.ini
+0 −2
control-chars-01D.html.ini
.../css/css-text/white-space/control-chars-01D.html.ini
+0 −2
control-chars-01E.html.ini
.../css/css-text/white-space/control-chars-01E.html.ini
+0 −2
control-chars-01F.html.ini
.../css/css-text/white-space/control-chars-01F.html.ini
+0 −2
control-chars-07F.html.ini
.../css/css-text/white-space/control-chars-07F.html.ini
+0 −2
control-chars-080.html.ini
.../css/css-text/white-space/control-chars-080.html.ini
+0 −2
control-chars-081.html.ini
.../css/css-text/white-space/control-chars-081.html.ini
+0 −2
control-chars-082.html.ini
.../css/css-text/white-space/control-chars-082.html.ini
+0 −2
control-chars-083.html.ini
.../css/css-text/white-space/control-chars-083.html.ini
+0 −2
control-chars-084.html.ini
.../css/css-text/white-space/control-chars-084.html.ini
+0 −2
control-chars-085.html.ini
.../css/css-text/white-space/control-chars-085.html.ini
+0 −2
control-chars-086.html.ini
.../css/css-text/white-space/control-chars-086.html.ini
+0 −2
control-chars-087.html.ini
.../css/css-text/white-space/control-chars-087.html.ini
+0 −2
control-chars-088.html.ini
.../css/css-text/white-space/control-chars-088.html.ini
+0 −2
control-chars-089.html.ini
.../css/css-text/white-space/control-chars-089.html.ini
+0 −2
control-chars-08A.html.ini
.../css/css-text/white-space/control-chars-08A.html.ini
+0 −2
control-chars-08B.html.ini
.../css/css-text/white-space/control-chars-08B.html.ini
+0 −2
control-chars-08C.html.ini
.../css/css-text/white-space/control-chars-08C.html.ini
+0 −2
control-chars-08D.html.ini
.../css/css-text/white-space/control-chars-08D.html.ini
+0 −2
control-chars-08E.html.ini
.../css/css-text/white-space/control-chars-08E.html.ini
+0 −2
control-chars-08F.html.ini
.../css/css-text/white-space/control-chars-08F.html.ini
+0 −2
control-chars-090.html.ini
.../css/css-text/white-space/control-chars-090.html.ini
+0 −2
control-chars-091.html.ini
.../css/css-text/white-space/control-chars-091.html.ini
+0 −2
control-chars-092.html.ini
.../css/css-text/white-space/control-chars-092.html.ini
+0 −2
control-chars-093.html.ini
.../css/css-text/white-space/control-chars-093.html.ini
+0 −2
control-chars-094.html.ini
.../css/css-text/white-space/control-chars-094.html.ini
+0 −2
control-chars-095.html.ini
.../css/css-text/white-space/control-chars-095.html.ini
+0 −2
control-chars-096.html.ini
.../css/css-text/white-space/control-chars-096.html.ini
+0 −2
control-chars-097.html.ini
.../css/css-text/white-space/control-chars-097.html.ini
+0 −2
control-chars-098.html.ini
.../css/css-text/white-space/control-chars-098.html.ini
+0 −2
control-chars-099.html.ini
.../css/css-text/white-space/control-chars-099.html.ini
+0 −2
control-chars-09A.html.ini
.../css/css-text/white-space/control-chars-09A.html.ini
+0 −2
control-chars-09B.html.ini
.../css/css-text/white-space/control-chars-09B.html.ini
+0 −2
control-chars-09C.html.ini
.../css/css-text/white-space/control-chars-09C.html.ini
+0 −2
control-chars-09D.html.ini
.../css/css-text/white-space/control-chars-09D.html.ini
+0 −2
control-chars-09E.html.ini
.../css/css-text/white-space/control-chars-09E.html.ini
+0 −2
control-chars-09F.html.ini
.../css/css-text/white-space/control-chars-09F.html.ini
+0 −2
line-edge-white-space-collapse-001.html.ini
...te-space/line-edge-white-space-collapse-001.html.ini
+0 −2
line-edge-white-space-collapse-002.html.ini
...te-space/line-edge-white-space-collapse-002.html.ini
+0 −2
trailing-ideographic-space-001.html.ini
.../white-space/trailing-ideographic-space-001.html.ini
+0 −2
trailing-ideographic-space-002.html.ini
.../white-space/trailing-ideographic-space-002.html.ini
+0 −2
trailing-ideographic-space-004.html.ini
.../white-space/trailing-ideographic-space-004.html.ini
+0 −2
white-space-empty-text-sibling.html.ini
.../white-space/white-space-empty-text-sibling.html.ini
+0 −2
white-space-pre-wrap-trailing-spaces-001.html.ini
...ce/white-space-pre-wrap-trailing-spaces-001.html.ini
+0 −2
white-space-pre-wrap-trailing-spaces-002.html.ini
...ce/white-space-pre-wrap-trailing-spaces-002.html.ini
+0 −2
white-space-pre-wrap-trailing-spaces-003.html.ini
...ce/white-space-pre-wrap-trailing-spaces-003.html.ini
+0 −2
word-break-break-all-010.html.ini
...ss-text/word-break/word-break-break-all-010.html.ini
+0 −2
word-break-break-all-011.html.ini
...ss-text/word-break/word-break-break-all-011.html.ini
+0 −2
word-break-keep-all-005.html.ini
...css-text/word-break/word-break-keep-all-005.html.ini
+0 −67
list-interpolation.html.ini
...css-transforms/animation/list-interpolation.html.ini
+0 −4
matrix-interpolation.html.ini
...s-transforms/animation/matrix-interpolation.html.ini
+0 −2
css-transforms-3d-on-anonymous-block-001.html.ini
...ms/css-transforms-3d-on-anonymous-block-001.html.ini
+0 −2
dynamic-fixed-pos-cb-change.html.ini
.../css-transforms/dynamic-fixed-pos-cb-change.html.ini
+0 −10
inheritance.html.ini
...wpt/metadata/css/css-transforms/inheritance.html.ini
+0 −3
transform-table-006.html.ini
...data/css/css-transforms/transform-table-006.html.ini
+25 −0
inheritance.html.ini
...pt/metadata/css/css-transitions/inheritance.html.ini
+0 −10
transition-duration-computed.html.ini
...itions/parsing/transition-duration-computed.html.ini
+1 −10
transition-timing-function-valid.html.ini
...ns/parsing/transition-timing-function-valid.html.ini
+407 −407
properties-value-001.html.ini
...ta/css/css-transitions/properties-value-001.html.ini
+45 −45
properties-value-003.html.ini
...ta/css/css-transitions/properties-value-003.html.ini
+13 −13
properties-value-implicit-001.html.ini
...s-transitions/properties-value-implicit-001.html.ini
+57 −57
properties-value-inherit-002.html.ini
...ss-transitions/properties-value-inherit-002.html.ini
+0 −13
transition-timing-function-001.html.ini
...-transitions/transition-timing-function-001.html.ini
+0 −7
transitionevent-interface.html.ini
...s/css-transitions/transitionevent-interface.html.ini
+23 −23
transitions-animatable-properties-01.html.ini
...itions/transitions-animatable-properties-01.html.ini
+0 −4
inheritance.html.ini
tests/wpt/metadata/css/css-ui/inheritance.html.ini
+0 −4
CaretPosition-001.html.ini
...t/metadata/css/cssom-view/CaretPosition-001.html.ini
+0 −4
elementFromPoint-001.html.ini
...etadata/css/cssom-view/elementFromPoint-001.html.ini
+0 −4
elementFromPoint-dynamic-anon-box.html.ini
...ssom-view/elementFromPoint-dynamic-anon-box.html.ini
+0 −6
elementFromPosition.html.ini
...metadata/css/cssom-view/elementFromPosition.html.ini
+0 −4
elementsFromPoint-inline-htb-ltr.html.ini
...cssom-view/elementsFromPoint-inline-htb-ltr.html.ini
+0 −4
elementsFromPoint-inline-htb-rtl.html.ini
...cssom-view/elementsFromPoint-inline-htb-rtl.html.ini
+0 −4
elementsFromPoint-inline-vlr-ltr.html.ini
...cssom-view/elementsFromPoint-inline-vlr-ltr.html.ini
+0 −4
elementsFromPoint-inline-vlr-rtl.html.ini
...cssom-view/elementsFromPoint-inline-vlr-rtl.html.ini
+0 −4
elementsFromPoint-inline-vrl-ltr.html.ini
...cssom-view/elementsFromPoint-inline-vrl-ltr.html.ini
+0 −4
elementsFromPoint-inline-vrl-rtl.html.ini
...cssom-view/elementsFromPoint-inline-vrl-rtl.html.ini
+4 −0
elementsFromPoint-invalid-cases.html.ini
.../cssom-view/elementsFromPoint-invalid-cases.html.ini
+0 −4
getClientRects-br-htb-rtl.html.ini
...ta/css/cssom-view/getClientRects-br-htb-rtl.html.ini
+0 −4
getClientRects-br-vlr-ltr.html.ini
...ta/css/cssom-view/getClientRects-br-vlr-ltr.html.ini
+0 −4
getClientRects-br-vlr-rtl.html.ini
...ta/css/cssom-view/getClientRects-br-vlr-rtl.html.ini
+0 −4
getClientRects-br-vrl-ltr.html.ini
...ta/css/cssom-view/getClientRects-br-vrl-ltr.html.ini
+0 −4
getClientRects-br-vrl-rtl.html.ini
...ta/css/cssom-view/getClientRects-br-vrl-rtl.html.ini
+0 −12
interfaces.html.ini
tests/wpt/metadata/css/cssom-view/interfaces.html.ini
+0 −2
offsetTopLeftInline.html.ini
...metadata/css/cssom-view/offsetTopLeftInline.html.ini
+0 −7
screenLeftTop.html.ini
...s/wpt/metadata/css/cssom-view/screenLeftTop.html.ini
+3 −0
scroll-behavior-smooth.html.ini
...adata/css/cssom-view/scroll-behavior-smooth.html.ini
+0 −85
backdrop-filter-computed.html.ini
...er-effects/parsing/backdrop-filter-computed.html.ini
+0 −112
backdrop-filter-parsing-valid.html.ini
...fects/parsing/backdrop-filter-parsing-valid.html.ini
+0 −85
filter-computed.html.ini
.../css/filter-effects/parsing/filter-computed.html.ini
+0 −27
filter-parsing-valid.html.ini
...filter-effects/parsing/filter-parsing-valid.html.ini
+0 −16
where.html.ini
...t/metadata/css/selectors/invalidation/where.html.ini
+5 −0
builtin-coverage.html.ini
...t/metadata/custom-elements/builtin-coverage.html.ini
+0 −4
shadow-relatedTarget.html.ini
...pt/metadata/dom/events/shadow-relatedTarget.html.ini
+0 −4
Node-insertBefore.html.ini
tests/wpt/metadata/dom/nodes/Node-insertBefore.html.ini
+0 −7
Node-replaceChild.html.ini
tests/wpt/metadata/dom/nodes/Node-replaceChild.html.ini
+0 −52
DOMParser-parseFromString-xml-parsererror.html.ini
...g/DOMParser-parseFromString-xml-parsererror.html.ini
+10 −0
idlharness.any.js.ini
tests/wpt/metadata/encoding/idlharness.any.js.ini
+1 −70
single-byte-decoder.html.ini
...s/wpt/metadata/encoding/single-byte-decoder.html.ini
+4 −4
backpressure.any.js.ini
...pt/metadata/encoding/streams/backpressure.any.js.ini
+4 −4
decode-attributes.any.js.ini
...tadata/encoding/streams/decode-attributes.any.js.ini
+2 −2
decode-bad-chunks.any.js.ini
...tadata/encoding/streams/decode-bad-chunks.any.js.ini
+2 −2
decode-ignore-bom.any.js.ini
...tadata/encoding/streams/decode-ignore-bom.any.js.ini
+1 −2
decode-incomplete-input.any.js.ini
.../encoding/streams/decode-incomplete-input.any.js.ini
+1 −2
decode-non-utf8.any.js.ini
...metadata/encoding/streams/decode-non-utf8.any.js.ini
+1 −2
decode-split-character.any.js.ini
...a/encoding/streams/decode-split-character.any.js.ini
+1 −2
decode-utf8.any.js.ini
...wpt/metadata/encoding/streams/decode-utf8.any.js.ini
+2 −2
encode-bad-chunks.any.js.ini
...tadata/encoding/streams/encode-bad-chunks.any.js.ini
+2 −2
encode-utf8.any.js.ini
...wpt/metadata/encoding/streams/encode-utf8.any.js.ini
+3 −3
readable-writable-properties.any.js.ini
...ding/streams/readable-writable-properties.any.js.ini
+9 −0
eventsource-cross-origin.htm.ini
...etadata/eventsource/eventsource-cross-origin.htm.ini
+0 −4
format-mime-trailing-semicolon.htm.ini
...a/eventsource/format-mime-trailing-semicolon.htm.ini
+5 −7
general.any.js.ini
tests/wpt/metadata/fetch/api/abort/general.any.js.ini
+1 −39
header-value-combining.any.js.ini
...ta/fetch/api/basic/header-value-combining.any.js.ini
+1 −2
header-value-null-byte.any.js.ini
...ta/fetch/api/basic/header-value-null-byte.any.js.ini
+1 −2
stream-safe-creation.any.js.ini
...data/fetch/api/basic/stream-safe-creation.any.js.ini
+4 −0
cors-cookies-redirect.any.js.ini
...data/fetch/api/cors/cors-cookies-redirect.any.js.ini
+60 −0
cors-redirect.any.js.ini
...wpt/metadata/fetch/api/cors/cors-redirect.any.js.ini
+1 −0
idl.any.js.ini
tests/wpt/metadata/fetch/api/idl.any.js.ini
+6 −0
redirect-empty-location.any.js.ini
...etch/api/redirect/redirect-empty-location.any.js.ini
+33 −0
redirect-origin.any.js.ini
...tadata/fetch/api/redirect/redirect-origin.any.js.ini
+2 −0
request-error.html.ini
...pt/metadata/fetch/api/request/request-error.html.ini
+1 −2
request-init-stream.any.js.ini
...ata/fetch/api/request/request-init-stream.any.js.ini
+3 −1
response-consume.html.ini
...etadata/fetch/api/response/response-consume.html.ini
+0 −3
response-from-stream.any.js.ini
...a/fetch/api/response/response-from-stream.any.js.ini
+0 −82
script-resource-with-json-parser-breaker.tentative.sub.html.ini
...urce-with-json-parser-breaker.tentative.sub.html.ini
+7 −3
idlharness.tentative.any.js.ini
...a/fetch/cors-rfc1918/idlharness.tentative.any.js.ini
+1 −0
fetch-in-iframe.html.ini
...ross-origin-resource-policy/fetch-in-iframe.html.ini
+3 −4
fetch.any.js.ini
.../fetch/cross-origin-resource-policy/fetch.any.js.ini
+54 −30
processing.any.js.ini
...s/wpt/metadata/fetch/data-urls/processing.any.js.ini
+0 −5
importscripts.html.ini
tests/wpt/metadata/fetch/nosniff/importscripts.html.ini
+0 −13
parsing-nosniff.window.js.ini
...metadata/fetch/nosniff/parsing-nosniff.window.js.ini
+0 −4
script.html.ini
tests/wpt/metadata/fetch/nosniff/script.html.ini
+0 −6
stylesheet.html.ini
tests/wpt/metadata/fetch/nosniff/stylesheet.html.ini
+2 −0
report.tentative.https.sub.html.ini
...tch/sec-metadata/report.tentative.https.sub.html.ini
+6 −3
idlharness.any.js.ini
tests/wpt/metadata/hr-time/idlharness.any.js.ini
+0 −4
scroll-restoration-order.html.ini
.../history-traversal/scroll-restoration-order.html.ini
+0 −4
traverse_the_history_1.html.ini
...he-history-interface/traverse_the_history_1.html.ini
+0 −4
traverse_the_history_3.html.ini
...he-history-interface/traverse_the_history_3.html.ini
+0 −5
traverse_the_history_write_after_load_2.html.ini
...ace/traverse_the_history_write_after_load_2.html.ini
+0 −4
traverse_the_history_write_onload_2.html.ini
...terface/traverse_the_history_write_onload_2.html.ini
+4 −3
location-protocol-setter-non-broken-weird.html.ini
...e/location-protocol-setter-non-broken-weird.html.ini
+2 −5
location-protocol-setter-non-broken.html.ini
...terface/location-protocol-setter-non-broken.html.ini
+0 −34
no-browsing-context.window.js.ini
...location-interface/no-browsing-context.window.js.ini
+0 −10
no_window_open_when_term_nesting_level_nonzero.window.js.ini
...w_open_when_term_nesting_level_nonzero.window.js.ini
+0 −3
open-features-tokenization-noopener.html.ini
...by-name/open-features-tokenization-noopener.html.ini
+0 −12
window-properties.https.html.ini
...s/the-window-object/window-properties.https.html.ini
+0 −1
targeting-cross-origin-nested-browsing-contexts.html.ini
...eting-cross-origin-nested-browsing-contexts.html.ini
+12 −54
getter.html.ini
...elements/the-innertext-idl-attribute/getter.html.ini
+6 −0
historical.html.ini
tests/wpt/metadata/html/dom/historical.html.ini
+159 −3
interfaces.https.html.ini
tests/wpt/metadata/html/dom/interfaces.https.html.ini
+0 −4
form-margin-quirk.html.ini
...d-elements/flow-content-0/form-margin-quirk.html.ini
+0 −2
transformed-tbody-tr-collapsed-border.html.ini
...ables/transformed-tbody-tr-collapsed-border.html.ini
+0 −2
legend-block-margins-2.html.ini
...-and-legend-elements/legend-block-margins-2.html.ini
+0 −2
legend-list-item-numbering.html.ini
...-legend-elements/legend-list-item-numbering.html.ini
+0 −2
select-1-block-size.html.ini
...ents/the-select-element/select-1-block-size.html.ini
+0 −2
select-1-line-height.html.ini
...nts/the-select-element/select-1-line-height.html.ini
+0 −2
select-empty.html.ini
...ed-elements/the-select-element/select-empty.html.ini
+0 −36
link-style-error-01.html.ini
...tadata/the-link-element/link-style-error-01.html.ini
+0 −37
link-style-error-limited-quirks.html.ini
...ink-element/link-style-error-limited-quirks.html.ini
+0 −31
link-style-error-quirks.html.ini
...ta/the-link-element/link-style-error-quirks.html.ini
+0 −4
load-events-networkState.html.ini
...the-media-resource/load-events-networkState.html.ini
+0 −4
resource-selection-invoke-insert-into-iframe.html.ini
...esource-selection-invoke-insert-into-iframe.html.ini
+0 −4
resource-selection-invoke-pause-networkState.html.ini
...esource-selection-invoke-pause-networkState.html.ini
+0 −4
resource-selection-invoke-remove-from-document-networkState.html.ini
...on-invoke-remove-from-document-networkState.html.ini
+23 −23
canPlayType.html.ini
...ntent/media-elements/mime-types/canPlayType.html.ini
+15 −0
currentTime.html.ini
...offsets-into-the-media-resource/currentTime.html.ini
+2 −1
seek-to-currentTime.html.ini
.../media-elements/seeking/seek-to-currentTime.html.ini
+2 −1
seek-to-max-value.htm.ini
...ent/media-elements/seeking/seek-to-max-value.htm.ini
+2 −1
seek-to-negative-time.htm.ini
...media-elements/seeking/seek-to-negative-time.htm.ini
+0 −4
iframe-nosrc.html.ini
...ded-content/the-iframe-element/iframe-nosrc.html.ini
+0 −4
image-decode-with-quick-attach-svg.tentative.html.ini
...mage-decode-with-quick-attach-svg.tentative.html.ini
+17 −2
viewport-change.html.ini
...element/environment-changes/viewport-change.html.ini
+0 −10
non-active-document.html.ini
...content/the-img-element/non-active-document.html.ini
+0 −1
parse-a-sizes-attribute-standards-mode.html.ini
...izes/parse-a-sizes-attribute-standards-mode.html.ini
+0 −3
update-the-source-set.html.ini
...ntent/the-img-element/update-the-source-set.html.ini
+0 −15
form-autocomplete.html.ini
...cs/forms/the-form-element/form-autocomplete.html.ini
+13 −0
interfaces.html.ini
tests/wpt/metadata/html/semantics/interfaces.html.ini
+5 −0
activation-behavior.window.js.ini
...llowing-hyperlinks/activation-behavior.window.js.ini
+6 −0
077.html.ini
...g-1/the-script-element/execution-timing/077.html.ini
+0 −4
dynamic-imports-credentials.sub.html.ini
...amic-import/dynamic-imports-credentials.sub.html.ini
+4 −0
001.html.ini
...rkup-insertion/opening-the-input-stream/001.html.ini
+4 −0
005.html.ini
...rkup-insertion/opening-the-input-stream/005.html.ini
+4 −0
008.html.ini
...rkup-insertion/opening-the-input-stream/008.html.ini
+17 −0
009.https.html.ini
...nsertion/opening-the-input-stream/009.https.html.ini
+2 −2
bailout-exception-vs-return-origin.sub.window.js.ini
...bailout-exception-vs-return-origin.sub.window.js.ini
+7 −0
document.open-02.html.ini
...n/opening-the-input-stream/document.open-02.html.ini
+4 −0
document.open-03.html.ini
...n/opening-the-input-stream/document.open-03.html.ini
+6 −0
event-listeners.window.js.ini
...ening-the-input-stream/event-listeners.window.js.ini
+9 −2
quirks.window.js.ini
...ertion/opening-the-input-stream/quirks.window.js.ini
+4 −0
readiness.window.js.ini
...ion/opening-the-input-stream/readiness.window.js.ini
+6 −0
tasks.window.js.ini
...sertion/opening-the-input-stream/tasks.window.js.ini
+4 −0
url-fragment.window.js.ini
.../opening-the-input-stream/url-fragment.window.js.ini
+6 −3
queue-microtask-exceptions.any.js.ini
...rotask-queuing/queue-microtask-exceptions.any.js.ini
+7 −3
queue-microtask.any.js.ini
...appapis/microtask-queuing/queue-microtask.any.js.ini
+2 −125
event-handler-all-global-events.html.ini
...ting/events/event-handler-all-global-events.html.ini
+4 −0
allow-crossorigin.html.ini
...andled-promise-rejections/allow-crossorigin.html.ini
+0 −5
disallow-crossorigin.html.ini
...led-promise-rejections/disallow-crossorigin.html.ini
+4 −0
promise-rejection-events-attached-in-event.html.ini
.../promise-rejection-events-attached-in-event.html.ini
+35 −1
promise-rejection-events.dedicatedworker.html.ini
...ns/promise-rejection-events.dedicatedworker.html.ini
+54 −0
promise-rejection-events.html.ini
...promise-rejections/promise-rejection-events.html.ini
+1 −0
idlharness.any.js.ini
.../metadata/performance-timeline/idlharness.any.js.ini
+1 −7
webtiming-resolution.any.js.ini
...performance-timeline/webtiming-resolution.any.js.ini
+0 −21
table-cell-width-calculation.html.ini
...etadata/quirks/table-cell-width-calculation.html.ini
+283 −0
no-quirks.html.ini
...t/metadata/quirks/unitless-length/no-quirks.html.ini
+283 −0
quirks.html.ini
.../wpt/metadata/quirks/unitless-length/quirks.html.ini
+0 −4
external-import-stylesheet.html.ini
...ration/child-css/external-import-stylesheet.html.ini
+0 −4
internal-import-stylesheet.html.ini
...ration/child-css/internal-import-stylesheet.html.ini
+0 −5
processing-instruction.html.ini
...ntegration/child-css/processing-instruction.html.ini
+0 −5
external-import-stylesheet.html.ini
...ration/font-face/external-import-stylesheet.html.ini
+0 −4
external-stylesheet.html.ini
...s-integration/font-face/external-stylesheet.html.ini
+0 −5
internal-import-stylesheet.html.ini
...ration/font-face/internal-import-stylesheet.html.ini
+0 −4
internal-stylesheet.html.ini
...s-integration/font-face/internal-stylesheet.html.ini
+0 −5
processing-instruction.html.ini
...ntegration/font-face/processing-instruction.html.ini
+0 −5
external-import-stylesheet.html.ini
...ntegration/image/external-import-stylesheet.html.ini
+0 −5
external-stylesheet.html.ini
...y/css-integration/image/external-stylesheet.html.ini
+0 −5
inline-style.html.ini
...r-policy/css-integration/image/inline-style.html.ini
+0 −5
internal-import-stylesheet.html.ini
...ntegration/image/internal-import-stylesheet.html.ini
+0 −5
internal-stylesheet.html.ini
...y/css-integration/image/internal-stylesheet.html.ini
+0 −4
presentation-attribute.html.ini
...ss-integration/image/presentation-attribute.html.ini
+0 −5
processing-instruction.html.ini
...ss-integration/image/processing-instruction.html.ini
+0 −8
external-stylesheet.html.ini
...icy/css-integration/svg/external-stylesheet.html.ini
+0 −8
inline-style.html.ini
...rer-policy/css-integration/svg/inline-style.html.ini
+0 −8
internal-stylesheet.html.ini
...icy/css-integration/svg/internal-stylesheet.html.ini
+0 −8
presentation-attribute.html.ini
.../css-integration/svg/presentation-attribute.html.ini
+0 −8
processing-instruction.html.ini
.../css-integration/svg/processing-instruction.html.ini
+0 −5
multiple-headers-and-values.html.ini
...-policy/generic/multiple-headers-and-values.html.ini
+0 −5
multiple-headers-combined.html.ini
...er-policy/generic/multiple-headers-combined.html.ini
+0 −5
multiple-headers-one-invalid.html.ini
...policy/generic/multiple-headers-one-invalid.html.ini
+0 −5
multiple-headers-one-unknown-token.html.ini
.../generic/multiple-headers-one-unknown-token.html.ini
+0 −5
multiple-headers.html.ini
...ta/referrer-policy/generic/multiple-headers.html.ini
+0 −3
idlharness.window.js.ini
...s/wpt/metadata/touch-events/idlharness.window.js.ini
+12 −0
a-element-origin-xhtml.xhtml.ini
tests/wpt/metadata/url/a-element-origin-xhtml.xhtml.ini
+13 −0
a-element-origin.html.ini
tests/wpt/metadata/url/a-element-origin.html.ini
+78 −24
a-element-xhtml.xhtml.ini
tests/wpt/metadata/url/a-element-xhtml.xhtml.ini
+78 −24
a-element.html.ini
tests/wpt/metadata/url/a-element.html.ini
+20 −95
failure.html.ini
tests/wpt/metadata/url/failure.html.ini
+78 −24
url-constructor.html.ini
tests/wpt/metadata/url/url-constructor.html.ini
+1 −1
url-origin.html.ini
tests/wpt/metadata/url/url-origin.html.ini
+48 −114
url-setters.html.ini
tests/wpt/metadata/url/url-setters.html.ini
+27 −0
urlencoded-parser.any.js.ini
tests/wpt/metadata/url/urlencoded-parser.any.js.ini
+0 −12
compile.any.js.ini
...t/metadata/wasm/jsapi/constructor/compile.any.js.ini
+0 −18
instantiate.any.js.ini
...tadata/wasm/jsapi/constructor/instantiate.any.js.ini
+0 −6
constructor.any.js.ini
...pt/metadata/wasm/jsapi/global/constructor.any.js.ini
+0 −207
value-get-set.any.js.ini
.../metadata/wasm/jsapi/global/value-get-set.any.js.ini
+0 −6
valueOf.any.js.ini
tests/wpt/metadata/wasm/jsapi/global/valueOf.any.js.ini
+0 −207
idlharness.any.js.ini
tests/wpt/metadata/wasm/jsapi/idlharness.any.js.ini
+0 −6
grow.any.js.ini
tests/wpt/metadata/wasm/jsapi/table/grow.any.js.ini
+1 −1
identity-not-preserved.html.ini
...a/wasm/serialization/identity-not-preserved.html.ini
+0 −27
abort.any.js.ini
tests/wpt/metadata/wasm/webapi/abort.any.js.ini
+0 −37
body.any.js.ini
tests/wpt/metadata/wasm/webapi/body.any.js.ini
+0 −133
contenttype.any.js.ini
tests/wpt/metadata/wasm/webapi/contenttype.any.js.ini
+0 −61
empty-body.any.js.ini
tests/wpt/metadata/wasm/webapi/empty-body.any.js.ini
+0 −39
idlharness.any.js.ini
tests/wpt/metadata/wasm/webapi/idlharness.any.js.ini
+0 −189
instantiateStreaming-bad-imports.any.js.ini
...m/webapi/instantiateStreaming-bad-imports.any.js.ini
+0 −61
instantiateStreaming.any.js.ini
...metadata/wasm/webapi/instantiateStreaming.any.js.ini
+0 −277
invalid-args.any.js.ini
tests/wpt/metadata/wasm/webapi/invalid-args.any.js.ini
+0 −25
invalid-code.any.js.ini
tests/wpt/metadata/wasm/webapi/invalid-code.any.js.ini
+0 −37
origin.sub.any.js.ini
tests/wpt/metadata/wasm/webapi/origin.sub.any.js.ini
+0 −26
rejected-arg.any.js.ini
tests/wpt/metadata/wasm/webapi/rejected-arg.any.js.ini
+0 −109
status.any.js.ini
tests/wpt/metadata/wasm/webapi/status.any.js.ini
+0 −72
realtimeanalyser-fft-scaling.html.ini
...node-interface/realtimeanalyser-fft-scaling.html.ini
+1 −1
audiobuffersource-multi-channels.html.ini
...-interface/audiobuffersource-multi-channels.html.ini
+9 −6
audiobuffersource-start.html.ini
...ourcenode-interface/audiobuffersource-start.html.ini
+4 −4
buffer-resampling.html.ini
...uffersourcenode-interface/buffer-resampling.html.ini
+14 −3
note-grain-on-play.html.ini
...ffersourcenode-interface/note-grain-on-play.html.ini
+14 −3
note-grain-on-timing.html.ini
...ersourcenode-interface/note-grain-on-timing.html.ini
+10 −0
sample-accurate-scheduling.html.ini
...cenode-interface/sample-accurate-scheduling.html.ini
+1 −1
audiocontextoptions.html.ini
...-audiocontext-interface/audiocontextoptions.html.ini
+1 −18
audionode-channel-rules.html.ini
...audionode-interface/audionode-channel-rules.html.ini
+1 −1
audionode-disconnect.html.ini
...he-audionode-interface/audionode-disconnect.html.ini
+0 −4
audioworklet-postmessage-sharedarraybuffer.https.html.ini
...worklet-postmessage-sharedarraybuffer.https.html.ini
+1 −2
audioworkletnode-output-channel-count.https.html.ini
...audioworkletnode-output-channel-count.https.html.ini
+10 −0
biquad-allpass.html.ini
...e-biquadfilternode-interface/biquad-allpass.html.ini
+1 −39
biquad-automation.html.ini
...iquadfilternode-interface/biquad-automation.html.ini
+10 −0
biquad-highpass.html.ini
...-biquadfilternode-interface/biquad-highpass.html.ini
+10 −0
biquad-highshelf.html.ini
...biquadfilternode-interface/biquad-highshelf.html.ini
+10 −0
biquad-lowpass.html.ini
...e-biquadfilternode-interface/biquad-lowpass.html.ini
+10 −0
biquad-lowshelf.html.ini
...-biquadfilternode-interface/biquad-lowshelf.html.ini
+10 −0
biquad-notch.html.ini
...the-biquadfilternode-interface/biquad-notch.html.ini
+10 −0
biquad-peaking.html.ini
...e-biquadfilternode-interface/biquad-peaking.html.ini
+2 −0
biquad-tail.html.ini
.../the-biquadfilternode-interface/biquad-tail.html.ini
+0 −4
cors-check.https.html.ini
...taudiosourcenode-interface/cors-check.https.html.ini
+0 −4
no-cors.https.html.ini
...mentaudiosourcenode-interface/no-cors.https.html.ini
+1 −1
panner-equalpower.html.ini
.../the-pannernode-interface/panner-equalpower.html.ini
+0 −12
Create-Secure-extensions-empty.any.js.ini
...websockets/Create-Secure-extensions-empty.any.js.ini
+13 −3
basic-auth.any.js.ini
tests/wpt/metadata/websockets/basic-auth.any.js.ini
+0 −4
event_constructor.html.ini
...s/wpt/metadata/webstorage/event_constructor.html.ini
+4 −4
importscripts_mime.tentative.any.js.ini
...data/workers/importscripts_mime.tentative.any.js.ini
+1 −1
dedicated-worker-import-csp.html.ini
...workers/modules/dedicated-worker-import-csp.html.ini
+1 −0
dedicated-worker-import-failure.html.ini
...ers/modules/dedicated-worker-import-failure.html.ini
+1 −90
dedicated-worker-options-credentials.html.ini
...odules/dedicated-worker-options-credentials.html.ini
+1 −1
name-property.html.ini
tests/wpt/metadata/workers/name-property.html.ini
+3 −6
001.worker.js.ini
...orkers/semantics/interface-objects/001.worker.js.ini
+1 −0
005.html.ini
...data/workers/semantics/multiple-workers/005.html.ini
+5 −0
access-control-and-redirects.htm.ini
...pt/metadata/xhr/access-control-and-redirects.htm.ini
+5 −0
access-control-basic-allow-access-control-origin-header-data-url.htm.ini
...-allow-access-control-origin-header-data-url.htm.ini
+0 −4
allow-lists-starting-with-comma.htm.ini
...metadata/xhr/allow-lists-starting-with-comma.htm.ini
+0 −9
getallresponseheaders.htm.ini
tests/wpt/metadata/xhr/getallresponseheaders.htm.ini
+1 −2
getresponseheader-chunked-trailer.htm.ini
...tadata/xhr/getresponseheader-chunked-trailer.htm.ini
+0 −36
getresponseheader.any.js.ini
tests/wpt/metadata/xhr/getresponseheader.any.js.ini
+0 −6
headers-normalize-response.htm.ini
.../wpt/metadata/xhr/headers-normalize-response.htm.ini
+0 −42
overridemimetype-blob.html.ini
tests/wpt/metadata/xhr/overridemimetype-blob.html.ini
+5 −0
preserve-ua-header-on-redirect.htm.ini
.../metadata/xhr/preserve-ua-header-on-redirect.htm.ini
+0 −4
responsexml-media-type.htm.ini
tests/wpt/metadata/xhr/responsexml-media-type.htm.ini
+5 −0
send-accept-language.htm.ini
tests/wpt/metadata/xhr/send-accept-language.htm.ini
+3 −12
send-content-type-charset.htm.ini
...s/wpt/metadata/xhr/send-content-type-charset.htm.ini
+0 −3
send-data-unexpected-tostring.htm.ini
...t/metadata/xhr/send-data-unexpected-tostring.htm.ini
+0 −13
send-redirect-no-location.htm.ini
...s/wpt/metadata/xhr/send-redirect-no-location.htm.ini
+11 −0
setrequestheader-allow-empty-value.htm.ini
...adata/xhr/setrequestheader-allow-empty-value.htm.ini
+14 −0
setrequestheader-allow-whitespace-in-value.htm.ini
...r/setrequestheader-allow-whitespace-in-value.htm.ini
+0 −3
setrequestheader-case-insensitive.htm.ini
...tadata/xhr/setrequestheader-case-insensitive.htm.ini
+0 −4
setrequestheader-combining.window.js.ini
...etadata/xhr/setrequestheader-combining.window.js.ini
+66 −0
setrequestheader-content-type.htm.ini
...t/metadata/xhr/setrequestheader-content-type.htm.ini
+24 −2
setrequestheader-header-allowed.htm.ini
...metadata/xhr/setrequestheader-header-allowed.htm.ini
+0 −82
status-async.htm.ini
tests/wpt/metadata/xhr/status-async.htm.ini
+0 −82
status-basic.htm.ini
tests/wpt/metadata/xhr/status-basic.htm.ini
+0 −13
status-error.htm.ini
tests/wpt/metadata/xhr/status-error.htm.ini
+4 −32
MANIFEST.json
tests/wpt/mozilla/meta/MANIFEST.json
+3 −0
border_black_ridge_a.html.ini
...s/wpt/mozilla/meta/css/border_black_ridge_a.html.ini
+3 −0
border_black_ridge_b.html.ini
...s/wpt/mozilla/meta/css/border_black_ridge_b.html.ini
+0 −2
text_node_opacity.html.ini
tests/wpt/mozilla/meta/css/text_node_opacity.html.ini
+0 −4
scrollBy.html.ini
tests/wpt/mozilla/meta/mozilla/scrollBy.html.ini
+3 −3
transform_skew_ref.html
tests/wpt/mozilla/tests/css/transform_skew_ref.html
+2 −2
collections.html
tests/wpt/mozilla/tests/mozilla/collections.html
+2 −2
interfaces.html
tests/wpt/mozilla/tests/mozilla/interfaces.html
+0 −1
interfaces.worker.js
tests/wpt/mozilla/tests/mozilla/interfaces.worker.js
+0 −121
range_request_file_url.html
...pt/mozilla/tests/mozilla/range_request_file_url.html
+0 −199
range.txt
tests/wpt/mozilla/tests/mozilla/resources/range.txt
+0 −1
range_small.txt
.../wpt/mozilla/tests/mozilla/resources/range_small.txt
+0 −85
.azure-pipelines.yml
tests/wpt/web-platform-tests/.azure-pipelines.yml
+10 −13
.pyup.yml
tests/wpt/web-platform-tests/.pyup.yml
+66 −70
.taskcluster.yml
tests/wpt/web-platform-tests/.taskcluster.yml
+22 −42
.travis.yml
tests/wpt/web-platform-tests/.travis.yml
+36 −21
drawimage_svg_image_1.html
...wing-images-to-the-canvas/drawimage_svg_image_1.html
+0 −27
createImageBitmap-blob-invalidtype.html
.../imagebitmap/createImageBitmap-blob-invalidtype.html
+10 −16
createImageBitmap-invalid-args.html
...text/imagebitmap/createImageBitmap-invalid-args.html
+0 −126
ImageData-fidelity.html
.../2dcontext/wide-gamut-canvas/ImageData-fidelity.html
+0 −149
canvas-colorManaged-convertToBlob-roundtrip.html
...vas/canvas-colorManaged-convertToBlob-roundtrip.html
+0 −145
canvas-colorManaged-toBlob-toDataURL.html
...mut-canvas/canvas-colorManaged-toBlob-toDataURL.html
+0 −48
canvas-colorspace-arguments.html
...t/wide-gamut-canvas/canvas-colorspace-arguments.html
+0 −579
canvas-createImageBitmap-e_srgb.html
...de-gamut-canvas/canvas-createImageBitmap-e_srgb.html
+0 −142
canvas-createPutGetImageData-colorManaged.html
...anvas/canvas-createPutGetImageData-colorManaged.html
+0 −109
canvas-draw-high-bit-depth-images.html
...-gamut-canvas/canvas-draw-high-bit-depth-images.html
+0 −53
canvas-drawImage-e_srgb.html
...ntext/wide-gamut-canvas/canvas-drawImage-e_srgb.html
+0 −176
canvas-drawImage-offscreenCanvas.html
...e-gamut-canvas/canvas-drawImage-offscreenCanvas.html
+0 −96
canvas-getImageData-e_srgb.html
...xt/wide-gamut-canvas/canvas-getImageData-e_srgb.html
+0 −364
imageData-colorManagedBehavior.html
...ide-gamut-canvas/imageData-colorManagedBehavior.html
+0 −71
imageData-colorSpace.html
...dcontext/wide-gamut-canvas/imageData-colorSpace.html
+0 −26
imagedata-no-color-settings-crash.html
...-gamut-canvas/imagedata-no-color-settings-crash.html
BIN
pattern-semitransparent-p3d65.png
...t-canvas/resources/pattern-semitransparent-p3d65.png
BIN
pattern-semitransparent-rec2020.png
...canvas/resources/pattern-semitransparent-rec2020.png
BIN
pattern-semitransparent-srgb.png
...ut-canvas/resources/pattern-semitransparent-srgb.png
BIN
pattern-srgb-fullcolor.ogv
...de-gamut-canvas/resources/pattern-srgb-fullcolor.ogv
BIN
pattern-srgb-transparent.bmp
...-gamut-canvas/resources/pattern-srgb-transparent.bmp
BIN
pattern-srgb-transparent.ico
...-gamut-canvas/resources/pattern-srgb-transparent.ico
BIN
pattern-srgb-transparent.png
...-gamut-canvas/resources/pattern-srgb-transparent.png
BIN
pattern-srgb-transparent.webp
...gamut-canvas/resources/pattern-srgb-transparent.webp
BIN
pattern-srgb.bmp
...context/wide-gamut-canvas/resources/pattern-srgb.bmp
BIN
pattern-srgb.gif
...context/wide-gamut-canvas/resources/pattern-srgb.gif
BIN
pattern-srgb.ico
...context/wide-gamut-canvas/resources/pattern-srgb.ico
BIN
pattern-srgb.jpg
...context/wide-gamut-canvas/resources/pattern-srgb.jpg
BIN
pattern-srgb.png
...context/wide-gamut-canvas/resources/pattern-srgb.png
+0 −6
pattern-srgb.svg
...context/wide-gamut-canvas/resources/pattern-srgb.svg
BIN
pattern-srgb.webp
...ontext/wide-gamut-canvas/resources/pattern-srgb.webp
BIN
2x2_16bit_AdobeRGB_opaque.png
...as/resources/png-16bit/2x2_16bit_AdobeRGB_opaque.png
BIN
2x2_16bit_AdobeRGB_transparent.png
...sources/png-16bit/2x2_16bit_AdobeRGB_transparent.png
BIN
2x2_16bit_DisplayP3_opaque.png
...s/resources/png-16bit/2x2_16bit_DisplayP3_opaque.png
BIN
2x2_16bit_DisplayP3_transparent.png
...ources/png-16bit/2x2_16bit_DisplayP3_transparent.png
BIN
2x2_16bit_ProPhoto_opaque.png
...as/resources/png-16bit/2x2_16bit_ProPhoto_opaque.png
BIN
2x2_16bit_ProPhoto_transparent.png
...sources/png-16bit/2x2_16bit_ProPhoto_transparent.png
BIN
2x2_16bit_Rec2020_opaque.png
...vas/resources/png-16bit/2x2_16bit_Rec2020_opaque.png
BIN
2x2_16bit_Rec2020_transparent.png
...esources/png-16bit/2x2_16bit_Rec2020_transparent.png
BIN
2x2_16bit_interlaced_AdobeRGB_opaque.png
...s/png-16bit/2x2_16bit_interlaced_AdobeRGB_opaque.png
BIN
2x2_16bit_interlaced_AdobeRGB_transparent.png
...-16bit/2x2_16bit_interlaced_AdobeRGB_transparent.png
BIN
2x2_16bit_interlaced_DisplayP3_opaque.png
.../png-16bit/2x2_16bit_interlaced_DisplayP3_opaque.png
BIN
2x2_16bit_interlaced_DisplayP3_transparent.png
...16bit/2x2_16bit_interlaced_DisplayP3_transparent.png
BIN
2x2_16bit_interlaced_ProPhoto_opaque.png
...s/png-16bit/2x2_16bit_interlaced_ProPhoto_opaque.png
BIN
2x2_16bit_interlaced_ProPhoto_transparent.png
...-16bit/2x2_16bit_interlaced_ProPhoto_transparent.png
BIN
2x2_16bit_interlaced_Rec2020_opaque.png
...es/png-16bit/2x2_16bit_interlaced_Rec2020_opaque.png
BIN
2x2_16bit_interlaced_Rec2020_transparent.png
...g-16bit/2x2_16bit_interlaced_Rec2020_transparent.png
BIN
2x2_16bit_interlaced_sRGB_opaque.png
...urces/png-16bit/2x2_16bit_interlaced_sRGB_opaque.png
BIN
2x2_16bit_interlaced_sRGB_transparent.png
.../png-16bit/2x2_16bit_interlaced_sRGB_transparent.png
BIN
2x2_16bit_sRGB_opaque.png
...canvas/resources/png-16bit/2x2_16bit_sRGB_opaque.png
BIN
2x2_16bit_sRGB_transparent.png
...s/resources/png-16bit/2x2_16bit_sRGB_transparent.png
BIN
2x2_8bit_AdobeRGB_opaque.png
...vas/resources/png-16bit/2x2_8bit_AdobeRGB_opaque.png
BIN
2x2_8bit_AdobeRGB_transparent.png
...esources/png-16bit/2x2_8bit_AdobeRGB_transparent.png
BIN
2x2_8bit_DisplayP3_opaque.png
...as/resources/png-16bit/2x2_8bit_DisplayP3_opaque.png
BIN
2x2_8bit_DisplayP3_transparent.png
...sources/png-16bit/2x2_8bit_DisplayP3_transparent.png
BIN
2x2_8bit_ProPhoto_opaque.png
...vas/resources/png-16bit/2x2_8bit_ProPhoto_opaque.png
BIN
2x2_8bit_ProPhoto_transparent.png
...esources/png-16bit/2x2_8bit_ProPhoto_transparent.png
BIN
2x2_8bit_Rec2020_opaque.png
...nvas/resources/png-16bit/2x2_8bit_Rec2020_opaque.png
BIN
2x2_8bit_Rec2020_transparent.png
...resources/png-16bit/2x2_8bit_Rec2020_transparent.png
BIN
2x2_8bit_sRGB_opaque.png
...-canvas/resources/png-16bit/2x2_8bit_sRGB_opaque.png
BIN
2x2_8bit_sRGB_transparent.png
...as/resources/png-16bit/2x2_8bit_sRGB_transparent.png
+0 −115
transferFromImageBitmap.html
...ntext/wide-gamut-canvas/transferFromImageBitmap.html
+0 −117
get-databases.any.js
...pt/web-platform-tests/IndexedDB/get-databases.any.js
+6 −4
idbindex-rename-abort.html
...-platform-tests/IndexedDB/idbindex-rename-abort.html
+6 −4
idbobjectstore-rename-abort.html
...orm-tests/IndexedDB/idbobjectstore-rename-abort.html
+0 −93
reading-autoincrement-common.js
...xedDB/key-generators/reading-autoincrement-common.js
+0 −88
reading-autoincrement-indexes-cursors.any.js
...erators/reading-autoincrement-indexes-cursors.any.js
+0 −108
reading-autoincrement-indexes.any.js
.../key-generators/reading-autoincrement-indexes.any.js
+0 −38
reading-autoincrement-store-cursors.any.js
...enerators/reading-autoincrement-store-cursors.any.js
+0 −49
reading-autoincrement-store.any.js
...DB/key-generators/reading-autoincrement-store.any.js
+30 −52
support-promises.js
...wpt/web-platform-tests/IndexedDB/support-promises.js
+4 −4
README.md
tests/wpt/web-platform-tests/README.md
+1 −0
META.yml
tests/wpt/web-platform-tests/WebCryptoAPI/META.yml
+0 −13
current-realm.html
tests/wpt/web-platform-tests/WebIDL/current-realm.html
+1 −0
META.yml
tests/wpt/web-platform-tests/accelerometer/META.yml
+1 −1
name_test_case_659-manual.html
...latform-tests/accname/name_test_case_659-manual.html
+1 −1
name_test_case_660-manual.html
...latform-tests/accname/name_test_case_660-manual.html
+1 −0
META.yml
tests/wpt/web-platform-tests/ambient-light/META.yml
+1 −0
META.yml
tests/wpt/web-platform-tests/annotation-vocab/META.yml
+0 −1
META.yml
tests/wpt/web-platform-tests/audio-output/META.yml
+0 −44
setSinkId.html
...s/wpt/web-platform-tests/audio-output/setSinkId.html
+27 −28
setSinkId.https.html
...web-platform-tests/audio-output/setSinkId.https.html
+0 −74
abort.https.window.js
...latform-tests/background-fetch/abort.https.window.js
+1 −130
fetch.https.window.js
...latform-tests/background-fetch/fetch.https.window.js
+0 −1
get.https.window.js
...-platform-tests/background-fetch/get.https.window.js
+28 −0
mixed-content-and-allowed-schemes.https.window.js
...ch/mixed-content-and-allowed-schemes.https.window.js
+0 −23
sw-abort.js
...m-tests/background-fetch/service_workers/sw-abort.js
+2 −13
sw-update-ui.js
...sts/background-fetch/service_workers/sw-update-ui.js
+9 −30
sw.js
...latform-tests/background-fetch/service_workers/sw.js
+1 −12
update-ui.https.window.js
...orm-tests/background-fetch/update-ui.https.window.js
+167 −43
beacon-common.sub.js
...s/wpt/web-platform-tests/beacon/beacon-common.sub.js
+16 −15
beacon-cors.sub.window.js
.../web-platform-tests/beacon/beacon-cors.sub.window.js
+0 −48
beacon-error.sub.window.js
...web-platform-tests/beacon/beacon-error.sub.window.js
+48 −0
beacon-error.window.js
...wpt/web-platform-tests/beacon/beacon-error.window.js
+8 −7
beacon-redirect.window.js
.../web-platform-tests/beacon/beacon-redirect.window.js
+45 −0
navigate.iFrame.sub.html
...t/web-platform-tests/beacon/navigate.iFrame.sub.html
+0 −36
image-with-dpr-header.html
...atform-tests/client-hints/image-with-dpr-header.html
+0 −24
dpr.py
...wpt/web-platform-tests/client-hints/resources/dpr.py
BIN
square.png
...web-platform-tests/client-hints/resources/square.png
+11 −14
get-host-info.sub.js
...s/wpt/web-platform-tests/common/get-host-info.sub.js
+45 −0
large.py
tests/wpt/web-platform-tests/common/large.py
+0 −7
performance-timeline-utils.js
...-platform-tests/common/performance-timeline-utils.js
+6 −11
worklet-reftest.js
tests/wpt/web-platform-tests/common/worklet-reftest.js
+0 −1
.gitignore
...t/web-platform-tests/conformance-checkers/.gitignore
+2 −16
Makefile
...wpt/web-platform-tests/conformance-checkers/Makefile
+4 −0
aside-in-dt-novalid.html
...e-checkers/html/elements/dl/aside-in-dt-novalid.html
+4 −0
pattern-asterisk-novalid.html
...rs/html/elements/input/pattern-asterisk-novalid.html
+4 −0
pattern-paren-novalid.html
...ckers/html/elements/input/pattern-paren-novalid.html
+3 −0
messages.json
...eb-platform-tests/conformance-checkers/messages.json
+0 −52
304-response-should-update-csp.sub.html
...licy/generic/304-response-should-update-csp.sub.html
+0 −22
cspro-not-enforced-in-worker.html
...ity-policy/generic/cspro-not-enforced-in-worker.html
+0 −1
cspro-not-enforced-in-worker.html.sub.headers
...eneric/cspro-not-enforced-in-worker.html.sub.headers
+0 −32
directive-name-case-insensitive.sub.html
...icy/generic/directive-name-case-insensitive.sub.html
+0 −67
only-valid-whitespaces-are-allowed.html
...licy/generic/only-valid-whitespaces-are-allowed.html
+0 −33
304-response.py
...tent-security-policy/generic/support/304-response.py
+0 −2
eval.js
...ests/content-security-policy/generic/support/eval.js
+0 −11
load_img_and_post_result_header.html
...generic/support/load_img_and_post_result_header.html
+0 −1
load_img_and_post_result_header.html.sub.headers
...ort/load_img_and_post_result_header.html.sub.headers
+0 −14
load_img_and_post_result_meta.sub.html
...neric/support/load_img_and_post_result_meta.sub.html
+0 −23
blob-url-self-navigate-inherits.sub.html
...inheritance/blob-url-self-navigate-inherits.sub.html
+0 −6
navigate-self-to-blob.html
...olicy/inheritance/support/navigate-self-to-blob.html
+0 −4
navigate-self-to-blob.html.sub.headers
...tance/support/navigate-self-to-blob.html.sub.headers
+2 −1
child-navigates-parent-allowed.html
...licy/navigate-to/child-navigates-parent-allowed.html
+1 −8
child-navigates-parent-blocked.sub.html
.../navigate-to/child-navigates-parent-blocked.sub.html
+16 −0
form-action-allows-navigate-to-allows.html
...rm-action/form-action-allows-navigate-to-allows.html
+0 −16
form-action-allows-navigate-to-allows.sub.html
...ction/form-action-allows-navigate-to-allows.sub.html
+16 −0
form-action-allows-navigate-to-blocks.html
...rm-action/form-action-allows-navigate-to-blocks.html
+0 −16
form-action-allows-navigate-to-blocks.sub.html
...ction/form-action-allows-navigate-to-blocks.sub.html
+17 −0
form-action-blocks-navigate-to-allows.html
...rm-action/form-action-blocks-navigate-to-allows.html
+0 −17
form-action-blocks-navigate-to-allows.sub.html
...ction/form-action-blocks-navigate-to-allows.sub.html
+17 −0
form-action-blocks-navigate-to-blocks.html
...rm-action/form-action-blocks-navigate-to-blocks.html
+0 −17
form-action-blocks-navigate-to-blocks.sub.html
...ction/form-action-blocks-navigate-to-blocks.sub.html
+0 −7
form-blocked.sub.html
...nt-security-policy/navigate-to/form-blocked.sub.html
+0 −7
form-cross-origin-blocked.sub.html
...olicy/navigate-to/form-cross-origin-blocked.sub.html
+0 −8
form-redirected-blocked.sub.html
...-policy/navigate-to/form-redirected-blocked.sub.html
+0 −6
href-location-blocked.sub.html
...ty-policy/navigate-to/href-location-blocked.sub.html
+0 −6
href-location-cross-origin-blocked.sub.html
...igate-to/href-location-cross-origin-blocked.sub.html
+0 −6
href-location-redirected-blocked.sub.html
...avigate-to/href-location-redirected-blocked.sub.html
+1 −0
link-click-allowed.html
...-security-policy/navigate-to/link-click-allowed.html
+1 −8
link-click-blocked.sub.html
...urity-policy/navigate-to/link-click-blocked.sub.html
+1 −0
link-click-cross-origin-allowed.sub.html
...navigate-to/link-click-cross-origin-allowed.sub.html
+1 −8
link-click-cross-origin-blocked.sub.html
...navigate-to/link-click-cross-origin-blocked.sub.html
+1 −0
link-click-redirected-allowed.html
...olicy/navigate-to/link-click-redirected-allowed.html
+1 −7
link-click-redirected-blocked.sub.html
...y/navigate-to/link-click-redirected-blocked.sub.html
+0 −8
meta-refresh-blocked.sub.html
...ity-policy/navigate-to/meta-refresh-blocked.sub.html
+0 −8
meta-refresh-cross-origin-blocked.sub.html
...vigate-to/meta-refresh-cross-origin-blocked.sub.html
+0 −8
meta-refresh-redirected-blocked.sub.html
...navigate-to/meta-refresh-redirected-blocked.sub.html
+2 −2
parent-navigates-child-allowed.html
...licy/navigate-to/parent-navigates-child-allowed.html
+1 −8
parent-navigates-child-blocked.html
...licy/navigate-to/parent-navigates-child-blocked.html
+0 −48
spv-only-sent-to-initiator.sub.html
...licy/navigate-to/spv-only-sent-to-initiator.sub.html
+0 −12
delayed_frame.py
...security-policy/navigate-to/support/delayed_frame.py
+0 −4
href_location_navigation.sub.html
...avigate-to/support/href_location_navigation.sub.html
+0 −4
link_click_navigation.sub.html
...y/navigate-to/support/link_click_navigation.sub.html
+1 −1
redirect_to_post_message_to_frame_owner.py
...o/support/redirect_to_post_message_to_frame_owner.py
+0 −19
spv-test-iframe1.sub.html
...policy/navigate-to/support/spv-test-iframe1.sub.html
+0 −4
spv-test-iframe1.sub.html.sub.headers
...ate-to/support/spv-test-iframe1.sub.html.sub.headers
+0 −14
spv-test-iframe2.sub.html
...policy/navigate-to/support/spv-test-iframe2.sub.html
+0 −12
spv-test-iframe3.sub.html
...policy/navigate-to/support/spv-test-iframe3.sub.html
+0 −29
allowed-end-of-chain-because-of-same-origin.sub.html
...allowed-end-of-chain-because-of-same-origin.sub.html
+0 −28
allowed-end-of-chain.sub.html
...unsafe-allow-redirects/allowed-end-of-chain.sub.html
+0 −29
blocked-end-of-chain.sub.html
...unsafe-allow-redirects/blocked-end-of-chain.sub.html
+66 −0
object-src-2_1.html
...ntent-security-policy/object-src/object-src-2_1.html
+6 −0
object-src-2_1.html.sub.headers
...ty-policy/object-src/object-src-2_1.html.sub.headers
+61 −0
object-src-2_2.html
...ntent-security-policy/object-src/object-src-2_2.html
+6 −0
object-src-2_2.html.sub.headers
...ty-policy/object-src/object-src-2_2.html.sub.headers
+0 −18
object-src-no-url-allowed.html
...ity-policy/object-src/object-src-no-url-allowed.html
+0 −2
object-src-no-url-allowed.html.sub.headers
...bject-src/object-src-no-url-allowed.html.sub.headers
+31 −0
object-src-no-url-allowed.sub.html
...policy/object-src/object-src-no-url-allowed.sub.html
+0 −21
object-src-no-url-blocked.html
...ity-policy/object-src/object-src-no-url-blocked.html
+27 −0
object-src-no-url-blocked.sub.html
...policy/object-src/object-src-no-url-blocked.sub.html
+0 −18
object-src-url-allowed.html
...curity-policy/object-src/object-src-url-allowed.html
+0 −2
object-src-url-allowed.html.sub.headers
...y/object-src/object-src-url-allowed.html.sub.headers
+30 −0
object-src-url-allowed.sub.html
...ty-policy/object-src/object-src-url-allowed.sub.html
+0 −21
object-src-url-blocked.html
...curity-policy/object-src/object-src-url-blocked.html
+27 −0
object-src-url-blocked.sub.html
...ty-policy/object-src/object-src-url-blocked.sub.html
+0 −19
object-src-url-embed-allowed.html
...-policy/object-src/object-src-url-embed-allowed.html
+0 −2
object-src-url-embed-allowed.html.sub.headers
...ct-src/object-src-url-embed-allowed.html.sub.headers
+0 −22
object-src-url-embed-blocked.html
...-policy/object-src/object-src-url-embed-blocked.html
+0 −18
object-src-url-redirect-allowed.html
...licy/object-src/object-src-url-redirect-allowed.html
+0 −2
object-src-url-redirect-allowed.html.sub.headers
...src/object-src-url-redirect-allowed.html.sub.headers
+0 −21
object-src-url-redirect-blocked.sub.html
.../object-src/object-src-url-redirect-blocked.sub.html
+12 −18
report-cross-origin-no-cookies.sub.html
...cy/reporting/report-cross-origin-no-cookies.sub.html
+0 −4
report-same-origin-with-cookies.html
...olicy/reporting/report-same-origin-with-cookies.html
+0 −19
eval-allowed-in-report-only-mode-and-sends-report.html
...al-allowed-in-report-only-mode-and-sends-report.html
+0 −2
eval-allowed-in-report-only-mode-and-sends-report.html.sub.headers
...n-report-only-mode-and-sends-report.html.sub.headers
+0 −17
eval-allowed-in-report-only-mode.html
...icy/script-src/eval-allowed-in-report-only-mode.html
+0 −1
eval-allowed-in-report-only-mode.html.sub.headers
...rc/eval-allowed-in-report-only-mode.html.sub.headers
+0 −20
iso-8859-1.html
...t-src/hash-always-converted-to-utf-8/iso-8859-1.html
+0 −1
iso-8859-1.html.sub.headers
...lways-converted-to-utf-8/iso-8859-1.html.sub.headers
+0 −20
iso-8859-3.html
...t-src/hash-always-converted-to-utf-8/iso-8859-3.html
+0 −1
iso-8859-3.html.sub.headers
...lways-converted-to-utf-8/iso-8859-3.html.sub.headers
+0 −20
iso-8859-7.html
...t-src/hash-always-converted-to-utf-8/iso-8859-7.html
+0 −1
iso-8859-7.html.sub.headers
...lways-converted-to-utf-8/iso-8859-7.html.sub.headers
+0 −20
iso-8859-9.html
...t-src/hash-always-converted-to-utf-8/iso-8859-9.html
+0 −1
iso-8859-9.html.sub.headers
...lways-converted-to-utf-8/iso-8859-9.html.sub.headers
+0 −31
utf-8-lone-surrogate.html
...-always-converted-to-utf-8/utf-8-lone-surrogate.html
+0 −1
utf-8-lone-surrogate.html.sub.headers
...erted-to-utf-8/utf-8-lone-surrogate.html.sub.headers
+0 −36
utf-8.html
...script-src/hash-always-converted-to-utf-8/utf-8.html
+0 −1
utf-8.html.sub.headers
...ash-always-converted-to-utf-8/utf-8.html.sub.headers
+0 −239
constructor-required-fields.html
...ritypolicyviolation/constructor-required-fields.html
+1 −0
chromium-tests.html
...latform-tests/cookies/http-state/chromium-tests.html
BIN
disabled-chromium0022-test
...tate/resources/test-files/disabled-chromium0022-test
+1 −0
disabled-chromium0023-expected
.../resources/test-files/disabled-chromium0023-expected
+1 −0
disabled-chromium0023-test
...tate/resources/test-files/disabled-chromium0023-test
+89 −0
allow-headers.htm
tests/wpt/web-platform-tests/cors/allow-headers.htm
+0 −5
credentials-flag.htm
tests/wpt/web-platform-tests/cors/credentials-flag.htm
+0 −6
origin.htm
tests/wpt/web-platform-tests/cors/origin.htm
+0 −33
abspos-in-block-in-inline-in-relpos-inline.html
...spos/abspos-in-block-in-inline-in-relpos-inline.html
+0 −31
adjacent-to-relpos-inline-in-inline-that-had-block.html
...acent-to-relpos-inline-in-inline-that-had-block.html
+0 −29
adjacent-to-relpos-inline-that-had-block.html
...abspos/adjacent-to-relpos-inline-that-had-block.html
+1 −1
border-top-width-003.xht
...form-tests/css/CSS2/borders/border-top-width-003.xht
+10 −2
c547-indent-001-ref.xht
...platform-tests/css/CSS2/css1/c547-indent-001-ref.xht
+1 −1
c547-indent-001.xht
...web-platform-tests/css/CSS2/css1/c547-indent-001.xht
+0 −28
computed-float-position-absolute.html
...ss/CSS2/floats/computed-float-position-absolute.html
+0 −19
containing-block-percent-margin-bottom.html
...mal-flow/containing-block-percent-margin-bottom.html
+0 −18
containing-block-percent-margin-left.html
...ormal-flow/containing-block-percent-margin-left.html
+0 −18
containing-block-percent-margin-right.html
...rmal-flow/containing-block-percent-margin-right.html
+0 −19
containing-block-percent-margin-top.html
...normal-flow/containing-block-percent-margin-top.html
+0 −18
containing-block-percent-padding-bottom.html
...al-flow/containing-block-percent-padding-bottom.html
+0 −18
containing-block-percent-padding-left.html
...rmal-flow/containing-block-percent-padding-left.html
+0 −18
containing-block-percent-padding-right.html
...mal-flow/containing-block-percent-padding-right.html
+0 −18
containing-block-percent-padding-top.html
...ormal-flow/containing-block-percent-padding-top.html
+0 −9
absolute-non-replaced-height-013.html
...S2/positioning/absolute-non-replaced-height-013.html
+1 −1
default-attribute-selector-005.xht
...ss/CSS2/selectors/default-attribute-selector-005.xht
+1 −1
default-attribute-selector-006.xht
...ss/CSS2/selectors/default-attribute-selector-006.xht
+1 −1
default-attribute-selector-007.xht
...ss/CSS2/selectors/default-attribute-selector-007.xht
+1 −1
default-attribute-selector-008.xht
...ss/CSS2/selectors/default-attribute-selector-008.xht
+2 −2
text-indent-percent-001-ref.xht
...-tests/css/CSS2/text/text-indent-percent-001-ref.xht
+2 −8
build-css-testsuites.sh
...s/wpt/web-platform-tests/css/build-css-testsuites.sh
+0 −1
META.yml
tests/wpt/web-platform-tests/css/css-align/META.yml
+2 −2
KeyframeEffect-getKeyframes.tentative.html
...nimations/KeyframeEffect-getKeyframes.tentative.html
+0 −128
animationevent-interface.js
...tests/css/css-animations/animationevent-interface.js
+0 −18
historical.html
...eb-platform-tests/css/css-animations/historical.html
+0 −20
animation-delay-computed.html
...css-animations/parsing/animation-delay-computed.html
+0 −20
animation-duration-computed.html
...-animations/parsing/animation-duration-computed.html
+1 −5
animation-timing-function-valid.html
...mations/parsing/animation-timing-function-valid.html
+1 −0
background-clip-color-repaint.html
...s/css-backgrounds/background-clip-color-repaint.html
+0 −10
background-color-body-propagation-004.html
...ckgrounds/background-color-body-propagation-004.html
+0 −8
background-color-body-propagation-005.html
...ckgrounds/background-color-body-propagation-005.html
+0 −16
background-color-body-propagation-006.html
...ckgrounds/background-color-body-propagation-006.html
+0 −10
background-color-root-propagation-001.html
...ckgrounds/background-color-root-propagation-001.html
+0 −16
background-color-root-propagation-002.html
...ckgrounds/background-color-root-propagation-002.html
+1 −1
background-size-001.html
...m-tests/css/css-backgrounds/background-size-001.html
+0 −16
border-image-width-008-ref.html
.../css/css-backgrounds/border-image-width-008-ref.html
+0 −20
border-image-width-008.html
...ests/css/css-backgrounds/border-image-width-008.html
+0 −18
at-supports-040.html
...tform-tests/css/css-conditional/at-supports-040.html
+0 −18
at-supports-041.html
...tform-tests/css/css-conditional/at-supports-041.html
+0 −18
at-supports-042.html
...tform-tests/css/css-conditional/at-supports-042.html
+0 −20
contain-layout-button-001.html
...tests/css/css-contain/contain-layout-button-001.html
+0 −20
contain-layout-flexbox-001.html
...ests/css/css-contain/contain-layout-flexbox-001.html
+0 −20
contain-layout-grid-001.html
...m-tests/css/css-contain/contain-layout-grid-001.html
+0 −38
contain-paint-clip-019.html
...rm-tests/css/css-contain/contain-paint-clip-019.html
+2 −3
contain-size-button-001.html
...m-tests/css/css-contain/contain-size-button-001.html
+0 −19
contain-size-fieldset-001.html
...tests/css/css-contain/contain-size-fieldset-001.html
+2 −3
contain-size-flexbox-001.html
...-tests/css/css-contain/contain-size-flexbox-001.html
+2 −3
contain-size-grid-001.html
...orm-tests/css/css-contain/contain-size-grid-001.html
+0 −19
contain-layout-button-001-ref.html
...contain/reference/contain-layout-button-001-ref.html
+0 −16
contain-layout-flexbox-001-ref.html
...ontain/reference/contain-layout-flexbox-001-ref.html
+0 −16
contain-layout-grid-001-ref.html
...s-contain/reference/contain-layout-grid-001-ref.html
+0 −19
contain-paint-clip-019-ref.html
...ss-contain/reference/contain-paint-clip-019-ref.html
+2 −6
contain-size-button-001-ref.html
...s-contain/reference/contain-size-button-001-ref.html
+0 −15
contain-size-fieldset-001-ref.html
...contain/reference/contain-size-fieldset-001-ref.html
+2 −6
contain-size-flexbox-001-ref.html
...-contain/reference/contain-size-flexbox-001-ref.html
+2 −6
contain-size-grid-001-ref.html
...css-contain/reference/contain-size-grid-001-ref.html
+1 −1
element-replacement-display-contents.html
...ss-content/element-replacement-display-contents.html
+1 −1
element-replacement-display-none.html
...ss/css-content/element-replacement-display-none.html
+4 −0
blank.html
...-platform-tests/css/css-content/resources/blank.html
+0 −11
display-contents-shadow-host-whitespace.html
...display/display-contents-shadow-host-whitespace.html
+0 −41
select-4-option-optgroup-display-none-ref.html
...splay/select-4-option-optgroup-display-none-ref.html
+0 −48
select-4-option-optgroup-display-none.html
...s-display/select-4-option-optgroup-display-none.html
+0 −4
META.yml
tests/wpt/web-platform-tests/css/css-easing/META.yml
+0 −221
cubic-bezier-timing-functions-output.html
...css-easing/cubic-bezier-timing-functions-output.html
+0 −318
step-timing-functions-output.html
...sts/css/css-easing/step-timing-functions-output.html
+0 −34
step-timing-functions-syntax.html
...sts/css/css-easing/step-timing-functions-syntax.html
+0 −22
inheritance.html
...b-platform-tests/css/css-exclusions/inheritance.html
+1 −1
anonymous-flex-item-001.html
...m-tests/css/css-flexbox/anonymous-flex-item-001.html
+1 −1
anonymous-flex-item-002.html
...m-tests/css/css-flexbox/anonymous-flex-item-002.html
+1 −1
anonymous-flex-item-003.html
...m-tests/css/css-flexbox/anonymous-flex-item-003.html
+6 −0
anonymous-flex-item-ref.html
...m-tests/css/css-flexbox/anonymous-flex-item-ref.html
+0 −18
dynamic-bsize-change-ref.html
...-tests/css/css-flexbox/dynamic-bsize-change-ref.html
+0 −28
dynamic-bsize-change.html
...form-tests/css/css-flexbox/dynamic-bsize-change.html
+5 −5
flex-flexitem-percentage-prescation.html
...css-flexbox/flex-flexitem-percentage-prescation.html
+0 −62
flex-minimum-height-flex-items-009.html
.../css-flexbox/flex-minimum-height-flex-items-009.html
+0 −64
flex-minimum-height-flex-items-010.html
.../css-flexbox/flex-minimum-height-flex-items-010.html
+0 −49
flex-minimum-height-flex-items-011.xht
...s/css-flexbox/flex-minimum-height-flex-items-011.xht
+1 −1
flexbox_block.html
...eb-platform-tests/css/css-flexbox/flexbox_block.html
+2 −0
flexbox_empty-ref.html
...latform-tests/css/css-flexbox/flexbox_empty-ref.html
+1 −1
flexbox_inline-abspos.html
...orm-tests/css/css-flexbox/flexbox_inline-abspos.html
+1 −1
flexbox_inline-float.html
...form-tests/css/css-flexbox/flexbox_inline-float.html
+1 −1
flexbox_order-noninteger-invalid.html
...ss/css-flexbox/flexbox_order-noninteger-invalid.html
+1 −1
flexbox_stf-abspos.html
...atform-tests/css/css-flexbox/flexbox_stf-abspos.html
+1 −1
flexbox_stf-float.html
...latform-tests/css/css-flexbox/flexbox_stf-float.html
+1 −1
flexbox_stf-inline-block.html
...-tests/css/css-flexbox/flexbox_stf-inline-block.html
+1 −1
flexbox_stf-table-caption.html
...tests/css/css-flexbox/flexbox_stf-table-caption.html
+1 −1
flexbox_stf-table-cell.html
...rm-tests/css/css-flexbox/flexbox_stf-table-cell.html
+1 −1
flexbox_stf-table-row-group.html
...sts/css/css-flexbox/flexbox_stf-table-row-group.html
+1 −1
flexbox_stf-table-row.html
...orm-tests/css/css-flexbox/flexbox_stf-table-row.html
+1 −1
flexbox_stf-table.html
...latform-tests/css/css-flexbox/flexbox_stf-table.html
+1 −1
flexbox_table-fixed-layout.html
...ests/css/css-flexbox/flexbox_table-fixed-layout.html
+1 −1
flexbox_width-overflow.html
...rm-tests/css/css-flexbox/flexbox_width-overflow.html
+8 −30
percentage-heights-003.html
...rm-tests/css/css-flexbox/percentage-heights-003.html
+0 −15
percentage-heights-005.html
...rm-tests/css/css-flexbox/percentage-heights-005.html
+3 −3
flex-flexitem-percentage-prescation-ref.html
...ference/flex-flexitem-percentage-prescation-ref.html
+0 −356
font-feature-resolution-001-ref.html
...s/css/css-fonts/font-feature-resolution-001-ref.html
+0 −383
font-feature-resolution-001.html
...tests/css/css-fonts/font-feature-resolution-001.html
+0 −39
font-descriptor-range-reversed-ref.html
...s/variations/font-descriptor-range-reversed-ref.html
+0 −56
font-descriptor-range-reversed.html
...fonts/variations/font-descriptor-range-reversed.html
+1 −0
META.yml
tests/wpt/web-platform-tests/css/css-grid/META.yml
+0 −6
grid.css
...-platform-tests/css/css-grid/abspos/support/grid.css
+0 −62
grid-alignment-style-changes-001.html
...grid/alignment/grid-alignment-style-changes-001.html
+0 −63
grid-alignment-style-changes-002.html
...grid/alignment/grid-alignment-style-changes-002.html
+0 −63
grid-alignment-style-changes-003.html
...grid/alignment/grid-alignment-style-changes-003.html
+0 −64
grid-alignment-style-changes-004.html
...grid/alignment/grid-alignment-style-changes-004.html
+0 −63
grid-alignment-style-changes-005.html
...grid/alignment/grid-alignment-style-changes-005.html
+0 −64
grid-alignment-style-changes-006.html
...grid/alignment/grid-alignment-style-changes-006.html
+0 −65
grid-alignment-style-changes-007.html
...grid/alignment/grid-alignment-style-changes-007.html
+0 −65
grid-alignment-style-changes-008.html
...grid/alignment/grid-alignment-style-changes-008.html
+0 −36
grid-gutters-013.html
...m-tests/css/css-grid/alignment/grid-gutters-013.html
+0 −89
grid-self-baseline-not-applied-if-sizing-cyclic-dependency-003.html
...ine-not-applied-if-sizing-cyclic-dependency-003.html
+0 −9
style-change.js
...tests/css/css-grid/alignment/support/style-change.js
+0 −6
grid.css
...-tests/css/css-grid/grid-definition/support/grid.css
+0 −95
grid-items-relative-offsets-001.html
...grid/grid-items/grid-items-relative-offsets-001.html
+0 −94
grid-items-relative-offsets-002.html
...grid/grid-items/grid-items-relative-offsets-002.html
+0 −6
grid.css
...tform-tests/css/css-grid/grid-items/support/grid.css
+0 −6
grid.css
...tform-tests/css/css-grid/grid-model/support/grid.css
+1 −0
gradient-crash-ref.html
...latform-tests/css/css-images/gradient-crash-ref.html
+1 −1
gradient-crash.html
...eb-platform-tests/css/css-images/gradient-crash.html
+0 −5
multiple-position-color-stop-linear-2-ref.html
...mages/multiple-position-color-stop-linear-2-ref.html
+0 −9
multiple-position-color-stop-linear-2.html
...ss-images/multiple-position-color-stop-linear-2.html
+0 −5
multiple-position-color-stop-radial-2-ref.html
...mages/multiple-position-color-stop-radial-2-ref.html
+0 −9
multiple-position-color-stop-radial-2.html
...ss-images/multiple-position-color-stop-radial-2.html
+3 −3
clip-path-content-syling.svg
...g/clip-path-svg-content/clip-path-content-syling.svg
+0 −31
clip-path-inline-001.html
.../css/css-masking/clip-path/clip-path-inline-001.html
+0 −31
clip-path-inline-002.html
.../css/css-masking/clip-path/clip-path-inline-002.html
+0 −31
clip-path-inline-003.html
.../css/css-masking/clip-path/clip-path-inline-003.html
+38 −0
inheritance.html
.../web-platform-tests/css/css-masking/inheritance.html
+0 −38
inheritance.sub.html
...-platform-tests/css/css-masking/inheritance.sub.html
+0 −40
mask-negative-scale.svg
...css-masking/mask-svg-content/mask-negative-scale.svg
+0 −18
mask-text-001.svg
...s/css/css-masking/mask-svg-content/mask-text-001.svg
+0 −19
mask-type-001.svg
...s/css/css-masking/mask-svg-content/mask-type-001.svg
+0 −19
mask-type-002.svg
...s/css/css-masking/mask-svg-content/mask-type-002.svg
+0 −19
mask-type-003.svg
...s/css/css-masking/mask-svg-content/mask-type-003.svg
+0 −8
mask-green-square-001-ref.svg
...-svg-content/reference/mask-green-square-001-ref.svg
+0 −15
mask-negative-scale-001-ref.svg
...vg-content/reference/mask-negative-scale-001-ref.svg
+0 −9
mask-text-001-ref.svg
...ing/mask-svg-content/reference/mask-text-001-ref.svg
+0 −45
inheritance.html
...web-platform-tests/css/css-multicol/inheritance.html
+0 −1
multicol-gap-fraction-001.xht
...tests/css/css-multicol/multicol-gap-fraction-001.xht
+0 −1
multicol-gap-large-002.xht
...rm-tests/css/css-multicol/multicol-gap-large-002.xht
+0 −1
multicol-gap-negative-001.xht
...tests/css/css-multicol/multicol-gap-negative-001.xht
+1 −1
multicol-inherit-001.xht
...form-tests/css/css-multicol/multicol-inherit-001.xht
+1 −1
multicol-margin-child-001.xht
...tests/css/css-multicol/multicol-margin-child-001.xht
+0 −19
multicol-nested-006.html
...form-tests/css/css-multicol/multicol-nested-006.html
+0 −1
multicol-rule-000.xht
...latform-tests/css/css-multicol/multicol-rule-000.xht
+0 −1
multicol-rule-003.xht
...latform-tests/css/css-multicol/multicol-rule-003.xht
+0 −1
multicol-rule-color-001.xht
...m-tests/css/css-multicol/multicol-rule-color-001.xht
+0 −1
multicol-rule-dashed-000.xht
...-tests/css/css-multicol/multicol-rule-dashed-000.xht
+0 −1
multicol-rule-dotted-000.xht
...-tests/css/css-multicol/multicol-rule-dotted-000.xht
+0 −1
multicol-rule-double-000.xht
...-tests/css/css-multicol/multicol-rule-double-000.xht
+0 −1
multicol-rule-fraction-001.xht
...ests/css/css-multicol/multicol-rule-fraction-001.xht
+0 −1
multicol-rule-groove-000.xht
...-tests/css/css-multicol/multicol-rule-groove-000.xht
+0 −1
multicol-rule-hidden-000.xht
...-tests/css/css-multicol/multicol-rule-hidden-000.xht
+0 −1
multicol-rule-none-000.xht
...rm-tests/css/css-multicol/multicol-rule-none-000.xht
+0 −1
multicol-rule-px-001.xht
...form-tests/css/css-multicol/multicol-rule-px-001.xht
+0 −1
multicol-rule-ridge-000.xht
...m-tests/css/css-multicol/multicol-rule-ridge-000.xht
+0 −1
multicol-rule-samelength-001.xht
...ts/css/css-multicol/multicol-rule-samelength-001.xht
+0 −1
multicol-rule-shorthand-001.xht
...sts/css/css-multicol/multicol-rule-shorthand-001.xht
+1 −1
multicol-rule-shorthand-2.xht
...tests/css/css-multicol/multicol-rule-shorthand-2.xht
+0 −1
multicol-rule-solid-000.xht
...m-tests/css/css-multicol/multicol-rule-solid-000.xht
+2 −1
multicol-rule-stacking-001.xht
...ests/css/css-multicol/multicol-rule-stacking-001.xht
+2 −3
multicol-shorthand-001.xht
...rm-tests/css/css-multicol/multicol-shorthand-001.xht
+0 −1
multicol-span-000.xht
...latform-tests/css/css-multicol/multicol-span-000.xht
+0 −1
multicol-span-all-001.xht
...orm-tests/css/css-multicol/multicol-span-all-001.xht
+1 −2
multicol-span-all-002.xht
...orm-tests/css/css-multicol/multicol-span-all-002.xht
+0 −1
multicol-span-all-block-sibling-003.xht
...css-multicol/multicol-span-all-block-sibling-003.xht
+1 −1
multicol-span-all-margin-001.xht
...ts/css/css-multicol/multicol-span-all-margin-001.xht
+0 −1
multicol-span-all-margin-002.xht
...ts/css/css-multicol/multicol-span-all-margin-002.xht
+1 −1
multicol-span-all-margin-bottom-001-ref.xht
...multicol/multicol-span-all-margin-bottom-001-ref.xht
+4 −5
multicol-span-all-margin-bottom-001.xht
...css-multicol/multicol-span-all-margin-bottom-001.xht
+2 −2
multicol-span-none-001-ref.xht
...ests/css/css-multicol/multicol-span-none-001-ref.xht
+0 −1
multicol-table-cell-vertical-align-001.xht
...-multicol/multicol-table-cell-vertical-align-001.xht
+0 −16
multicol-under-vertical-rl-scroll-ref.html
...-multicol/multicol-under-vertical-rl-scroll-ref.html
+0 −12
multicol-under-vertical-rl-scroll.html
.../css-multicol/multicol-under-vertical-rl-scroll.html
+0 −3
META.yml
...-platform-tests/css/css-overscroll-behavior/META.yml
+0 −22
inheritance.html
...m-tests/css/css-overscroll-behavior/inheritance.html
+0 −25
registered-property-interpolation-001.https.html
...api/registered-property-interpolation-001.https.html
+0 −25
registered-property-interpolation-002.https.html
...api/registered-property-interpolation-002.https.html
+0 −25
registered-property-interpolation-003.https.html
...api/registered-property-interpolation-003.https.html
+0 −25
registered-property-interpolation-004.https.html
...api/registered-property-interpolation-004.https.html
+0 −35
registered-property-interpolation-005.https.html
...api/registered-property-interpolation-005.https.html
+0 −25
registered-property-interpolation-006.https.html
...api/registered-property-interpolation-006.https.html
+0 −25
registered-property-interpolation-007.https.html
...api/registered-property-interpolation-007.https.html
+0 −25
registered-property-interpolation-008.https.html
...api/registered-property-interpolation-008.https.html
+0 −25
registered-property-interpolation-009.https.html
...api/registered-property-interpolation-009.https.html
+0 −33
registered-property-interpolation-010.https.html
...api/registered-property-interpolation-010.https.html
+0 −49
registered-property-invalidation-001.https.html
...-api/registered-property-invalidation-001.https.html
+0 −52
registered-property-invalidation-002.https.html
...-api/registered-property-invalidation-002.https.html
+0 −57
registered-property-stylemap.https.html
...ss-paint-api/registered-property-stylemap.https.html
+148 −0
registered-property-type.https.html
...ss/css-paint-api/registered-property-type.https.html
+0 −27
registered-property-value-001.https.html
...s-paint-api/registered-property-value-001.https.html
+0 −31
registered-property-value-002.https.html
...s-paint-api/registered-property-value-002.https.html
+0 −28
registered-property-value-003.https.html
...s-paint-api/registered-property-value-003.https.html
+0 −29
registered-property-value-004.https.html
...s-paint-api/registered-property-value-004.https.html
+0 −29
registered-property-value-005.https.html
...s-paint-api/registered-property-value-005.https.html
+0 −29
registered-property-value-006.https.html
...s-paint-api/registered-property-value-006.https.html
+0 −40
registered-property-value-007.https.html
...s-paint-api/registered-property-value-007.https.html
+0 −29
registered-property-value-008.https.html
...s-paint-api/registered-property-value-008.https.html
+0 −49
registered-property-value-009.https.html
...s-paint-api/registered-property-value-009.https.html
+0 −41
registered-property-value-010.https.html
...s-paint-api/registered-property-value-010.https.html
+0 −29
registered-property-value-011.https.html
...s-paint-api/registered-property-value-011.https.html
+0 −29
registered-property-value-012.https.html
...s-paint-api/registered-property-value-012.https.html
+0 −29
registered-property-value-013.https.html
...s-paint-api/registered-property-value-013.https.html
+0 −29
registered-property-value-014.https.html
...s-paint-api/registered-property-value-014.https.html
+0 −29
registered-property-value-015.https.html
...s-paint-api/registered-property-value-015.https.html
+0 −29
registered-property-value-016.https.html
...s-paint-api/registered-property-value-016.https.html
+0 −29
registered-property-value-017.https.html
...s-paint-api/registered-property-value-017.https.html
+0 −49
registered-property-value-018.https.html
...s-paint-api/registered-property-value-018.https.html
+0 −59
utils.js
...-platform-tests/css/css-paint-api/resources/utils.js
+0 −35
inheritance.html
...web-platform-tests/css/css-position/inheritance.html
+0 −50
position-sticky-child-multicolumn-ref.html
...-position/position-sticky-child-multicolumn-ref.html
+0 −55
position-sticky-child-multicolumn.html
.../css-position/position-sticky-child-multicolumn.html
+0 −7
register-property-syntax-parsing.html
...ies-values-api/register-property-syntax-parsing.html
+0 −27
register-property.html
...css/css-properties-values-api/register-property.html
+0 −14
registered-properties-inheritance.html
...es-values-api/registered-properties-inheritance.html
+91 −138
registered-property-computation.html
...ties-values-api/registered-property-computation.html
+4 −4
registered-property-cssom.html
...properties-values-api/registered-property-cssom.html
+26 −36
registered-property-initial.html
...operties-values-api/registered-property-initial.html
+0 −94
utils.js
...sts/css/css-properties-values-api/resources/utils.js
+0 −41
self-utils.html
...-tests/css/css-properties-values-api/self-utils.html
+39 −519
typedom.tentative.html
...css/css-properties-values-api/typedom.tentative.html
+3 −35
unit-cycles.html
...tests/css/css-properties-values-api/unit-cycles.html
+1 −39
var-reference-registered-properties.html
...-values-api/var-reference-registered-properties.html
+0 −23
inheritance.html
.../web-platform-tests/css/css-regions/inheritance.html
+0 −21
host-context-specificity-001.html
...ts/css/css-scoping/host-context-specificity-001.html
+0 −23
host-context-specificity-002.html
...ts/css/css-scoping/host-context-specificity-002.html
+0 −22
host-context-specificity-003.html
...ts/css/css-scoping/host-context-specificity-003.html
+0 −26
host-specificity-003.html
...form-tests/css/css-scoping/host-specificity-003.html
+0 −21
shadow-host-removal-invalidation.html
...ss/css-scoping/shadow-host-removal-invalidation.html
+0 −19
shadow-reassign-dynamic-003.html
...sts/css/css-scoping/shadow-reassign-dynamic-003.html
+0 −2
slotted-parsing.html
...-platform-tests/css/css-scoping/slotted-parsing.html
+0 −6
slotted-placeholder-ref.html
...m-tests/css/css-scoping/slotted-placeholder-ref.html
+0 −19
slotted-placeholder.html
...tform-tests/css/css-scoping/slotted-placeholder.html
+0 −1
slotted-with-pseudo-element-ref.html
...css/css-scoping/slotted-with-pseudo-element-ref.html
+0 −9
slotted-with-pseudo-element.html
...sts/css/css-scoping/slotted-with-pseudo-element.html
+0 −21
inheritance.html
...form-tests/css/css-scroll-anchoring/inheritance.html
+0 −30
text-anchor-in-vertical-rl.html
...css-scroll-anchoring/text-anchor-in-vertical-rl.html
+0 −39
inheritance.html
...-platform-tests/css/css-scroll-snap/inheritance.html
+0 −30
auto-scrollbar-inline-children.html
...s/css-scrollbars/auto-scrollbar-inline-children.html
+0 −20
shape-outside-inset-0010.html
...s/shape-outside/values/shape-outside-inset-0010.html
+9 −12
parsing-utils.js
...shapes/shape-outside/values/support/parsing-utils.js
+0 −40
caption-writing-mode-001.html
...m-tests/css/css-tables/caption-writing-mode-001.html
+0 −30
hanging-scrollable-001.html
...text/hanging-punctuation/hanging-scrollable-001.html
+0 −6
hanging-scrollable-001-ref.html
...unctuation/reference/hanging-scrollable-001-ref.html
+0 −35
inheritance.html
...wpt/web-platform-tests/css/css-text/inheritance.html
+0 −21
letter-spacing-bidi-001.html
...css-text/letter-spacing/letter-spacing-bidi-001.html
+0 −25
letter-spacing-bidi-002.html
...css-text/letter-spacing/letter-spacing-bidi-002.html
+0 −21
letter-spacing-end-of-line-001.html
...t/letter-spacing/letter-spacing-end-of-line-001.html
+0 −20
letter-spacing-nesting-001.html
...-text/letter-spacing/letter-spacing-nesting-001.html
+0 −20
letter-spacing-nesting-002.html
...-text/letter-spacing/letter-spacing-nesting-002.html
+0 −14
letter-spacing-bidi-001-ref.html
...r-spacing/reference/letter-spacing-bidi-001-ref.html
+0 −14
letter-spacing-bidi-002-ref.html
...r-spacing/reference/letter-spacing-bidi-002-ref.html
+0 −14
letter-spacing-end-of-line-001-ref.html
...ng/reference/letter-spacing-end-of-line-001-ref.html
+0 −14
letter-spacing-nesting-001-ref.html
...pacing/reference/letter-spacing-nesting-001-ref.html
+0 −14
letter-spacing-nesting-002-ref.html
...pacing/reference/letter-spacing-nesting-002-ref.html
+0 −36
overflow-wrap-break-word-004.html
...text/overflow-wrap/overflow-wrap-break-word-004.html
+0 −36
overflow-wrap-break-word-005.html
...text/overflow-wrap/overflow-wrap-break-word-005.html
+0 −34
tab-min-rendered-width-1-ref.html
.../css-text/tab-size/tab-min-rendered-width-1-ref.html
+0 −27
tab-min-rendered-width-1.html
.../css/css-text/tab-size/tab-min-rendered-width-1.html
+2 −2
text-indent-percentage-001-ref.xht
...-indent/reference/text-indent-percentage-001-ref.xht
+0 −14
text-indent-percentage-002-ref.html
...indent/reference/text-indent-percentage-002-ref.html
+3 −3
text-indent-percentage-001.xht
.../css-text/text-indent/text-indent-percentage-001.xht
+0 −25
text-indent-percentage-002.html
...css-text/text-indent/text-indent-percentage-002.html
+0 −25
text-indent-percentage-003.html
...css-text/text-indent/text-indent-percentage-003.html
+0 −25
text-indent-percentage-004.html
...css-text/text-indent/text-indent-percentage-004.html
+5 −2
text-transform-capitalize-001-ref.html
...orm/reference/text-transform-capitalize-001-ref.html
+5 −2
text-transform-capitalize-003-ref.html
...orm/reference/text-transform-capitalize-003-ref.html
+5 −2
text-transform-capitalize-005-ref.html
...orm/reference/text-transform-capitalize-005-ref.html
+5 −2
text-transform-capitalize-007-ref.html
...orm/reference/text-transform-capitalize-007-ref.html
+5 −2
text-transform-capitalize-009-ref.html
...orm/reference/text-transform-capitalize-009-ref.html
+5 −2
text-transform-capitalize-010-ref.html
...orm/reference/text-transform-capitalize-010-ref.html
+5 −2
text-transform-capitalize-011-ref.html
...orm/reference/text-transform-capitalize-011-ref.html
+5 −2
text-transform-capitalize-014-ref.html
...orm/reference/text-transform-capitalize-014-ref.html
+5 −2
text-transform-capitalize-016-ref.html
...orm/reference/text-transform-capitalize-016-ref.html
+5 −2
text-transform-capitalize-018-ref.html
...orm/reference/text-transform-capitalize-018-ref.html
+5 −2
text-transform-capitalize-020-ref.html
...orm/reference/text-transform-capitalize-020-ref.html
+4 −1
text-transform-capitalize-022-ref.html
...orm/reference/text-transform-capitalize-022-ref.html
+4 −1
text-transform-capitalize-024-ref.html
...orm/reference/text-transform-capitalize-024-ref.html
+5 −1
text-transform-capitalize-026-ref.html
...orm/reference/text-transform-capitalize-026-ref.html
+4 −1
text-transform-capitalize-028-ref.html
...orm/reference/text-transform-capitalize-028-ref.html
+4 −1
text-transform-capitalize-030-ref.html
...orm/reference/text-transform-capitalize-030-ref.html
+1 −1
text-transform-capitalize-031-ref.html
...orm/reference/text-transform-capitalize-031-ref.html
+0 −69
text-transform-full-size-kana-001-ref.html
...reference/text-transform-full-size-kana-001-ref.html
+0 −225
text-transform-full-size-kana-002-ref.html
...reference/text-transform-full-size-kana-002-ref.html
+1 −1
text-transform-tailoring-001-ref.html
...form/reference/text-transform-tailoring-001-ref.html
+1 −1
text-transform-tailoring-002-ref.html
...form/reference/text-transform-tailoring-002-ref.html
+1 −1
text-transform-tailoring-002a-ref.html
...orm/reference/text-transform-tailoring-002a-ref.html
+1 −1
text-transform-tailoring-003-ref.html
...form/reference/text-transform-tailoring-003-ref.html
+1 −1
text-transform-tailoring-004-ref.html
...form/reference/text-transform-tailoring-004-ref.html
+1 −1
text-transform-tailoring-005-ref.html
...form/reference/text-transform-tailoring-005-ref.html
+5 −2
text-transform-upperlower-001-ref.html
...orm/reference/text-transform-upperlower-001-ref.html
+5 −2
text-transform-upperlower-002-ref.html
...orm/reference/text-transform-upperlower-002-ref.html
+3 −2
text-transform-upperlower-003-ref.html
...orm/reference/text-transform-upperlower-003-ref.html
+3 −2
text-transform-upperlower-004-ref.html
...orm/reference/text-transform-upperlower-004-ref.html
+3 −2
text-transform-upperlower-005-ref.html
...orm/reference/text-transform-upperlower-005-ref.html
+3 −2
text-transform-upperlower-006-ref.html
...orm/reference/text-transform-upperlower-006-ref.html
+3 −2
text-transform-upperlower-007-ref.html
...orm/reference/text-transform-upperlower-007-ref.html
+3 −2
text-transform-upperlower-008-ref.html
...orm/reference/text-transform-upperlower-008-ref.html
+3 −2
text-transform-upperlower-009-ref.html
...orm/reference/text-transform-upperlower-009-ref.html
+3 −2
text-transform-upperlower-010-ref.html
...orm/reference/text-transform-upperlower-010-ref.html
+3 −2
text-transform-upperlower-011-ref.html
...orm/reference/text-transform-upperlower-011-ref.html
+3 −2
text-transform-upperlower-012-ref.html
...orm/reference/text-transform-upperlower-012-ref.html
+3 −2
text-transform-upperlower-014-ref.html
...orm/reference/text-transform-upperlower-014-ref.html
+3 −2
text-transform-upperlower-015-ref.html
...orm/reference/text-transform-upperlower-015-ref.html
+3 −2
text-transform-upperlower-016-ref.html
...orm/reference/text-transform-upperlower-016-ref.html
+3 −2
text-transform-upperlower-017-ref.html
...orm/reference/text-transform-upperlower-017-ref.html
+3 −2
text-transform-upperlower-018-ref.html
...orm/reference/text-transform-upperlower-018-ref.html
+3 −2
text-transform-upperlower-019-ref.html
...orm/reference/text-transform-upperlower-019-ref.html
+5 −2
text-transform-upperlower-020-ref.html
...orm/reference/text-transform-upperlower-020-ref.html
+5 −2
text-transform-upperlower-021-ref.html
...orm/reference/text-transform-upperlower-021-ref.html
+2 −1
text-transform-upperlower-022-ref.html
...orm/reference/text-transform-upperlower-022-ref.html
+2 −1
text-transform-upperlower-023-ref.html
...orm/reference/text-transform-upperlower-023-ref.html
+2 −1
text-transform-upperlower-024-ref.html
...orm/reference/text-transform-upperlower-024-ref.html
+2 −1
text-transform-upperlower-025-ref.html
...orm/reference/text-transform-upperlower-025-ref.html
+2 −1
text-transform-upperlower-026-ref.html
...orm/reference/text-transform-upperlower-026-ref.html
+2 −1
text-transform-upperlower-027-ref.html
...orm/reference/text-transform-upperlower-027-ref.html
+4 −1
text-transform-upperlower-028-ref.html
...orm/reference/text-transform-upperlower-028-ref.html
+4 −1
text-transform-upperlower-029-ref.html
...orm/reference/text-transform-upperlower-029-ref.html
+4 −1
text-transform-upperlower-030-ref.html
...orm/reference/text-transform-upperlower-030-ref.html
+2 −1
text-transform-upperlower-031-ref.html
...orm/reference/text-transform-upperlower-031-ref.html
+1 −1
text-transform-upperlower-032-ref.html
...orm/reference/text-transform-upperlower-032-ref.html
+1 −1
text-transform-upperlower-033-ref.html
...orm/reference/text-transform-upperlower-033-ref.html
+1 −1
text-transform-upperlower-034-ref.html
...orm/reference/text-transform-upperlower-034-ref.html
+1 −1
text-transform-upperlower-035-ref.html
...orm/reference/text-transform-upperlower-035-ref.html
+1 −1
text-transform-upperlower-038-ref.html
...orm/reference/text-transform-upperlower-038-ref.html
+1 −1
text-transform-upperlower-039-ref.html
...orm/reference/text-transform-upperlower-039-ref.html
+1 −1
text-transform-upperlower-040-ref.html
...orm/reference/text-transform-upperlower-040-ref.html
+1 −1
text-transform-upperlower-041-ref.html
...orm/reference/text-transform-upperlower-041-ref.html
+1 −1
text-transform-upperlower-042-ref.html
...orm/reference/text-transform-upperlower-042-ref.html
+1 −1
text-transform-upperlower-043-ref.html
...orm/reference/text-transform-upperlower-043-ref.html
+3 −2
text-transform-upperlower-101-ref.html
...orm/reference/text-transform-upperlower-101-ref.html
+2 −1
text-transform-upperlower-102-ref.html
...orm/reference/text-transform-upperlower-102-ref.html
+2 −1
text-transform-upperlower-103-ref.html
...orm/reference/text-transform-upperlower-103-ref.html
+2 −1
text-transform-upperlower-104-ref.html
...orm/reference/text-transform-upperlower-104-ref.html
+5 −2
text-transform-capitalize-001.html
...xt/text-transform/text-transform-capitalize-001.html
+5 −2
text-transform-capitalize-003.html
...xt/text-transform/text-transform-capitalize-003.html
+5 −2
text-transform-capitalize-005.html
...xt/text-transform/text-transform-capitalize-005.html
+5 −2
text-transform-capitalize-007.html
...xt/text-transform/text-transform-capitalize-007.html
+5 −2
text-transform-capitalize-009.html
...xt/text-transform/text-transform-capitalize-009.html
+5 −2
text-transform-capitalize-010.html
...xt/text-transform/text-transform-capitalize-010.html
+5 −2
text-transform-capitalize-011.html
...xt/text-transform/text-transform-capitalize-011.html
+5 −2
text-transform-capitalize-014.html
...xt/text-transform/text-transform-capitalize-014.html
+5 −2
text-transform-capitalize-016.html
...xt/text-transform/text-transform-capitalize-016.html
+5 −2
text-transform-capitalize-018.html
...xt/text-transform/text-transform-capitalize-018.html
+5 −2
text-transform-capitalize-020.html
...xt/text-transform/text-transform-capitalize-020.html
+4 −1
text-transform-capitalize-022.html
...xt/text-transform/text-transform-capitalize-022.html
+4 −1
text-transform-capitalize-024.html
...xt/text-transform/text-transform-capitalize-024.html
+5 −1
text-transform-capitalize-026.html
...xt/text-transform/text-transform-capitalize-026.html
+4 −1
text-transform-capitalize-028.html
...xt/text-transform/text-transform-capitalize-028.html
+4 −1
text-transform-capitalize-030.html
...xt/text-transform/text-transform-capitalize-030.html
+1 −1
text-transform-capitalize-031.html
...xt/text-transform/text-transform-capitalize-031.html
+0 −71
text-transform-full-size-kana-001.html
...ext-transform/text-transform-full-size-kana-001.html
+0 −227
text-transform-full-size-kana-002.html
...ext-transform/text-transform-full-size-kana-002.html
+1 −1
text-transform-tailoring-001.html
...ext/text-transform/text-transform-tailoring-001.html
+1 −1
text-transform-tailoring-002.html
...ext/text-transform/text-transform-tailoring-002.html
+1 −1
text-transform-tailoring-002a.html
...xt/text-transform/text-transform-tailoring-002a.html
+1 −1
text-transform-tailoring-003.html
...ext/text-transform/text-transform-tailoring-003.html
+1 −1
text-transform-tailoring-004.html
...ext/text-transform/text-transform-tailoring-004.html
+1 −1
text-transform-tailoring-005.html
...ext/text-transform/text-transform-tailoring-005.html
+5 −2
text-transform-upperlower-001.html
...xt/text-transform/text-transform-upperlower-001.html
+5 −2
text-transform-upperlower-002.html
...xt/text-transform/text-transform-upperlower-002.html
+3 −2
text-transform-upperlower-003.html
...xt/text-transform/text-transform-upperlower-003.html
+3 −2
text-transform-upperlower-004.html
...xt/text-transform/text-transform-upperlower-004.html
+3 −2
text-transform-upperlower-005.html
...xt/text-transform/text-transform-upperlower-005.html
+3 −2
text-transform-upperlower-006.html
...xt/text-transform/text-transform-upperlower-006.html
+3 −2
text-transform-upperlower-007.html
...xt/text-transform/text-transform-upperlower-007.html
+3 −2
text-transform-upperlower-008.html
...xt/text-transform/text-transform-upperlower-008.html
+3 −2
text-transform-upperlower-009.html
...xt/text-transform/text-transform-upperlower-009.html
+3 −2
text-transform-upperlower-010.html
...xt/text-transform/text-transform-upperlower-010.html
+3 −2
text-transform-upperlower-011.html
...xt/text-transform/text-transform-upperlower-011.html
+3 −2
text-transform-upperlower-012.html
...xt/text-transform/text-transform-upperlower-012.html
+3 −2
text-transform-upperlower-014.html
...xt/text-transform/text-transform-upperlower-014.html
+3 −2
text-transform-upperlower-015.html
...xt/text-transform/text-transform-upperlower-015.html
+3 −2
text-transform-upperlower-016.html
...xt/text-transform/text-transform-upperlower-016.html
+3 −2
text-transform-upperlower-017.html
...xt/text-transform/text-transform-upperlower-017.html
+3 −2
text-transform-upperlower-018.html
...xt/text-transform/text-transform-upperlower-018.html
+3 −2
text-transform-upperlower-019.html
...xt/text-transform/text-transform-upperlower-019.html
+5 −2
text-transform-upperlower-020.html
...xt/text-transform/text-transform-upperlower-020.html
+5 −2
text-transform-upperlower-021.html
...xt/text-transform/text-transform-upperlower-021.html
+2 −1
text-transform-upperlower-022.html
...xt/text-transform/text-transform-upperlower-022.html
+2 −1
text-transform-upperlower-023.html
...xt/text-transform/text-transform-upperlower-023.html
+2 −1
text-transform-upperlower-024.html
...xt/text-transform/text-transform-upperlower-024.html
+2 −1
text-transform-upperlower-025.html
...xt/text-transform/text-transform-upperlower-025.html
+2 −1
text-transform-upperlower-026.html
...xt/text-transform/text-transform-upperlower-026.html
+2 −1
text-transform-upperlower-027.html
...xt/text-transform/text-transform-upperlower-027.html
+4 −1
text-transform-upperlower-028.html
...xt/text-transform/text-transform-upperlower-028.html
+4 −1
text-transform-upperlower-029.html
...xt/text-transform/text-transform-upperlower-029.html
+4 −1
text-transform-upperlower-030.html
...xt/text-transform/text-transform-upperlower-030.html
+2 −1
text-transform-upperlower-031.html
...xt/text-transform/text-transform-upperlower-031.html
+1 −1
text-transform-upperlower-032.html
...xt/text-transform/text-transform-upperlower-032.html
+1 −1
text-transform-upperlower-033.html
...xt/text-transform/text-transform-upperlower-033.html
+1 −1
text-transform-upperlower-034.html
...xt/text-transform/text-transform-upperlower-034.html
+1 −1
text-transform-upperlower-035.html
...xt/text-transform/text-transform-upperlower-035.html
+1 −1
text-transform-upperlower-038.html
...xt/text-transform/text-transform-upperlower-038.html
+1 −1
text-transform-upperlower-039.html
...xt/text-transform/text-transform-upperlower-039.html
+1 −1
text-transform-upperlower-040.html
...xt/text-transform/text-transform-upperlower-040.html
+1 −1
text-transform-upperlower-041.html
...xt/text-transform/text-transform-upperlower-041.html
+1 −1
text-transform-upperlower-042.html
...xt/text-transform/text-transform-upperlower-042.html
+1 −1
text-transform-upperlower-043.html
...xt/text-transform/text-transform-upperlower-043.html
+3 −2
text-transform-upperlower-101.html
...xt/text-transform/text-transform-upperlower-101.html
+2 −1
text-transform-upperlower-102.html
...xt/text-transform/text-transform-upperlower-102.html
+2 −1
text-transform-upperlower-103.html
...xt/text-transform/text-transform-upperlower-103.html
+2 −1
text-transform-upperlower-104.html
...xt/text-transform/text-transform-upperlower-104.html
+28 −0
break-spaces-003.html
...tests/css/css-text/white-space/break-spaces-003.html
+0 −18
control-chars-000.html
...ests/css/css-text/white-space/control-chars-000.html
+0 −18
control-chars-001.html
...ests/css/css-text/white-space/control-chars-001.html
+0 −18
control-chars-002.html
...ests/css/css-text/white-space/control-chars-002.html
+0 −18
control-chars-003.html
...ests/css/css-text/white-space/control-chars-003.html
+0 −18
control-chars-004.html
...ests/css/css-text/white-space/control-chars-004.html
+0 −18
control-chars-005.html
...ests/css/css-text/white-space/control-chars-005.html
+0 −18
control-chars-006.html
...ests/css/css-text/white-space/control-chars-006.html
+0 −18
control-chars-007.html
...ests/css/css-text/white-space/control-chars-007.html
+0 −18
control-chars-008.html
...ests/css/css-text/white-space/control-chars-008.html
+0 −18
control-chars-00B.html
...ests/css/css-text/white-space/control-chars-00B.html
+0 −18
control-chars-00D.html
...ests/css/css-text/white-space/control-chars-00D.html
+0 −18
control-chars-00E.html
...ests/css/css-text/white-space/control-chars-00E.html
+0 −18
control-chars-00F.html
...ests/css/css-text/white-space/control-chars-00F.html
+0 −18
control-chars-010.html
...ests/css/css-text/white-space/control-chars-010.html
+0 −18
control-chars-011.html
...ests/css/css-text/white-space/control-chars-011.html
+0 −18
control-chars-012.html
...ests/css/css-text/white-space/control-chars-012.html
+0 −18
control-chars-013.html
...ests/css/css-text/white-space/control-chars-013.html
+0 −18
control-chars-014.html
...ests/css/css-text/white-space/control-chars-014.html
+0 −18
control-chars-015.html
...ests/css/css-text/white-space/control-chars-015.html
+0 −18
control-chars-016.html
...ests/css/css-text/white-space/control-chars-016.html
+0 −18
control-chars-017.html
...ests/css/css-text/white-space/control-chars-017.html
+0 −18
control-chars-018.html
...ests/css/css-text/white-space/control-chars-018.html
+0 −18
control-chars-019.html
...ests/css/css-text/white-space/control-chars-019.html
+0 −18
control-chars-01A.html
...ests/css/css-text/white-space/control-chars-01A.html
+0 −18
control-chars-01B.html
...ests/css/css-text/white-space/control-chars-01B.html
+0 −18
control-chars-01C.html
...ests/css/css-text/white-space/control-chars-01C.html
+0 −18
control-chars-01D.html
...ests/css/css-text/white-space/control-chars-01D.html
+0 −18
control-chars-01E.html
...ests/css/css-text/white-space/control-chars-01E.html
+0 −18
control-chars-01F.html
...ests/css/css-text/white-space/control-chars-01F.html
+0 −18
control-chars-07F.html
...ests/css/css-text/white-space/control-chars-07F.html
+0 −18
control-chars-080.html
...ests/css/css-text/white-space/control-chars-080.html
+0 −18
control-chars-081.html
...ests/css/css-text/white-space/control-chars-081.html
+0 −18
control-chars-082.html
...ests/css/css-text/white-space/control-chars-082.html
+0 −18
control-chars-083.html
...ests/css/css-text/white-space/control-chars-083.html
+0 −18
control-chars-084.html
...ests/css/css-text/white-space/control-chars-084.html
+0 −18
control-chars-085.html
...ests/css/css-text/white-space/control-chars-085.html
+0 −18
control-chars-086.html
...ests/css/css-text/white-space/control-chars-086.html
+0 −18
control-chars-087.html
...ests/css/css-text/white-space/control-chars-087.html
+0 −18
control-chars-088.html
...ests/css/css-text/white-space/control-chars-088.html
+0 −18
control-chars-089.html
...ests/css/css-text/white-space/control-chars-089.html
+0 −18
control-chars-08A.html
...ests/css/css-text/white-space/control-chars-08A.html
+0 −18
control-chars-08B.html
...ests/css/css-text/white-space/control-chars-08B.html
+0 −18
control-chars-08C.html
...ests/css/css-text/white-space/control-chars-08C.html
+0 −18
control-chars-08D.html
...ests/css/css-text/white-space/control-chars-08D.html
+0 −18
control-chars-08E.html
...ests/css/css-text/white-space/control-chars-08E.html
+0 −18
control-chars-08F.html
...ests/css/css-text/white-space/control-chars-08F.html
+0 −18
control-chars-090.html
...ests/css/css-text/white-space/control-chars-090.html
+0 −18
control-chars-091.html
...ests/css/css-text/white-space/control-chars-091.html
+0 −18
control-chars-092.html
...ests/css/css-text/white-space/control-chars-092.html
+0 −18
control-chars-093.html
...ests/css/css-text/white-space/control-chars-093.html
+0 −18
control-chars-094.html
...ests/css/css-text/white-space/control-chars-094.html
+0 −18
control-chars-095.html
...ests/css/css-text/white-space/control-chars-095.html
+0 −18
control-chars-096.html
...ests/css/css-text/white-space/control-chars-096.html
+0 −18
control-chars-097.html
...ests/css/css-text/white-space/control-chars-097.html
+0 −18
control-chars-098.html
...ests/css/css-text/white-space/control-chars-098.html
+0 −18
control-chars-099.html
...ests/css/css-text/white-space/control-chars-099.html
+0 −18
control-chars-09A.html
...ests/css/css-text/white-space/control-chars-09A.html
+0 −18
control-chars-09B.html
...ests/css/css-text/white-space/control-chars-09B.html
+0 −18
control-chars-09C.html
...ests/css/css-text/white-space/control-chars-09C.html
+0 −18
control-chars-09D.html
...ests/css/css-text/white-space/control-chars-09D.html
+0 −18
control-chars-09E.html
...ests/css/css-text/white-space/control-chars-09E.html
+0 −18
control-chars-09F.html
...ests/css/css-text/white-space/control-chars-09F.html
+0 −40
line-edge-white-space-collapse-001.html
.../white-space/line-edge-white-space-collapse-001.html
+0 −40
line-edge-white-space-collapse-002.html
.../white-space/line-edge-white-space-collapse-002.html
+0 −32
pre-wrap-015.html
...orm-tests/css/css-text/white-space/pre-wrap-015.html
+0 −6
control-chars-000-ref.html
...ext/white-space/reference/control-chars-000-ref.html
+0 −23
line-edge-white-space-collapse-001-ref.html
...eference/line-edge-white-space-collapse-001-ref.html
+0 −24
line-edge-white-space-collapse-002-ref.html
...eference/line-edge-white-space-collapse-002-ref.html
+0 −7
trailing-ideographic-space-001-ref.html
...ce/reference/trailing-ideographic-space-001-ref.html
+0 −11
trailing-ideographic-space-003-ref.html
...ce/reference/trailing-ideographic-space-003-ref.html
+0 −11
trailing-ideographic-space-004-ref.html
...ce/reference/trailing-ideographic-space-004-ref.html
+0 −22
trailing-ideographic-space-alt-003-ref.html
...eference/trailing-ideographic-space-alt-003-ref.html
+0 −18
white-space-pre-wrap-trailing-spaces-001-ref.html
...ce/white-space-pre-wrap-trailing-spaces-001-ref.html
+0 −8
white-space-pre-wrap-trailing-spaces-002-ref.html
...ce/white-space-pre-wrap-trailing-spaces-002-ref.html
+39 −0
textarea-break-spaces-003.html
.../css-text/white-space/textarea-break-spaces-003.html
+0 −14
trailing-ideographic-space-001.html
...text/white-space/trailing-ideographic-space-001.html
+0 −14
trailing-ideographic-space-002.html
...text/white-space/trailing-ideographic-space-002.html
+0 −26
trailing-ideographic-space-003.html
...text/white-space/trailing-ideographic-space-003.html
+0 −26
trailing-ideographic-space-004.html
...text/white-space/trailing-ideographic-space-004.html
+0 −11
white-space-empty-text-sibling.html
...text/white-space/white-space-empty-text-sibling.html
+0 −31
white-space-pre-wrap-trailing-spaces-001.html
...-space/white-space-pre-wrap-trailing-spaces-001.html
+0 −20
white-space-pre-wrap-trailing-spaces-002.html
...-space/white-space-pre-wrap-trailing-spaces-002.html
+0 −27
white-space-pre-wrap-trailing-spaces-003.html
...-space/white-space-pre-wrap-trailing-spaces-003.html
+0 −16
word-break-break-all-010-ref.html
...rd-break/reference/word-break-break-all-010-ref.html
+0 −6
word-break-break-all-014-ref.html
...rd-break/reference/word-break-break-all-014-ref.html
+0 −21
word-break-break-all-020-ref.html
...rd-break/reference/word-break-break-all-020-ref.html
+0 −7
word-break-keep-all-005-ref.html
...ord-break/reference/word-break-keep-all-005-ref.html
+0 −37
word-break-break-all-010.html
...ss/css-text/word-break/word-break-break-all-010.html
+0 −36
word-break-break-all-011.html
...ss/css-text/word-break/word-break-break-all-011.html
+0 −16
word-break-break-all-014.html
...ss/css-text/word-break/word-break-break-all-014.html
+0 −33
word-break-break-all-020.html
...ss/css-text/word-break/word-break-break-all-020.html
+0 −28
word-break-keep-all-005.html
...css/css-text/word-break/word-break-keep-all-005.html
+0 −33
word-break-keep-all-006.html
...css/css-text/word-break/word-break-keep-all-006.html
+4 −0
META.yml
tests/wpt/web-platform-tests/css/css-timing/META.yml
+221 −0
cubic-bezier-timing-functions-output.html
...css-timing/cubic-bezier-timing-functions-output.html
+141 −0
step-timing-functions-output.html
...sts/css/css-timing/step-timing-functions-output.html
0
testcommon.js/{ → }
...rm-tests/css/{css-easing → css-timing}/testcommon.js
+0 −140
list-interpolation.html
...css/css-transforms/animation/list-interpolation.html
+0 −36
matrix-interpolation.html
...s/css-transforms/animation/matrix-interpolation.html
+3 −4
interpolation-testcommon.js
...orms/animation/resources/interpolation-testcommon.js
+0 −47
dynamic-fixed-pos-cb-change-ref.html
.../css-transforms/dynamic-fixed-pos-cb-change-ref.html
+0 −65
dynamic-fixed-pos-cb-change.html
.../css/css-transforms/dynamic-fixed-pos-cb-change.html
+0 −41
inheritance.html
...b-platform-tests/css/css-transforms/inheritance.html
+0 −2
scale-parsing-valid.html
.../css/css-transforms/parsing/scale-parsing-valid.html
+0 −27
text-perspective-001.html
...m-tests/css/css-transforms/text-perspective-001.html
+0 −20
transition-duration-computed.html
...ransitions/parsing/transition-duration-computed.html
+1 −1
transition-timing-function-invalid.html
...ions/parsing/transition-timing-function-invalid.html
+2 −6
transition-timing-function-valid.html
...itions/parsing/transition-timing-function-valid.html
+0 −8
transition-timing-function-001.html
.../css-transitions/transition-timing-function-001.html
+0 −229
transitionevent-interface.html
...s/css/css-transitions/transitionevent-interface.html
+3 −3
pointer-events.html
.../the-stylepropertymap/properties/pointer-events.html
+0 −47
inheritance.html
...s/wpt/web-platform-tests/css/css-ui/inheritance.html
+2 −2
vh-support-margin.html
...platform-tests/css/css-values/vh-support-margin.html
+0 −24
will-change-abspos-cb-001-ref.html
...s/css-will-change/will-change-abspos-cb-001-ref.html
+0 −30
will-change-abspos-cb-001.html
...s/css/css-will-change/will-change-abspos-cb-001.html
+0 −34
will-change-abspos-cb-dynamic-001.html
...s-will-change/will-change-abspos-cb-dynamic-001.html
+0 −21
will-change-inherit-dynamic.html
...css/css-will-change/will-change-inherit-dynamic.html
+0 −27
inline-box-border-vlr-001.html
...css/css-writing-modes/inline-box-border-vlr-001.html
+0 −23
inline-box-border-vlr-001.html
...iting-modes/reference/inline-box-border-vlr-001.html
+0 −18
elementsFromPoint-inline-htb-ltr.html
...css/cssom-view/elementsFromPoint-inline-htb-ltr.html
+0 −18
elementsFromPoint-inline-htb-rtl.html
...css/cssom-view/elementsFromPoint-inline-htb-rtl.html
+0 −18
elementsFromPoint-inline-vlr-ltr.html
...css/cssom-view/elementsFromPoint-inline-vlr-ltr.html
+0 −18
elementsFromPoint-inline-vlr-rtl.html
...css/cssom-view/elementsFromPoint-inline-vlr-rtl.html
+0 −18
elementsFromPoint-inline-vrl-ltr.html
...css/cssom-view/elementsFromPoint-inline-vrl-ltr.html
+0 −18
elementsFromPoint-inline-vrl-rtl.html
...css/cssom-view/elementsFromPoint-inline-vrl-rtl.html
+0 −16
getClientRects-br-htb-ltr.html
...-tests/css/cssom-view/getClientRects-br-htb-ltr.html
+0 −16
getClientRects-br-htb-rtl.html
...-tests/css/cssom-view/getClientRects-br-htb-rtl.html
+0 −16
getClientRects-br-vlr-ltr.html
...-tests/css/cssom-view/getClientRects-br-vlr-ltr.html
+0 −16
getClientRects-br-vlr-rtl.html
...-tests/css/cssom-view/getClientRects-br-vlr-rtl.html
+0 −16
getClientRects-br-vrl-ltr.html
...-tests/css/cssom-view/getClientRects-br-vrl-ltr.html
+0 −16
getClientRects-br-vrl-rtl.html
...-tests/css/cssom-view/getClientRects-br-vrl-rtl.html
+0 −55
getClientRects-inline.html
...form-tests/css/cssom-view/getClientRects-inline.html
+0 −21
inheritance.html
...t/web-platform-tests/css/cssom-view/inheritance.html
+0 −54
offsetTopLeftInline.html
...atform-tests/css/cssom-view/offsetTopLeftInline.html
+0 −16
screenLeftTop.html
...web-platform-tests/css/cssom-view/screenLeftTop.html
+1 −1
scroll-behavior-smooth-positions.html
...css/cssom-view/scroll-behavior-smooth-positions.html
+0 −8
CSS.html
tests/wpt/web-platform-tests/css/cssom/CSS.html
+1 −1
cssstyledeclaration-mutationrecord-002.html
...ss/cssom/cssstyledeclaration-mutationrecord-002.html
+0 −16
cssstyledeclaration-mutationrecord-005.html
...ss/cssom/cssstyledeclaration-mutationrecord-005.html
+0 −18
cssstyledeclaration-setter-attr.html
...tests/css/cssom/cssstyledeclaration-setter-attr.html
+0 −1
META.yml
...s/wpt/web-platform-tests/css/filter-effects/META.yml
+0 −10
filter-scale-001-ref.html
...m-tests/css/filter-effects/filter-scale-001-ref.html
+0 −31
filter-scale-001.html
...tform-tests/css/filter-effects/filter-scale-001.html
+0 −36
filter-scaling-001-ref.html
...tests/css/filter-effects/filter-scaling-001-ref.html
+0 −47
filter-scaling-001.html
...orm-tests/css/filter-effects/filter-scaling-001.html
+0 −25
inheritance.html
...b-platform-tests/css/filter-effects/inheritance.html
+0 −62
backdrop-filter-computed.html
...filter-effects/parsing/backdrop-filter-computed.html
+0 −54
backdrop-filter-parsing-invalid.html
...effects/parsing/backdrop-filter-parsing-invalid.html
+0 −67
backdrop-filter-parsing-valid.html
...r-effects/parsing/backdrop-filter-parsing-valid.html
+0 −62
filter-computed.html
...ests/css/filter-effects/parsing/filter-computed.html
+9 −0
filter-parsing-invalid.html
...s/filter-effects/parsing/filter-parsing-invalid.html
+0 −9
filter-parsing-valid.html
...css/filter-effects/parsing/filter-parsing-valid.html
+1 −0
META.yml
tests/wpt/web-platform-tests/css/geometry/META.yml
+2 −3
interpolation-testcommon.js
...tion/animation/resources/interpolation-testcommon.js
+0 −25
inheritance.html
...s/wpt/web-platform-tests/css/motion/inheritance.html
+0 −4
offset-path-serialization.html
...form-tests/css/motion/offset-path-serialization.html
+0 −23
offset-rotate-computed.html
...tests/css/motion/parsing/offset-rotate-computed.html
+0 −3
blank.html
tests/wpt/web-platform-tests/css/reference/blank.html
+0 −5
pass_if_two_words.html
...-platform-tests/css/reference/pass_if_two_words.html
+0 −20
floating-first-letter-05d0.html
...-tests/css/selectors/floating-first-letter-05d0.html
+0 −17
floating-first-letter-feff.html
...-tests/css/selectors/floating-first-letter-feff.html
+0 −14
floating-first-letter-ref.html
...m-tests/css/selectors/floating-first-letter-ref.html
+1 −1
focus-visible-009.html
...-platform-tests/css/selectors/focus-visible-009.html
+0 −108
where.html
...platform-tests/css/selectors/invalidation/where.html
+0 −22
selector-placeholder-shown-emptify-placeholder.html
.../selector-placeholder-shown-emptify-placeholder.html
+0 −22
computed-testcommon.js
...eb-platform-tests/css/support/computed-testcommon.js
+0 −6
grid.css
tests/wpt/web-platform-tests/css/support/grid.css
+0 −32
inheritance-testcommon.js
...platform-tests/css/support/inheritance-testcommon.js
+7 −6
parsing-testcommon.js
...web-platform-tests/css/support/parsing-testcommon.js
+0 −76
contain-layout-ignored-cases-ib-split-001-ref.html
...n/contain-layout-ignored-cases-ib-split-001-ref.html
+0 −77
contain-layout-ignored-cases-ib-split-001.html
...ntain/contain-layout-ignored-cases-ib-split-001.html
+0 −76
contain-paint-ignored-cases-ib-split-001-ref.html
...in/contain-paint-ignored-cases-ib-split-001-ref.html
+0 −77
contain-paint-ignored-cases-ib-split-001.html
...ontain/contain-paint-ignored-cases-ib-split-001.html
+1 −6
contain-size-block-001-ref.html
...ral-reftests/contain/contain-size-block-001-ref.html
+1 −1
contain-size-block-001.html
...central-reftests/contain/contain-size-block-001.html
+0 −1
contain-size-fieldset-001-ref.html
...-reftests/contain/contain-size-fieldset-001-ref.html
+0 −1
contain-size-fieldset-001.html
...tral-reftests/contain/contain-size-fieldset-001.html
+1 −13
contain-size-fieldset-002-ref.html
...-reftests/contain/contain-size-fieldset-002-ref.html
+2 −2
contain-size-fieldset-002.html
...tral-reftests/contain/contain-size-fieldset-002.html
+6 −11
contain-size-inline-block-001-ref.html
...tests/contain/contain-size-inline-block-001-ref.html
+2 −2
contain-size-inline-block-001.html
...-reftests/contain/contain-size-inline-block-001.html
+2 −7
contain-size-inline-flex-001-ref.html
...ftests/contain/contain-size-inline-flex-001-ref.html
+3 −3
contain-size-inline-flex-001.html
...l-reftests/contain/contain-size-inline-flex-001.html
+0 −2
reftest.list
...ozilla/mozilla-central-reftests/contain/reftest.list
+0 −60
flexbox-dyn-resize-001-ref.html
...ral-reftests/flexbox/flexbox-dyn-resize-001-ref.html
+0 −65
flexbox-dyn-resize-001.html
...central-reftests/flexbox/flexbox-dyn-resize-001.html
+0 −3
reftest.list
...ozilla/mozilla-central-reftests/flexbox/reftest.list
+1 −0
reftest.list
...ozilla/mozilla-central-reftests/shapes1/reftest.list
+90 −0
individual-transform-1-ref.html
...-reftests/transforms/individual-transform-1-ref.html
+100 −0
individual-transform-1.html
...tral-reftests/transforms/individual-transform-1.html
+30 −0
individual-transform-2-ref.html
...-reftests/transforms/individual-transform-2-ref.html
+32 −0
individual-transform-2a.html
...ral-reftests/transforms/individual-transform-2a.html
+32 −0
individual-transform-2b.html
...ral-reftests/transforms/individual-transform-2b.html
+32 −0
individual-transform-2c.html
...ral-reftests/transforms/individual-transform-2c.html
+31 −0
individual-transform-2d.html
...ral-reftests/transforms/individual-transform-2d.html
+31 −0
individual-transform-2e.html
...ral-reftests/transforms/individual-transform-2e.html
+7 −0
reftest.list
...lla/mozilla-central-reftests/transforms/reftest.list
+1 −1
calc-background-position-1-ref.html
...reftests/values3/calc-background-position-1-ref.html
+1 −1
calc-background-position-1.html
...ral-reftests/values3/calc-background-position-1.html
+1 −1
calc-background-size-1-ref.html
...ral-reftests/values3/calc-background-size-1-ref.html
+1 −1
calc-background-size-1.html
...central-reftests/values3/calc-background-size-1.html
BIN
blue-32x32.png
...illa-central-reftests/values3/support/blue-32x32.png
+0 −76
index.md
tests/wpt/web-platform-tests/docs/_admin/index.md
+0 −2
_config.yml
tests/wpt/web-platform-tests/docs/_config.yml
+0 −3
key.svg
...b-platform-tests/docs/_includes/svg/octicons/key.svg
+0 −11
email.md
...pt/web-platform-tests/docs/_reviewing-tests/email.md
+3 −3
index.md
.../wpt/web-platform-tests/docs/_running-tests/index.md
+3 −9
safari.md
...wpt/web-platform-tests/docs/_running-tests/safari.md
+0 −7
file-names.md
...web-platform-tests/docs/_writing-tests/file-names.md
+0 −4
rendering.md
.../web-platform-tests/docs/_writing-tests/rendering.md
+0 −8
testdriver.md
...web-platform-tests/docs/_writing-tests/testdriver.md
+8 −3
testharness-api.md
...latform-tests/docs/_writing-tests/testharness-api.md
+0 −11
index.html
tests/wpt/web-platform-tests/docs/index.html
+0 −6
introduction.md
tests/wpt/web-platform-tests/docs/introduction.md
+0 −132
Event-dispatch-on-disabled-elements.html
.../dom/events/Event-dispatch-on-disabled-elements.html
+1 −1
EventListener-addEventListener.sub.window.js
.../events/EventListener-addEventListener.sub.window.js
+0 −30
shadow-relatedTarget.html
...-platform-tests/dom/events/shadow-relatedTarget.html
+0 −6
Node-insertBefore.html
.../web-platform-tests/dom/nodes/Node-insertBefore.html
+15 −19
Node-replaceChild.html
.../web-platform-tests/dom/nodes/Node-replaceChild.html
+0 −108
pre-insertion-checks.js
...web-platform-tests/dom/nodes/pre-insertion-checks.js
+0 −38
DOMParser-parseFromString-xml-parsererror.html
...rsing/DOMParser-parseFromString-xml-parsererror.html
+3 −3
insert-list-items-in-table-cells.js
...sts/editing/data/insert-list-items-in-table-cells.js
+1 −16
insertorderedlist.js
...web-platform-tests/editing/data/insertorderedlist.js
+1 −1
two-boms-utf-16be.html
...form-tests/encoding/resources/two-boms-utf-16be.html
+1 −1
two-boms-utf-16le.html
...form-tests/encoding/resources/two-boms-utf-16le.html
+1 −1
eventsource-prototype.htm
...platform-tests/eventsource/eventsource-prototype.htm
+0 −39
layout-animations-disabled-tentative.html
...l-features/layout-animations-disabled-tentative.html
+0 −1
layout-animations-disabled-tentative.html.headers
...es/layout-animations-disabled-tentative.html.headers
+0 −30
layout-animations-enabled-tentative.html
...al-features/layout-animations-enabled-tentative.html
+0 −61
lazyload-disabled-image-tentative.sub.html
.../lazyload/lazyload-disabled-image-tentative.sub.html
+0 −2
lazyload-disabled-image-tentative.sub.html.headers
...d/lazyload-disabled-image-tentative.sub.html.headers
+0 −45
lazyload-enabled-image-tentative.sub.html
...s/lazyload/lazyload-enabled-image-tentative.sub.html
+0 −48
lazyload-image-attribute-on-sanity-check-tentative.sub.html
...d-image-attribute-on-sanity-check-tentative.sub.html
+0 −7
common.js
...ure-policy/experimental-features/resources/common.js
BIN
lazyload.png
...-policy/experimental-features/resources/lazyload.png
+0 −16
vertical-scroll-scrollable-content.html
...es/resources/vertical-scroll-scrollable-content.html
+0 −13
vertical-scroll-scrollbar-ref.html
...eatures/resources/vertical-scroll-scrollbar-ref.html
+0 −113
vertical-scroll-disabled-frame-no-scroll-manual.tentative.html
...croll-disabled-frame-no-scroll-manual.tentative.html
+0 −4
vertical-scroll-disabled-scrollbar-tentative.html
...es/vertical-scroll-disabled-scrollbar-tentative.html
+13 −79
feature-policy-frame-policy-allowed-for-all.https.sub.html
...e-policy-frame-policy-allowed-for-all.https.sub.html
+17 −99
feature-policy-frame-policy-allowed-for-self.https.sub.html
...-policy-frame-policy-allowed-for-self.https.sub.html
+17 −99
feature-policy-frame-policy-allowed-for-some.https.sub.html
...-policy-frame-policy-allowed-for-some.https.sub.html
+13 −79
feature-policy-frame-policy-disallowed-for-all.https.sub.html
...olicy-frame-policy-disallowed-for-all.https.sub.html
+0 −65
feature-policy-header-policy-declined.https.sub.html
...feature-policy-header-policy-declined.https.sub.html
+0 −1
feature-policy-header-policy-declined.https.sub.html.sub.headers
...cy-header-policy-declined.https.sub.html.sub.headers
+2 −3
picture-in-picture-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html
...ure-policy-attribute-redirect-on-load.https.sub.html
+2 −3
picture-in-picture-allowed-by-feature-policy-attribute.https.sub.html
...e-allowed-by-feature-policy-attribute.https.sub.html
+3 −4
picture-in-picture-allowed-by-feature-policy.https.sub.html
...-in-picture-allowed-by-feature-policy.https.sub.html
+3 −4
picture-in-picture-default-feature-policy.https.sub.html
...ure-in-picture-default-feature-policy.https.sub.html
+3 −4
picture-in-picture-disabled-by-feature-policy.https.sub.html
...in-picture-disabled-by-feature-policy.https.sub.html
+0 −37
encrypted-media-reporting.https.html
...olicy/reporting/encrypted-media-reporting.https.html
+0 −1
encrypted-media-reporting.https.html.headers
...porting/encrypted-media-reporting.https.html.headers
+0 −55
generic-sensor-reporting.https.html
...policy/reporting/generic-sensor-reporting.https.html
+0 −1
generic-sensor-reporting.https.html.headers
...eporting/generic-sensor-reporting.https.html.headers
+0 −46
picture-in-picture-reporting.html
...e-policy/reporting/picture-in-picture-reporting.html
+0 −1
picture-in-picture-reporting.html.headers
.../reporting/picture-in-picture-reporting.html.headers
+0 −1
feature-policy-picture-in-picture.html
...icy/resources/feature-policy-picture-in-picture.html
+3 −9
featurepolicy.js
...form-tests/feature-policy/resources/featurepolicy.js
+4 −15
picture-in-picture.js
...tests/feature-policy/resources/picture-in-picture.js
+3 −9
serviceworker-intercepted.https.html
...fetch/api/abort/serviceworker-intercepted.https.html
+9 −13
header-value-combining.any.js
...-tests/fetch/api/basic/header-value-combining.any.js
+1 −1
header-values-normalize.html
...tests/fetch/api/headers/header-values-normalize.html
+0 −1
redirect-count.any.js
...tform-tests/fetch/api/redirect/redirect-count.any.js
+2 −3
fetch-destination-worker-no-load-event.js
.../resources/fetch-destination-worker-no-load-event.js
+1 −0
inspect-headers.py
...latform-tests/fetch/api/resources/inspect-headers.py
+0 −11
sniffable-resource.py
...orm-tests/fetch/corb/resources/sniffable-resource.py
+1 −1
script-html-via-cross-origin-blob-url.sub.html
.../corb/script-html-via-cross-origin-blob-url.sub.html
+0 −83
script-resource-with-json-parser-breaker.tentative.sub.html
...resource-with-json-parser-breaker.tentative.sub.html
+1 −1
data-urls.json
...tform-tests/fetch/data-urls/resources/data-urls.json
+0 −30
304-update.html
.../web-platform-tests/fetch/http-cache/304-update.html
+28 −0
parsing-nosniff.html
...eb-platform-tests/fetch/nosniff/parsing-nosniff.html
+0 −24
parsing-nosniff.window.js
...atform-tests/fetch/nosniff/parsing-nosniff.window.js
+7 −0
nosniff-first.asis
...orm-tests/fetch/nosniff/resources/nosniff-first.asis
+7 −0
nosniff-last.asis
...form-tests/fetch/nosniff/resources/nosniff-last.asis
+6 −0
nosniff-no-x.asis
...form-tests/fetch/nosniff/resources/nosniff-no-x.asis
+6 −0
nosniff-quoted-single.asis
...s/fetch/nosniff/resources/nosniff-quoted-single.asis
+6 −0
nosniff-quoted.asis
...rm-tests/fetch/nosniff/resources/nosniff-quoted.asis
+6 −0
nosniff-uppercase.asis
...tests/fetch/nosniff/resources/nosniff-uppercase.asis
+0 −10
nosniff.py
...eb-platform-tests/fetch/nosniff/resources/nosniff.py
+0 −58
x-content-type-options.json
.../fetch/nosniff/resources/x-content-type-options.json
+0 −13
302-found-post-handler.py
...ts/fetch/redirect-navigate/302-found-post-handler.py
+0 −20
302-found-post.html
...rm-tests/fetch/redirect-navigate/302-found-post.html
+3 −3
fetch.tentative.https.sub.html
...ts/fetch/sec-metadata/fetch.tentative.https.sub.html
+24 −20
report.tentative.https.sub.html
...s/fetch/sec-metadata/report.tentative.https.sub.html
+1 −0
helper.js
...latform-tests/fetch/sec-metadata/resources/helper.js
+1 −1
document-exit-fullscreen-timing-manual.html
...reen/api/document-exit-fullscreen-timing-manual.html
+14 −15
element-ready-check-containing-iframe-manual.html
...pi/element-ready-check-containing-iframe-manual.html
+10 −12
element-ready-check-not-allowed-manual.html
...reen/api/element-ready-check-not-allowed-manual.html
+31 −34
element-request-fullscreen-and-exit-iframe-manual.html
...ement-request-fullscreen-and-exit-iframe-manual.html
+15 −19
element-request-fullscreen-timing-manual.html
...en/api/element-request-fullscreen-timing-manual.html
+23 −26
move-to-fullscreen-iframe-manual.html
...llscreen/model/move-to-fullscreen-iframe-manual.html
+4 −15
ua-style-iframe-manual.html
...sts/fullscreen/rendering/ua-style-iframe-manual.html
+1 −0
META.yml
tests/wpt/web-platform-tests/generic-sensor/META.yml
+1 −27
generic-sensor-iframe-tests.sub.js
...ts/generic-sensor/generic-sensor-iframe-tests.sub.js
+1 −0
META.yml
tests/wpt/web-platform-tests/gyroscope/META.yml
+0 −74
scroll-restoration-order.html
...-web/history-traversal/scroll-restoration-order.html
+2 −2
001.html
...html/browsers/history/the-history-interface/001.html
+2 −2
002.html
...html/browsers/history/the-history-interface/002.html
+0 −5
blank-new.html
...rowsers/history/the-history-interface/blank-new.html
+0 −5
blank-old.html
...rowsers/history/the-history-interface/blank-old.html
+0 −40
iframe_history_go_0.html
...story/the-history-interface/iframe_history_go_0.html
+0 −86
no-browsing-context.window.js
...the-location-interface/no-browsing-context.window.js
+0 −37
appcache-iframe.https.html
...browsers/offline/appcache/appcache-iframe.https.html
+0 −5
appcache-data.py
...browsers/offline/appcache/resources/appcache-data.py
+0 −8
appcache-iframe.manifest
.../offline/appcache/resources/appcache-iframe.manifest
+0 −43
appcache-iframe.py
...owsers/offline/appcache/resources/appcache-iframe.py
+0 −1
appcache-worker.py
...ffline/appcache/workers/resources/appcache-worker.py
+0 −113
no_window_open_when_term_nesting_level_nonzero.window.js
...indow_open_when_term_nesting_level_nonzero.window.js
+14 −26
open-features-tokenization-noopener.html
...xts-by-name/open-features-tokenization-noopener.html
+2 −2
message-opener.html
...wsing-contexts-by-name/resources/message-opener.html
+0 −13
window-properties.https.html
...wsers/the-window-object/window-properties.https.html
+0 −1
opener-setter.html
...ndows/auxiliary-browsing-contexts/opener-setter.html
+0 −27
getter-tests.js
...elements/the-innertext-idl-attribute/getter-tests.js
+2 −1
interfaces.https.html
...pt/web-platform-tests/html/dom/interfaces.https.html
+1 −1
007.html
...pt/web-platform-tests/html/editing/dnd/file/007.html
+0 −12
32mb.py
...eb-platform-tests/html/editing/dnd/resources/32mb.py
+0 −20
form-margin-quirk.html
...laced-elements/flow-content-0/form-margin-quirk.html
+0 −18
transformed-tbody-tr-collapsed-border-ref.html
...ables/transformed-tbody-tr-collapsed-border-ref.html
+0 −23
transformed-tbody-tr-collapsed-border.html
...ts/tables/transformed-tbody-tr-collapsed-border.html
+0 −142
legend-block-margins-2-ref.html
...-and-legend-elements/legend-block-margins-2-ref.html
+0 −139
legend-block-margins-2.html
...dset-and-legend-elements/legend-block-margins-2.html
+0 −16
legend-list-item-numbering-ref.html
...-legend-elements/legend-list-item-numbering-ref.html
+0 −17
legend-list-item-numbering.html
...-and-legend-elements/legend-list-item-numbering.html
+0 −33
select-1-block-size-ref.html
...ents/the-select-element/select-1-block-size-ref.html
+0 −38
select-1-block-size.html
...elements/the-select-element/select-1-block-size.html
+0 −23
select-1-line-height-ref.html
...nts/the-select-element/select-1-line-height-ref.html
+0 −35
select-1-line-height.html
...lements/the-select-element/select-1-line-height.html
+0 −35
select-empty-ref.html
...ed-elements/the-select-element/select-empty-ref.html
+0 −33
select-empty.html
...placed-elements/the-select-element/select-empty.html
+14 −3
link-style-error-01.html
...t-metadata/the-link-element/link-style-error-01.html
+0 −7
link-style-error-limited-quirks.html
...he-link-element/link-style-error-limited-quirks.html
+0 −7
link-style-error-quirks.html
...tadata/the-link-element/link-style-error-quirks.html
+0 −7
css.py
.../document-metadata/the-link-element/resources/css.py
+0 −47
link-style-error.js
...adata/the-link-element/resources/link-style-error.js
+1 −1
parsing.html
...directives/attr-meta-http-equiv-refresh/parsing.html
+8 −10
event_pause_noautoplay.html
...d-content/media-elements/event_pause_noautoplay.html
+12 −12
event_play_noautoplay.html
...ed-content/media-elements/event_play_noautoplay.html
+1 −1
resource-selection-invoke-set-src-networkState.html
.../resource-selection-invoke-set-src-networkState.html
+2 −4
paused_true_during_pause.html
...content/media-elements/paused_true_during_pause.html
+1 −2
play-in-detached-document.html
...ng-the-media-resource/play-in-detached-document.html
+1 −1
track-change-event.html
...elements/track/track-element/track-change-event.html
+0 −26
iframe-nosrc.html
...mbedded-content/the-iframe-element/iframe-nosrc.html
+0 −2
available-images-ref.html
...ed-content/the-img-element/available-images-ref.html
+0 −17
available-images.html
...bedded-content/the-img-element/available-images.html
+0 −23
image-decode-with-quick-attach-svg.tentative.html
...de/image-decode-with-quick-attach-svg.tentative.html
+0 −52
object-fallback-failed-cross-origin-navigation.sub.html
...ect-fallback-failed-cross-origin-navigation.sub.html
+0 −75
intrinsic_sizes.htm
...bedded-content/the-video-element/intrinsic_sizes.htm
+0 −3
form-target-iframe-helper.py
.../form-submission-target/form-target-iframe-helper.py
+0 −29
form-target-iframe.html
...forms/form-submission-target/form-target-iframe.html
+4 −59
form-autocomplete.html
...antics/forms/the-form-element/form-autocomplete.html
+1 −13
type-change-state.html
...ntics/forms/the-input-element/type-change-state.html
+0 −37
HTMLLegendElement.html
...tics/forms/the-legend-element/HTMLLegendElement.html
+1 −1
077.html
...pting-1/the-script-element/execution-timing/077.html
+16 −16
credentials.sub.html
...ing-1/the-script-element/module/credentials.sub.html
+0 −58
dynamic-imports-credentials.sub.html
.../dynamic-import/dynamic-imports-credentials.sub.html
+6 −6
credentials-iframe.sub.html
...element/module/resources/credentials-iframe.sub.html
+0 −26
dynamic-import-credentials-iframe.sub.html
...resources/dynamic-import-credentials-iframe.sub.html
+0 −1
template-owner-document.html
...n-element-for-the-token/template-owner-document.html
+0 −17
navigatorcookies-cookieenabled-false-manual.html
...ect/navigatorcookies-cookieenabled-false-manual.html
+0 −13
navigatorcookies-cookieenabled-true.html
...ator-object/navigatorcookies-cookieenabled-true.html
+0 −23
allowed-to-play.html
...ests/infrastructure/assumptions/allowed-to-play.html
+0 −2
blank.html
...platform-tests/infrastructure/assumptions/blank.html
+0 −18
cookie.html
...latform-tests/infrastructure/assumptions/cookie.html
+0 −8
allowed-to-play.html.ini
.../infrastructure/assumptions/allowed-to-play.html.ini
+0 −9
html-elements.html.ini
...ta/infrastructure/assumptions/html-elements.html.ini
+0 −4
context.any.js.ini
...re/metadata/infrastructure/server/context.any.js.ini
+0 −4
order-of-metas.any.js.ini
...data/infrastructure/server/order-of-metas.any.js.ini
+0 −4
secure-context.https.any.js.ini
...nfrastructure/server/secure-context.https.any.js.ini
+0 −4
title.any.js.ini
...ture/metadata/infrastructure/server/title.any.js.ini
+0 −3
elementPosition.html.ini
...tructure/testdriver/actions/elementPosition.html.ini
+0 −3
elementTiming.html.ini
...astructure/testdriver/actions/elementTiming.html.ini
+0 −3
eventOrder.html.ini
...nfrastructure/testdriver/actions/eventOrder.html.ini
+0 −3
multiDevice.html.ini
...frastructure/testdriver/actions/multiDevice.html.ini
+0 −43
elementPosition.html
...frastructure/testdriver/actions/elementPosition.html
+0 −56
elementTiming.html
...infrastructure/testdriver/actions/elementTiming.html
+0 −37
eventOrder.html
...ts/infrastructure/testdriver/actions/eventOrder.html
+0 −36
multiDevice.html
...s/infrastructure/testdriver/actions/multiDevice.html
+6 −16
bless.html
...-platform-tests/infrastructure/testdriver/bless.html
+2 −2
input-events-exec-command.html
...rm-tests/input-events/input-events-exec-command.html
+10 −13
CSP.idl
tests/wpt/web-platform-tests/interfaces/CSP.idl
+0 −7
IndexedDB.idl
tests/wpt/web-platform-tests/interfaces/IndexedDB.idl
+1 −1
SVG.idl
tests/wpt/web-platform-tests/interfaces/SVG.idl
+1 −1
csp-embedded-enforcement.idl
...atform-tests/interfaces/csp-embedded-enforcement.idl
+27 −27
css-layout-api.idl
...wpt/web-platform-tests/interfaces/css-layout-api.idl
+0 −2
cssom-view.idl
tests/wpt/web-platform-tests/interfaces/cssom-view.idl
+1 −1
fullscreen.idl
tests/wpt/web-platform-tests/interfaces/fullscreen.idl
+2 −1
hr-time.idl
tests/wpt/web-platform-tests/interfaces/hr-time.idl
+5 −5
netinfo.idl
tests/wpt/web-platform-tests/interfaces/netinfo.idl
+14 −4
payment-request.idl
...pt/web-platform-tests/interfaces/payment-request.idl
+1 −1
reporting.idl
tests/wpt/web-platform-tests/interfaces/reporting.idl
+1 −13
screen-capture.idl
...wpt/web-platform-tests/interfaces/screen-capture.idl
+0 −8
service-workers.idl
...pt/web-platform-tests/interfaces/service-workers.idl
+6 −32
speech-api.idl
tests/wpt/web-platform-tests/interfaces/speech-api.idl
+7 −0
touch-events.idl
...s/wpt/web-platform-tests/interfaces/touch-events.idl
+0 −10
wasm-web-api.idl
...s/wpt/web-platform-tests/interfaces/wasm-web-api.idl
+1 −1
web-animations.idl
...wpt/web-platform-tests/interfaces/web-animations.idl
+1 −1
web-share.idl
tests/wpt/web-platform-tests/interfaces/web-share.idl
+7 −7
webmidi.idl
tests/wpt/web-platform-tests/interfaces/webmidi.idl
+1 −1
webrtc-dscp.idl
tests/wpt/web-platform-tests/interfaces/webrtc-dscp.idl
+1 −4
webrtc.idl
tests/wpt/web-platform-tests/interfaces/webrtc.idl
+3 −26
bounding-box.html
...atform-tests/intersection-observer/bounding-box.html
+0 −36
target-in-different-window.html
...ntersection-observer/target-in-different-window.html
+3 −18
lint.whitelist
tests/wpt/web-platform-tests/lint.whitelist
+1 −0
META.yml
tests/wpt/web-platform-tests/magnetometer/META.yml
+1 −1
underover-1.html
.../mathml/presentation-markup/scripts/underover-1.html
+1 −2
decodingInfo.html
...-platform-tests/media-capabilities/decodingInfo.html
+0 −328
encodingInfo.html
...-platform-tests/media-capabilities/encodingInfo.html
+0 −47
MediaRecorder-destroy-script-execution.html
...e-record/MediaRecorder-destroy-script-execution.html
+0 −75
MediaRecorder-error.html
...m-tests/mediacapture-record/MediaRecorder-error.html
+0 −50
MediaRecorder-stop.html
...rm-tests/mediacapture-record/MediaRecorder-stop.html
+0 −28
MediaRecorder-iframe.html
...ediacapture-record/support/MediaRecorder-iframe.html
+0 −1
META.yml
...wpt/web-platform-tests/mediacapture-streams/META.yml
+0 −19
MediaDevices-SecureContext.html
...mediacapture-streams/MediaDevices-SecureContext.html
+30 −50
MediaStream-MediaElement-srcObject.https.html
...treams/MediaStream-MediaElement-srcObject.https.html
+0 −94
MediaStream-clone.https.html
...ts/mediacapture-streams/MediaStream-clone.https.html
+1 −1
MediaStream-default-feature-policy.https.html
...treams/MediaStream-default-feature-policy.https.html
+16 −25
MediaStream-idl.https.html
...ests/mediacapture-streams/MediaStream-idl.https.html
+32 −138
MediaStreamTrack-getSettings.https.html
...ture-streams/MediaStreamTrack-getSettings.https.html
+3 −3
idlharness.https.window.js
...ests/mediacapture-streams/idlharness.https.window.js
+0 −3
common.js
...t/web-platform-tests/mixed-content/generic/common.js
+0 −25
dom_interactive_image_document.html
...avigation-timing/dom_interactive_image_document.html
+0 −25
dom_interactive_media_document.html
...avigation-timing/dom_interactive_media_document.html
+0 −43
ondeviceorientationabsolute.html
...s/orientation-event/ondeviceorientationabsolute.html
+1 −0
META.yml
...s/wpt/web-platform-tests/orientation-sensor/META.yml
+23 −0
basic-card.js
...wpt/web-platform-tests/payment-handler/basic-card.js
+7 −0
can-make-payment-event.https.html
...ts/payment-handler/can-make-payment-event.https.html
+6 −4
payment-instruments.https.html
...tests/payment-handler/payment-instruments.https.html
+3 −3
payment-request-event.https.html
...sts/payment-handler/payment-request-event.https.html
+13 −3
empty-data-manual.https.html
...yment-method-basic-card/empty-data-manual.https.html
+0 −25
historical.https.html
...ests/payment-method-basic-card/historical.https.html
+0 −149
payment-request-ctor-pmi-handling.https.html
...thod-id/payment-request-ctor-pmi-handling.https.html
+1 −3
META.yml
tests/wpt/web-platform-tests/payment-request/META.yml
+77 −0
type_member.https.html
...s/payment-request/PaymentItem/type_member.https.html
+33 −33
payment-request-abort-method.https.html
...ment-request/payment-request-abort-method.https.html
+0 −56
payment-request-canmakepayment-method-protection.https.html
...-request-canmakepayment-method-protection.https.html
+136 −73
payment-request-canmakepayment-method.https.html
...est/payment-request-canmakepayment-method.https.html
+3 −0
payment-request-constructor.https.html
...yment-request/payment-request-constructor.https.html
+1 −1
payment-request-id-attribute.https.html
...ment-request/payment-request-id-attribute.https.html
+14 −14
retry-method-manual.https.html
...uest/payment-response/retry-method-manual.https.html
+33 −34
rejects_if_not_active.https.html
...sts/payment-request/rejects_if_not_active.https.html
+3 −4
webtiming-resolution.any.js
...sts/performance-timeline/webtiming-resolution.any.js
+0 −1
interfaces.any.js
...wpt/web-platform-tests/permissions/interfaces.any.js
+0 −15
test-background-fetch-permission.html
...ts/permissions/test-background-fetch-permission.html
+6 −6
disable-picture-in-picture.html
...s/picture-in-picture/disable-picture-in-picture.html
+0 −1
enter-picture-in-picture.html
...sts/picture-in-picture/enter-picture-in-picture.html
+0 −1
exit-picture-in-picture.html
...ests/picture-in-picture/exit-picture-in-picture.html
+0 −1
idlharness.window.js
...atform-tests/picture-in-picture/idlharness.window.js
+0 −1
leave-picture-in-picture.html
...sts/picture-in-picture/leave-picture-in-picture.html
+0 −1
picture-in-picture-element.html
...s/picture-in-picture/picture-in-picture-element.html
+0 −4
picture-in-picture-window.html
...ts/picture-in-picture/picture-in-picture-window.html
+7 −5
request-picture-in-picture-twice.html
...ure-in-picture/request-picture-in-picture-twice.html
+5 −6
request-picture-in-picture.html
...s/picture-in-picture/request-picture-in-picture.html
+11 −4
picture-in-picture-helpers.js
...e-in-picture/resources/picture-in-picture-helpers.js
+5 −6
shadow-dom.html
...eb-platform-tests/picture-in-picture/shadow-dom.html
+1 −0
META.yml
tests/wpt/web-platform-tests/pointerevents/META.yml
+0 −28
pointerevent_constructor.html
...ointerevents/extension/pointerevent_constructor.html
+0 −76
pointerevent_getPredictedEvents_when_pointerlocked-manual.html
...nt_getPredictedEvents_when_pointerlocked-manual.html
+0 −149
pointerevent_predicted_events_attributes-manual.html
...pointerevent_predicted_events_attributes-manual.html
+3 −6
mouse_buttons_back_forward-manual.html
...s/pointerlock/mouse_buttons_back_forward-manual.html
+2 −2
PresentationRequest_error.https.html
.../controlling-ua/PresentationRequest_error.https.html
+4 −22
reconnectToMultiplePresentations_success-manual.https.html
...ectToMultiplePresentations_success-manual.https.html
+0 −52
vertical-align-in-quirks-ref.html
...s/quirks/reference/vertical-align-in-quirks-ref.html
+0 −56
vertical-align-in-quirks.html
...-platform-tests/quirks/vertical-align-in-quirks.html
+6 −8
README.md
...form-tests/referrer-policy/css-integration/README.md
+0 −48
external-import-stylesheet.html
...ntegration/child-css/external-import-stylesheet.html
+0 −45
internal-import-stylesheet.html
...ntegration/child-css/internal-import-stylesheet.html
+0 −47
processing-instruction.html
...ss-integration/child-css/processing-instruction.html
+0 −66
css-test-helper.js
...s/referrer-policy/css-integration/css-test-helper.js
+50 −0
external-import-stylesheet.html
...licy/css-integration/external-import-stylesheet.html
0
external-stylesheet.html/{ → }
.../css-integration/{image → }/external-stylesheet.html
+0 −53
external-import-stylesheet.html
...ntegration/font-face/external-import-stylesheet.html
+0 −47
external-stylesheet.html
...y/css-integration/font-face/external-stylesheet.html
+0 −45
internal-import-stylesheet.html
...ntegration/font-face/internal-import-stylesheet.html
+0 −45
internal-stylesheet.html
...y/css-integration/font-face/internal-stylesheet.html
+0 −51
processing-instruction.html
...ss-integration/font-face/processing-instruction.html
+0 −53
external-import-stylesheet.html
...ss-integration/image/external-import-stylesheet.html
0
inline-style.html/{ → }
...-policy/css-integration/{image → }/inline-style.html
0
internal-import-stylesheet.html/{ → }
...tegration/{image → }/internal-import-stylesheet.html
0
internal-stylesheet.html/{ → }
.../css-integration/{image → }/internal-stylesheet.html
0
presentation-attribute.html/{ → }
...s-integration/{image → }/presentation-attribute.html
0
processing-instruction.html/{ → }
...s-integration/{image → }/processing-instruction.html
+0 −41
external-stylesheet.html
...-policy/css-integration/svg/external-stylesheet.html
+0 −35
inline-style.html
...eferrer-policy/css-integration/svg/inline-style.html
+0 −35
internal-stylesheet.html
...-policy/css-integration/svg/internal-stylesheet.html
+0 −40
presentation-attribute.html
...licy/css-integration/svg/presentation-attribute.html
+0 −38
processing-instruction.html
...licy/css-integration/svg/processing-instruction.html
+0 −29
multiple-headers-and-values.html
...rrer-policy/generic/multiple-headers-and-values.html
+0 −2
multiple-headers-and-values.html.headers
...icy/generic/multiple-headers-and-values.html.headers
+0 −29
multiple-headers-combined.html
...ferrer-policy/generic/multiple-headers-combined.html
+0 −1
multiple-headers-combined.html.headers
...olicy/generic/multiple-headers-combined.html.headers
+0 −29
multiple-headers-one-invalid.html
...rer-policy/generic/multiple-headers-one-invalid.html
+0 −2
multiple-headers-one-invalid.html.headers
...cy/generic/multiple-headers-one-invalid.html.headers
+0 −29
multiple-headers-one-unknown-token.html
...licy/generic/multiple-headers-one-unknown-token.html
+0 −2
multiple-headers-one-unknown-token.html.headers
...eric/multiple-headers-one-unknown-token.html.headers
+0 −29
multiple-headers.html
...-tests/referrer-policy/generic/multiple-headers.html
+0 −2
multiple-headers.html.headers
...eferrer-policy/generic/multiple-headers.html.headers
+0 −72
font.py
...rm-tests/referrer-policy/generic/subresource/font.py
+7 −49
stylesheet.py
...ts/referrer-policy/generic/subresource/stylesheet.py
+0 −36
svg.py
...orm-tests/referrer-policy/generic/subresource/svg.py
+0 −9
font.css.template
...s/referrer-policy/generic/template/font.css.template
0
image.css.template → stylesheet.css.template
...plate/{image.css.template → stylesheet.css.template}
+0 −3
svg.css.template
...ts/referrer-policy/generic/template/svg.css.template
+0 −5
svg.embedded.template
...ferrer-policy/generic/template/svg.embedded.template
+5 −4
resource_TAO_cross_origin_redirect_chain.html
...timing/resource_TAO_cross_origin_redirect_chain.html
+8 −16
resource_timing_buffer_full_eventually.html
...e-timing/resource_timing_buffer_full_eventually.html
+5 −4
resource_timing_cross_origin_redirect_chain.html
...ing/resource_timing_cross_origin_redirect_chain.html
+5 −5
TAOResponse.py
...tform-tests/resource-timing/resources/TAOResponse.py
+56 −284
device.mojom.js
...eb-platform-tests/resources/chromium/device.mojom.js
+1 −1
generic_sensor_mocks.js
...orm-tests/resources/chromium/generic_sensor_mocks.js
+20 −24
sensor.mojom.js
...eb-platform-tests/resources/chromium/sensor.mojom.js
+0 −79
url.mojom.js
...t/web-platform-tests/resources/chromium/url.mojom.js
+9 −10
webxr-test.js
.../web-platform-tests/resources/chromium/webxr-test.js
+241 −153
idlharness.js
tests/wpt/web-platform-tests/resources/idlharness.js
+1 −1
README.md
tests/wpt/web-platform-tests/resources/test/README.md
+6 −13
conftest.py
tests/wpt/web-platform-tests/resources/test/conftest.py
+4 −4
api-tests-1.html
...sts/resources/test/tests/functional/api-tests-1.html
+0 −33
log-insertion.html
...s/resources/test/tests/functional/log-insertion.html
+0 −22
get_interface_object.html
...st/tests/unit/IdlInterface/get_interface_object.html
+0 −21
get_interface_object_owner.html
...ts/unit/IdlInterface/get_interface_object_owner.html
+0 −20
get_legacy_namespace.html
...st/tests/unit/IdlInterface/get_legacy_namespace.html
+0 −20
get_qualified_name.html
...test/tests/unit/IdlInterface/get_qualified_name.html
+2 −3
tox.ini
tests/wpt/web-platform-tests/resources/test/tox.ini
+3 −3
wptserver.py
...s/wpt/web-platform-tests/resources/test/wptserver.py
+0 −391
testdriver-actions.js
...t/web-platform-tests/resources/testdriver-actions.js
+0 −33
testdriver.js
tests/wpt/web-platform-tests/resources/testdriver.js
+36 −28
testharness.js
tests/wpt/web-platform-tests/resources/testharness.js
+0 −1
META.yml
tests/wpt/web-platform-tests/screen-capture/META.yml
+67 −132
getdisplaymedia.https.html
...form-tests/screen-capture/getdisplaymedia.https.html
+2 −2
idlharness.window.js
...b-platform-tests/screen-capture/idlharness.window.js
+0 −29
addRange.tentative.html
...web-platform-tests/selection/addRange.tentative.html
+0 −28
stringifier.tentative.html
...-platform-tests/selection/stringifier.tentative.html
+35 −0
cross_origin.html
...t/web-platform-tests/server-timing/cross_origin.html
+0 −35
cross_origin.https.html
...platform-tests/server-timing/cross_origin.https.html
0
idlharness.https.any.js → idlharness.any.js
...timing/{idlharness.https.any.js → idlharness.any.js}
+14 −0
navigation_timing_idl.html
...tform-tests/server-timing/navigation_timing_idl.html
+2 −3
navigation_timing_idl.https.html
...tests/server-timing/navigation_timing_idl.https.html
+14 −0
resource_timing_idl.html
...latform-tests/server-timing/resource_timing_idl.html
+2 −3
resource_timing_idl.https.html
...m-tests/server-timing/resource_timing_idl.https.html
+54 −0
server_timing_header-parsing.html
...ests/server-timing/server_timing_header-parsing.html
+2 −2
server_timing_header-parsing.https.html
...erver-timing/server_timing_header-parsing.https.html
+1 −1
service_worker_idl.https.html
...rm-tests/server-timing/service_worker_idl.https.html
+45 −0
test_server_timing.html
...platform-tests/server-timing/test_server_timing.html
+1 −0
test_server_timing.html.sub.headers
...ts/server-timing/test_server_timing.html.sub.headers
+2 −2
test_server_timing.https.html
...rm-tests/server-timing/test_server_timing.https.html
+9 −8
activation-after-registration.https.html
...vice-worker/activation-after-registration.https.html
+5 −7
appcache-ordering-main.https.html
...ers/service-worker/appcache-ordering-main.https.html
+18 −11
claim-worker-fetch.https.html
...workers/service-worker/claim-worker-fetch.https.html
+9 −14
client-id.https.html
.../service-workers/service-worker/client-id.https.html
+7 −6
clients-matchall-exact-controller.https.html
...-worker/clients-matchall-exact-controller.https.html
+72 −96
clients-matchall-include-uncontrolled.https.html
...ker/clients-matchall-include-uncontrolled.https.html
+0 −1
clients-matchall-order.https.html
...ers/service-worker/clients-matchall-order.https.html
+9 −14
clients-matchall.https.html
...e-workers/service-worker/clients-matchall.https.html
+13 −13
controller-on-disconnect.https.html
...s/service-worker/controller-on-disconnect.https.html
+14 −15
controller-on-load.https.html
...workers/service-worker/controller-on-load.https.html
+19 −21
extendable-event-async-waituntil.https.html
...e-worker/extendable-event-async-waituntil.https.html
+60 −55
extendable-event-waituntil.https.html
...service-worker/extendable-event-waituntil.https.html
+0 −47
fetch-audio-tainting.https.html
...rkers/service-worker/fetch-audio-tainting.https.html
+8 −14
fetch-cors-xhr.https.html
...ice-workers/service-worker/fetch-cors-xhr.https.html
+5 −7
fetch-event-referrer-policy.https.html
...ervice-worker/fetch-event-referrer-policy.https.html
+30 −42
fetch-frame-resource.https.html
...rkers/service-worker/fetch-frame-resource.https.html
+5 −7
fetch-header-visibility.https.html
...rs/service-worker/fetch-header-visibility.https.html
+4 −6
fetch-request-css-base-url.https.html
...service-worker/fetch-request-css-base-url.https.html
+62 −100
fetch-request-css-images.https.html
...s/service-worker/fetch-request-css-images.https.html
+6 −7
fetch-request-html-imports.https.html
...service-worker/fetch-request-html-imports.https.html
+9 −11
fetch-request-no-freshness-headers.https.html
...worker/fetch-request-no-freshness-headers.https.html
+7 −14
fetch-response-xhr.https.html
...workers/service-worker/fetch-response-xhr.https.html
+4 −7
fetch-waits-for-activate.https.html
...s/service-worker/fetch-waits-for-activate.https.html
+12 −16
getregistration.https.html
...ce-workers/service-worker/getregistration.https.html
+0 −28
import-module-scripts.https.html
...kers/service-worker/import-module-scripts.https.html
+0 −30
import-scripts-mime-types.https.html
.../service-worker/import-scripts-mime-types.https.html
+7 −17
invalid-blobtype.https.html
...e-workers/service-worker/invalid-blobtype.https.html
+7 −16
invalid-header.https.html
...ice-workers/service-worker/invalid-header.https.html
+6 −14
iso-latin1-header.https.html
...-workers/service-worker/iso-latin1-header.https.html
+58 −394
navigation-redirect.https.html
...orkers/service-worker/navigation-redirect.https.html
+4 −5
postmessage-from-waiting-serviceworker.https.html
...er/postmessage-from-waiting-serviceworker.https.html
+0 −211
postmessage-to-client-message-queue.https.html
...orker/postmessage-to-client-message-queue.https.html
+44 −32
postmessage-to-client.https.html
...kers/service-worker/postmessage-to-client.https.html
+6 −16
referer.https.html
...ts/service-workers/service-worker/referer.https.html
+15 −20
registration-events.https.html
...orkers/service-worker/registration-events.https.html
+0 −1
about-blank-replacement-ping-frame.py
...rker/resources/about-blank-replacement-ping-frame.py
+0 −39
enable-client-message-queue.html
...ce-worker/resources/enable-client-message-queue.html
+0 −49
import-scripts-mime-types-worker.js
...worker/resources/import-scripts-mime-types-worker.js
+0 −1
imported-classic-script.js
.../service-worker/resources/imported-classic-script.js
+0 −1
imported-module-script.js
...s/service-worker/resources/imported-module-script.js
+0 −18
message-vs-microtask.html
...s/service-worker/resources/message-vs-microtask.html
+0 −19
navigation-redirect-other-origin.html
...rker/resources/navigation-redirect-other-origin.html
+1 −3
navigation-redirect-out-scope.py
...ce-worker/resources/navigation-redirect-out-scope.py
+1 −3
navigation-redirect-scope1.py
...rvice-worker/resources/navigation-redirect-scope1.py
+1 −3
navigation-redirect-scope2.py
...rvice-worker/resources/navigation-redirect-scope2.py
+0 −5
nested-iframe-parent.html
...s/service-worker/resources/nested-iframe-parent.html
+2 −53
redirect-worker.js
...-workers/service-worker/resources/redirect-worker.js
+2 −12
registration-tests-mime-types.js
...ce-worker/resources/registration-tests-mime-types.js
+4 −17
service-worker-header.py
...rs/service-worker/resources/service-worker-header.py
+0 −54
stalling-service-worker.js
.../service-worker/resources/stalling-service-worker.js
+0 −23
update-during-installation-worker.js
...orker/resources/update-during-installation-worker.js
+0 −9
update-missing-import-scripts-imported-worker.py
...ces/update-missing-import-scripts-imported-worker.py
+0 −13
update-missing-import-scripts-main-worker.py
...sources/update-missing-import-scripts-main-worker.py
+0 −33
update-registration-with-type.py
...ce-worker/resources/update-registration-with-type.py
+8 −13
service-worker-header.https.html
...kers/service-worker/service-worker-header.https.html
+12 −17
state.https.html
...ests/service-workers/service-worker/state.https.html
+7 −7
uncontrolled-page.https.html
...-workers/service-worker/uncontrolled-page.https.html
+25 −35
unregister-then-register.https.html
...s/service-worker/unregister-then-register.https.html
+0 −33
update-missing-import-scripts.https.html
...vice-worker/update-missing-import-scripts.https.html
+0 −58
update-not-allowed.https.html
...workers/service-worker/update-not-allowed.https.html
+5 −7
update-recovery.https.html
...ce-workers/service-worker/update-recovery.https.html
+0 −74
update-registration-with-type.https.html
...vice-worker/update-registration-with-type.https.html
+16 −15
websocket.https.html
.../service-workers/service-worker/websocket.https.html
+0 −16
slots-outside-shadow-dom.html
...tform-tests/shadow-dom/slots-outside-shadow-dom.html
+0 −5
META.yml
tests/wpt/web-platform-tests/signed-exchange/META.yml
+0 −22
README.md
tests/wpt/web-platform-tests/signed-exchange/README.md
+0 −17
fallback-to-another-sxg.tentative.html
...gned-exchange/fallback-to-another-sxg.tentative.html
+0 −17
nested-sxg.tentative.html
...form-tests/signed-exchange/nested-sxg.tentative.html
+0 −7
127.0.0.1.sxg.ext
...rm-tests/signed-exchange/resources/127.0.0.1.sxg.ext
+0 −8
127.0.0.1.sxg.key
...rm-tests/signed-exchange/resources/127.0.0.1.sxg.key
+0 −11
127.0.0.1.sxg.pem
...rm-tests/signed-exchange/resources/127.0.0.1.sxg.pem
BIN
127.0.0.1.sxg.pem.cbor
...sts/signed-exchange/resources/127.0.0.1.sxg.pem.cbor
+0 −1
127.0.0.1.sxg.pem.cbor.headers
...ed-exchange/resources/127.0.0.1.sxg.pem.cbor.headers
+0 −7
failure.html
...latform-tests/signed-exchange/resources/failure.html
BIN
fallback-to-another-sxg.sxg
...igned-exchange/resources/fallback-to-another-sxg.sxg
+0 −1
fallback-to-another-sxg.sxg.headers
...change/resources/fallback-to-another-sxg.sxg.headers
+0 −19
generate-test-certs.sh
...sts/signed-exchange/resources/generate-test-certs.sh
+0 −87
generate-test-sxgs.sh
...ests/signed-exchange/resources/generate-test-sxgs.sh
+0 −7
inner-url.html
...tform-tests/signed-exchange/resources/inner-url.html
BIN
nested-sxg.sxg
...tform-tests/signed-exchange/resources/nested-sxg.sxg
+0 −1
nested-sxg.sxg.headers
...sts/signed-exchange/resources/nested-sxg.sxg.headers
BIN
sxg-invalid-validity-url.sxg
...gned-exchange/resources/sxg-invalid-validity-url.sxg
+0 −1
sxg-invalid-validity-url.sxg.headers
...hange/resources/sxg-invalid-validity-url.sxg.headers
+0 −7
sxg-location.html
...rm-tests/signed-exchange/resources/sxg-location.html
BIN
sxg-location.sxg
...orm-tests/signed-exchange/resources/sxg-location.sxg
+0 −1
sxg-location.sxg.headers
...s/signed-exchange/resources/sxg-location.sxg.headers
+0 −40
sxg-util.js
...platform-tests/signed-exchange/resources/sxg-util.js
+0 −37
sxg-double-prefetch.tentative.html
...s/signed-exchange/sxg-double-prefetch.tentative.html
+0 −17
sxg-fallback-with-fragment.tentative.html
...d-exchange/sxg-fallback-with-fragment.tentative.html
+0 −19
sxg-invalid-validity-url.tentative.html
...ned-exchange/sxg-invalid-validity-url.tentative.html
+0 −17
sxg-location-fragment.tentative.html
...signed-exchange/sxg-location-fragment.tentative.html
+0 −17
sxg-location.tentative.html
...rm-tests/signed-exchange/sxg-location.tentative.html
+0 −20
sxg-non-secure-origin.tentative.html
...signed-exchange/sxg-non-secure-origin.tentative.html
+0 −44
sxg-prefetch-resource-timing.tentative.html
...exchange/sxg-prefetch-resource-timing.tentative.html
+1 −1
META.yml
tests/wpt/web-platform-tests/speech-api/META.yml
+1 −1
SpeechSynthesis-speak-without-activation-fails.tentative.html
...thesis-speak-without-activation-fails.tentative.html
+0 −88
SpeechSynthesisErrorEvent-constructor.html
...peech-api/SpeechSynthesisErrorEvent-constructor.html
+0 −67
SpeechSynthesisEvent-constructor.html
...sts/speech-api/SpeechSynthesisEvent-constructor.html
+0 −11
SpeechSynthesisUtterance-basics.https.html
...peech-api/SpeechSynthesisUtterance-basics.https.html
+8 −24
idlharness.window.js
...t/web-platform-tests/speech-api/idlharness.window.js
+0 −11
abort.dedicatedworker.html
...form-tests/streams/piping/abort.dedicatedworker.html
+0 −11
abort.html
tests/wpt/web-platform-tests/streams/piping/abort.html
+0 −365
abort.js
tests/wpt/web-platform-tests/streams/piping/abort.js
+0 −12
abort.serviceworker.https.html
...-tests/streams/piping/abort.serviceworker.https.html
+0 −11
abort.sharedworker.html
...latform-tests/streams/piping/abort.sharedworker.html
+2 −0
META.yml
...pt/web-platform-tests/subresource-integrity/META.yml
+1 −1
animate-elem-83-t-manual.svg
...atform-tests/svg/import/animate-elem-83-t-manual.svg
+0 −22
inheritance.svg
.../wpt/web-platform-tests/svg/interact/inheritance.svg
+0 −21
pointer-events-invalid.svg
...ests/svg/interact/parsing/pointer-events-invalid.svg
+0 −29
pointer-events-valid.svg
...-tests/svg/interact/parsing/pointer-events-valid.svg
+0 −32
use-hidden-attr-change.html
...sts/svg/linking/reftests/use-hidden-attr-change.html
+0 −3
filter-effects-on-pattern-ref.html
...g/render/reftests/filter-effects-on-pattern-ref.html
+0 −14
filter-effects-on-pattern.html
...s/svg/render/reftests/filter-effects-on-pattern.html
+0 −3
circle-01-ref.svg
.../wpt/web-platform-tests/svg/shapes/circle-01-ref.svg
+0 −9
circle-01.svg
tests/wpt/web-platform-tests/svg/shapes/circle-01.svg
+0 −11
ellipse-09.svg
tests/wpt/web-platform-tests/svg/shapes/ellipse-09.svg
+0 −3
rect-05-ref.svg
tests/wpt/web-platform-tests/svg/shapes/rect-05-ref.svg
+0 −11
rect-05.svg
tests/wpt/web-platform-tests/svg/shapes/rect-05.svg
+0 −113
SVGGeometryElement.isPointInFill-01.svg
...pes/scripted/SVGGeometryElement.isPointInFill-01.svg
+0 −160
SVGGeometryElement.isPointInStroke-01.svg
...s/scripted/SVGGeometryElement.isPointInStroke-01.svg
+0 −1
META.yml
tests/wpt/web-platform-tests/tools/META.yml
+32 −0
appveyor.yml
tests/wpt/web-platform-tests/tools/appveyor.yml
+4 −2
before_install.sh
tests/wpt/web-platform-tests/tools/ci/before_install.sh
+1 −5
check_stability.py
...s/wpt/web-platform-tests/tools/ci/check_stability.py
+2 −2
ci_built_diff.sh
tests/wpt/web-platform-tests/tools/ci/ci_built_diff.sh
+3 −3
ci_lint.sh
tests/wpt/web-platform-tests/tools/ci/ci_lint.sh
+2 −2
ci_manifest.sh
tests/wpt/web-platform-tests/tools/ci/ci_manifest.sh
+2 −2
ci_resources_unittest.sh
...web-platform-tests/tools/ci/ci_resources_unittest.sh
+2 −2
ci_stability.sh
tests/wpt/web-platform-tests/tools/ci/ci_stability.sh
+9 −4
ci_tools_unittest.sh
...wpt/web-platform-tests/tools/ci/ci_tools_unittest.sh
+2 −2
ci_wpt.sh
tests/wpt/web-platform-tests/tools/ci/ci_wpt.sh
+5 −5
ci_wptrunner_infrastructure.sh
...atform-tests/tools/ci/ci_wptrunner_infrastructure.sh
+2 −2
install.sh
tests/wpt/web-platform-tests/tools/ci/install.sh
+0 −4
jobs.py
tests/wpt/web-platform-tests/tools/ci/jobs.py
+2 −2
run.sh
tests/wpt/web-platform-tests/tools/ci/run.sh
+1 −1
tag_master.py
tests/wpt/web-platform-tests/tools/ci/tag_master.py
+4 −6
taskcluster-run.py
...s/wpt/web-platform-tests/tools/ci/taskcluster-run.py
+1 −5
tcdownload.py
tests/wpt/web-platform-tests/tools/ci/tcdownload.py
+4 −22
test_jobs.py
...s/wpt/web-platform-tests/tools/ci/tests/test_jobs.py
+1 −1
Dockerfile
tests/wpt/web-platform-tests/tools/docker/Dockerfile
+21 −0
flake8.ini
tests/wpt/web-platform-tests/tools/flake8.ini
+1 −6
lint.py
tests/wpt/web-platform-tests/tools/lint/lint.py
0
about_blank.html → about_blank-ref.html
.../dummy/{about_blank.html → ref/about_blank-ref.html}
+4 −3
test_lint.py
...wpt/web-platform-tests/tools/lint/tests/test_lint.py
+0 −1
sourcefile.py
.../wpt/web-platform-tests/tools/manifest/sourcefile.py
+0 −2
test_sourcefile.py
...atform-tests/tools/manifest/tests/test_sourcefile.py
+3 −7
vcs.py
tests/wpt/web-platform-tests/tools/manifest/vcs.py
+0 −28
py27-flake8.ini
tests/wpt/web-platform-tests/tools/py27-flake8.ini
+0 −26
py36-flake8.ini
tests/wpt/web-platform-tests/tools/py36-flake8.ini
+0 −4
requirements_flake8.txt
...wpt/web-platform-tests/tools/requirements_flake8.txt
+4 −10
index.html
tests/wpt/web-platform-tests/tools/runner/index.html
+8 −0
logo.svg
tests/wpt/web-platform-tests/tools/runner/logo.svg
+1 −1
test_functional.py
...pt/web-platform-tests/tools/serve/test_functional.py
+11 −9
tox.ini
tests/wpt/web-platform-tests/tools/tox.ini
+7 −0
client.py
...b-platform-tests/tools/webdriver/webdriver/client.py
+48 −82
browser.py
tests/wpt/web-platform-tests/tools/wpt/browser.py
+3 −5
install.py
tests/wpt/web-platform-tests/tools/wpt/install.py
+0 −2
markdown.py
tests/wpt/web-platform-tests/tools/wpt/markdown.py
+1 −1
requirements.txt
tests/wpt/web-platform-tests/tools/wpt/requirements.txt
+14 −37
run.py
tests/wpt/web-platform-tests/tools/wpt/run.py
+1 −18
testfiles.py
tests/wpt/web-platform-tests/tools/wpt/testfiles.py
+0 −32
test_browser.py
...t/web-platform-tests/tools/wpt/tests/test_browser.py
+0 −47
test_run.py
...s/wpt/web-platform-tests/tools/wpt/tests/test_run.py
+18 −34
test_wpt.py
...s/wpt/web-platform-tests/tools/wpt/tests/test_wpt.py
+12 −1
tox.ini
tests/wpt/web-platform-tests/tools/wpt/tox.ini
+31 −1
utils.py
tests/wpt/web-platform-tests/tools/wpt/utils.py
+1 −1
virtualenv.py
tests/wpt/web-platform-tests/tools/wpt/virtualenv.py
+1 −1
design.rst
...t/web-platform-tests/tools/wptrunner/docs/design.rst
+3 −3
requirements.txt
.../web-platform-tests/tools/wptrunner/requirements.txt
+1 −1
requirements_chrome.txt
...atform-tests/tools/wptrunner/requirements_chrome.txt
+1 −1
requirements_chrome_android.txt
...ests/tools/wptrunner/requirements_chrome_android.txt
+1 −1
requirements_edge.txt
...platform-tests/tools/wptrunner/requirements_edge.txt
+4 −4
requirements_firefox.txt
...tform-tests/tools/wptrunner/requirements_firefox.txt
+1 −1
requirements_ie.txt
...b-platform-tests/tools/wptrunner/requirements_ie.txt
+1 −1
requirements_opera.txt
...latform-tests/tools/wptrunner/requirements_opera.txt
+1 −1
requirements_safari.txt
...atform-tests/tools/wptrunner/requirements_safari.txt
+2 −2
requirements_sauce.txt
...latform-tests/tools/wptrunner/requirements_sauce.txt
+12 −1
tox.ini
tests/wpt/web-platform-tests/tools/wptrunner/tox.ini
+2 −1
__init__.py
...tests/tools/wptrunner/wptrunner/browsers/__init__.py
+14 −28
chrome.py
...m-tests/tools/wptrunner/wptrunner/browsers/chrome.py
+50 −0
chrome_webdriver.py
...ols/wptrunner/wptrunner/browsers/chrome_webdriver.py
+16 −9
fennec.py
...m-tests/tools/wptrunner/wptrunner/browsers/fennec.py
+6 −28
firefox.py
...-tests/tools/wptrunner/wptrunner/browsers/firefox.py
+1 −1
servodriver.py
...ts/tools/wptrunner/wptrunner/browsers/servodriver.py
+18 −26
webkit.py
...m-tests/tools/wptrunner/wptrunner/browsers/webkit.py
+32 −42
base.py
...rm-tests/tools/wptrunner/wptrunner/executors/base.py
+10 −35
executormarionette.py
.../wptrunner/wptrunner/executors/executormarionette.py
+12 −36
executorselenium.py
...ls/wptrunner/wptrunner/executors/executorselenium.py
+1 −1
executorservo.py
...tools/wptrunner/wptrunner/executors/executorservo.py
+12 −34
executorwebdriver.py
...s/wptrunner/wptrunner/executors/executorwebdriver.py
+0 −22
protocol.py
...ests/tools/wptrunner/wptrunner/executors/protocol.py
+0 −59
runner.js
...-tests/tools/wptrunner/wptrunner/executors/runner.js
+16 −10
testharness_webdriver.js
...trunner/wptrunner/executors/testharness_webdriver.js
+44 −19
testharness_webdriver_resume.js
.../wptrunner/executors/testharness_webdriver_resume.js
+3 −50
formatters.py
...atform-tests/tools/wptrunner/wptrunner/formatters.py
+0 −11
manifestexpected.py
...-tests/tools/wptrunner/wptrunner/manifestexpected.py
+3 −4
stability.py
...latform-tests/tools/wptrunner/wptrunner/stability.py
+0 −18
testdriver-extra.js
...-tests/tools/wptrunner/wptrunner/testdriver-extra.js
+47 −68
testrunner.py
...atform-tests/tools/wptrunner/wptrunner/testrunner.py
+1 −1
base.py
...atform-tests/tools/wptrunner/wptrunner/tests/base.py
+0 −73
test_formatters.py
...s/tools/wptrunner/wptrunner/tests/test_formatters.py
+0 −3
test_stability.py
...ts/tools/wptrunner/wptrunner/tests/test_stability.py
+0 −46
test_wpttest.py
...ests/tools/wptrunner/wptrunner/tests/test_wpttest.py
+5 −9
wptcommandline.py
...rm-tests/tools/wptrunner/wptrunner/wptcommandline.py
+5 −10
wptrunner.py
...latform-tests/tools/wptrunner/wptrunner/wptrunner.py
+0 −13
wpttest.py
...-platform-tests/tools/wptrunner/wptrunner/wpttest.py
+24 −0
.travis.yml
tests/wpt/web-platform-tests/tools/wptserve/.travis.yml
+2 −7
base.py
...atform-tests/tools/wptserve/tests/functional/base.py
+15 −6
test_handlers.py
...sts/tools/wptserve/tests/functional/test_handlers.py
+36 −18
test_pipes.py
...-tests/tools/wptserve/tests/functional/test_pipes.py
+23 −44
test_request.py
...ests/tools/wptserve/tests/functional/test_request.py
+9 −5
test_response.py
...sts/tools/wptserve/tests/functional/test_response.py
+24 −27
constants.py
...-platform-tests/tools/wptserve/wptserve/constants.py
+3 −1
handlers.py
...b-platform-tests/tools/wptserve/wptserve/handlers.py
+9 −17
pipes.py
.../web-platform-tests/tools/wptserve/wptserve/pipes.py
+0 −4
ranges.py
...web-platform-tests/tools/wptserve/wptserve/ranges.py
+12 −46
request.py
...eb-platform-tests/tools/wptserve/wptserve/request.py
+1 −3
response.py
...b-platform-tests/tools/wptserve/wptserve/response.py
+1 −1
server.py
...web-platform-tests/tools/wptserve/wptserve/server.py
+2 −3
Document-write.tentative.html
...rm-tests/trusted-types/Document-write.tentative.html
+7 −7
Element-insertAdjacentHTML.tentative.html
...sted-types/Element-insertAdjacentHTML.tentative.html
+8 −16
TrustedTypePolicyFactory-createPolicy-createXYZTests.tentative.html
...cyFactory-createPolicy-createXYZTests.tentative.html
+3 −4
TrustedTypePolicyFactory-createPolicy-cspTests-noNamesGiven.tentative.html
...ry-createPolicy-cspTests-noNamesGiven.tentative.html
+0 −14
TrustedTypePolicyFactory-createPolicy-cspTests-wildcard.tentative.html
...actory-createPolicy-cspTests-wildcard.tentative.html
+0 −13
TrustedTypePolicyFactory-createPolicy-defaultTests.tentative.html
...licyFactory-createPolicy-defaultTests.tentative.html
+0 −118
TrustedTypePolicyFactory-isXXX.tentative.html
...-types/TrustedTypePolicyFactory-isXXX.tentative.html
+0 −6
Window-TrustedTypes.tentative.html
...sts/trusted-types/Window-TrustedTypes.tentative.html
+1 −16
block-string-assignment-to-DOMParser-parseFromString.tentative.html
...signment-to-DOMParser-parseFromString.tentative.html
+1 −14
block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.tentative.html
...OMWindowTimers-setTimeout-setInterval.tentative.html
+2 −2
block-string-assignment-to-Document-write.tentative.html
...k-string-assignment-to-Document-write.tentative.html
+8 −60
block-string-assignment-to-Element-insertAdjacentHTML.tentative.html
...ignment-to-Element-insertAdjacentHTML.tentative.html
+1 −25
block-string-assignment-to-Element-outerHTML.tentative.html
...tring-assignment-to-Element-outerHTML.tentative.html
+6 −45
block-string-assignment-to-Element-setAttribute.tentative.html
...ng-assignment-to-Element-setAttribute.tentative.html
+1 −1
block-string-assignment-to-Element-setAttributeNS.tentative.html
...-assignment-to-Element-setAttributeNS.tentative.html
+6 −31
block-string-assignment-to-HTMLElement-generic.tentative.html
...ing-assignment-to-HTMLElement-generic.tentative.html
+1 −17
block-string-assignment-to-Location-assign.tentative.html
...-string-assignment-to-Location-assign.tentative.html
+1 −18
block-string-assignment-to-Location-href.tentative.html
...ck-string-assignment-to-Location-href.tentative.html
+1 −17
block-string-assignment-to-Location-replace.tentative.html
...string-assignment-to-Location-replace.tentative.html
+1 −18
block-string-assignment-to-Range-createContextualFragment.tentative.html
...ent-to-Range-createContextualFragment.tentative.html
+1 −27
block-string-assignment-to-Window-open.tentative.html
...lock-string-assignment-to-Window-open.tentative.html
+2 −10
helper.sub.js
...b-platform-tests/trusted-types/support/helper.sub.js
+2 −4
mouse_buttons_back_forward-manual.html
...ievents/mouse/mouse_buttons_back_forward-manual.html
+1 −0
META.yml
tests/wpt/web-platform-tests/url/META.yml
+0 −16
urltestdata.json
...pt/web-platform-tests/url/resources/urltestdata.json
+33 −0
idlharness.any.js
tests/wpt/web-platform-tests/wasm/idlharness.any.js
+0 −21
assertions.js
tests/wpt/web-platform-tests/wasm/jsapi/assertions.js
+1 −10
compile.any.js
...platform-tests/wasm/jsapi/constructor/compile.any.js
+22 −6
instantiate.any.js
...form-tests/wasm/jsapi/constructor/instantiate.any.js
+0 −4
validate.any.js
...latform-tests/wasm/jsapi/constructor/validate.any.js
+0 −6
constructor.any.js
...-platform-tests/wasm/jsapi/global/constructor.any.js
+0 −111
value-get-set.any.js
...latform-tests/wasm/jsapi/global/value-get-set.any.js
+94 −0
value-set.any.js
...eb-platform-tests/wasm/jsapi/global/value-set.any.js
+0 −6
valueOf.any.js
.../web-platform-tests/wasm/jsapi/global/valueOf.any.js
+0 −40
idlharness.any.js
.../wpt/web-platform-tests/wasm/jsapi/idlharness.any.js
+0 −14
exports.any.js
...eb-platform-tests/wasm/jsapi/instance/exports.any.js
+8 −15
instanceTestFactory.js
...web-platform-tests/wasm/jsapi/instanceTestFactory.js
+0 −14
buffer.any.js
...t/web-platform-tests/wasm/jsapi/memory/buffer.any.js
+0 −6
constructor.any.js
...-platform-tests/wasm/jsapi/memory/constructor.any.js
+0 −15
grow.any.js
...wpt/web-platform-tests/wasm/jsapi/memory/grow.any.js
+0 −10
constructor.any.js
...-platform-tests/wasm/jsapi/module/constructor.any.js
+0 −5
customSections.any.js
...atform-tests/wasm/jsapi/module/customSections.any.js
+7 −9
exports.any.js
.../web-platform-tests/wasm/jsapi/module/exports.any.js
+0 −6
imports.any.js
.../web-platform-tests/wasm/jsapi/module/imports.any.js
+0 −6
constructor.any.js
...b-platform-tests/wasm/jsapi/table/constructor.any.js
+6 −10
get-set.any.js
...t/web-platform-tests/wasm/jsapi/table/get-set.any.js
+0 −10
grow.any.js
.../wpt/web-platform-tests/wasm/jsapi/table/grow.any.js
+0 −14
length.any.js
...pt/web-platform-tests/wasm/jsapi/table/length.any.js
+33 −34
wasm-constants.js
.../wpt/web-platform-tests/wasm/jsapi/wasm-constants.js
+61 −176
wasm-module-builder.js
...web-platform-tests/wasm/jsapi/wasm-module-builder.js
+1 −1
load_wasm.js
...s/wpt/web-platform-tests/wasm/resources/load_wasm.js
+0 −24
abort.any.js
tests/wpt/web-platform-tests/wasm/webapi/abort.any.js
+0 −20
body.any.js
tests/wpt/web-platform-tests/wasm/webapi/body.any.js
+0 −45
contenttype.any.js
...pt/web-platform-tests/wasm/webapi/contenttype.any.js
+0 −20
empty-body.any.js
...wpt/web-platform-tests/wasm/webapi/empty-body.any.js
+0 −10
idlharness.any.js
...wpt/web-platform-tests/wasm/webapi/idlharness.any.js
+0 −14
instantiateStreaming-bad-imports.any.js
.../wasm/webapi/instantiateStreaming-bad-imports.any.js
+0 −20
instantiateStreaming.any.js
...atform-tests/wasm/webapi/instantiateStreaming.any.js
+0 −28
invalid-args.any.js
...t/web-platform-tests/wasm/webapi/invalid-args.any.js
+0 −16
invalid-code.any.js
...t/web-platform-tests/wasm/webapi/invalid-code.any.js
+0 −15
origin.sub.any.js
...wpt/web-platform-tests/wasm/webapi/origin.sub.any.js
+0 −9
rejected-arg.any.js
...t/web-platform-tests/wasm/webapi/rejected-arg.any.js
+0 −21
status.any.js
tests/wpt/web-platform-tests/wasm/webapi/status.any.js
+0 −4
status.py
tests/wpt/web-platform-tests/wasm/webapi/status.py
+1 −1
property-list.js
...ons/animation-model/animation-types/property-list.js
+7 −7
property-types.js
...ns/animation-model/animation-types/property-types.js
+6 −34
play-states.html
...-animations/timing-model/animations/play-states.html
+12 −95
transformed-progress.html
...model/time-transformations/transformed-progress.html
+1 −1
web-locks.idl
tests/wpt/web-platform-tests/web-locks/web-locks.idl
+1 −0
META.yml
tests/wpt/web-platform-tests/web-nfc/META.yml
+1 −0
META.yml
tests/wpt/web-platform-tests/webaudio/META.yml
+0 −54
worklet-recorder.js
...t/web-platform-tests/webaudio/js/worklet-recorder.js
BIN
4ch-440.wav
...pt/web-platform-tests/webaudio/resources/4ch-440.wav
+0 −36
audiobuffer-reuse.html
...api/the-audiobuffer-interface/audiobuffer-reuse.html
BIN
audiobuffersource-multi-channels-expected.wav/{ → }
...es → }/audiobuffersource-multi-channels-expected.wav
+11 −11
audiobuffersource-multi-channels.html
...node-interface/audiobuffersource-multi-channels.html
+0 −7
event-insertion.html
...io-api/the-audioparam-interface/event-insertion.html
+0 −85
audioworklet-postmessage-sharedarraybuffer.https.html
...udioworklet-postmessage-sharedarraybuffer.https.html
+0 −35
sharedarraybuffer-processor.js
...-interface/processors/sharedarraybuffer-processor.js
+3 −3
convolver-setBuffer-already-has-value.html
...interface/convolver-setBuffer-already-has-value.html
BIN
gain-expected.wav
...e-audio-api/the-gainnode-interface/gain-expected.wav
+0 −74
cors-check.https.html
...ementaudiosourcenode-interface/cors-check.https.html
+0 −73
no-cors.https.html
...aelementaudiosourcenode-interface/no-cors.https.html
0
__init__.py/{ → }
...driver/tests/{get_page_source → actions}/__init__.py
+40 −0
conftest.py
...b-platform-tests/webdriver/tests/actions/conftest.py
+77 −0
control_click.py
...tform-tests/webdriver/tests/actions/control_click.py
+193 −0
key.py
...pt/web-platform-tests/webdriver/tests/actions/key.py
+49 −0
key_shortcuts.py
...tform-tests/webdriver/tests/actions/key_shortcuts.py
+84 −0
modifier_click.py
...form-tests/webdriver/tests/actions/modifier_click.py
+144 −0
mouse.py
.../web-platform-tests/webdriver/tests/actions/mouse.py
+32 −0
mouse_dblclick.py
...form-tests/webdriver/tests/actions/mouse_dblclick.py
+52 −0
mouse_pause_dblclick.py
...ests/webdriver/tests/actions/mouse_pause_dblclick.py
0
none.py/{ → }
.../webdriver/tests/{perform_actions → actions}/none.py
+129 −0
pointer_origin.py
...form-tests/webdriver/tests/actions/pointer_origin.py
+88 −0
sequence.py
...b-platform-tests/webdriver/tests/actions/sequence.py
+82 −0
special_keys.py
...atform-tests/webdriver/tests/actions/special_keys.py
0
__init__.py/{ → }
...ests/{perform_actions → actions/support}/__init__.py
0
keys.py/{ → }
...er/tests/{perform_actions → actions}/support/keys.py
0
mouse.py/{ → }
...r/tests/{perform_actions → actions}/support/mouse.py
0
refine.py/{ → }
.../tests/{perform_actions → actions}/support/refine.py
0
test_actions_wdspec.html/{ → }
..._actions → actions}/support/test_actions_wdspec.html
0
validity.py/{ → }
...driver/tests/{perform_actions → actions}/validity.py
+0 −137
user_prompts.py
...orm-tests/webdriver/tests/add_cookie/user_prompts.py
+233 −1
conftest.py
...s/wpt/web-platform-tests/webdriver/tests/conftest.py
+0 −119
user_prompts.py
...s/webdriver/tests/delete_all_cookies/user_prompts.py
+1 −2
clear.py
...latform-tests/webdriver/tests/element_clear/clear.py
+0 −132
user_prompts.py
...-tests/webdriver/tests/element_clear/user_prompts.py
+0 −87
center_point.py
...-tests/webdriver/tests/element_click/center_point.py
+11 −80
interactability.py
...sts/webdriver/tests/element_click/interactability.py
+0 −123
user_prompts.py
...-tests/webdriver/tests/element_click/user_prompts.py
+0 −86
file_upload.py
...sts/webdriver/tests/element_send_keys/file_upload.py
+9 −17
interactability.py
...webdriver/tests/element_send_keys/interactability.py
+0 −114
promise.py
...form-tests/webdriver/tests/execute_script/promise.py
+0 −121
user_prompts.py
...m-tests/webdriver/tests/find_element/user_prompts.py
+0 −126
user_prompts.py
...iver/tests/find_element_from_element/user_prompts.py
+0 −123
user_prompts.py
...-tests/webdriver/tests/find_elements/user_prompts.py
+0 −128
user_prompts.py
...ver/tests/find_elements_from_element/user_prompts.py
+15 −5
fullscreen.py
...ests/webdriver/tests/fullscreen_window/fullscreen.py
+19 −7
user_prompts.py
...ts/webdriver/tests/fullscreen_window/user_prompts.py
+35 −22
get.py
...form-tests/webdriver/tests/get_active_element/get.py
+0 −119
user_prompts.py
...s/webdriver/tests/get_active_element/user_prompts.py
+4 −3
get.py
...latform-tests/webdriver/tests/get_current_url/get.py
+0 −118
user_prompts.py
...ebdriver/tests/get_element_attribute/user_prompts.py
+10 −1
__init__.py
...m-tests/webdriver/tests/get_element_rect/__init__.py
+3 −2
get.py
...atform-tests/webdriver/tests/get_element_rect/get.py
+3 −2
user_prompts.py
...sts/webdriver/tests/get_element_rect/user_prompts.py
+0 −117
user_prompts.py
...sts/webdriver/tests/get_element_text/user_prompts.py
+0 −118
user_prompts.py
...sts/webdriver/tests/get_named_cookie/user_prompts.py
+0 −113
user_prompts.py
...ests/webdriver/tests/get_page_source/user_prompts.py
+4 −6
get.py
.../web-platform-tests/webdriver/tests/get_title/get.py
+14 −4
maximize.py
...rm-tests/webdriver/tests/maximize_window/maximize.py
+23 −11
minimize.py
...rm-tests/webdriver/tests/minimize_window/minimize.py
+15 −7
user_prompts.py
...ests/webdriver/tests/minimize_window/user_prompts.py
+0 −113
user_prompts.py
...rm-tests/webdriver/tests/navigate_to/user_prompts.py
+0 −2
response.py
...atform-tests/webdriver/tests/new_session/response.py
+13 −19
create.py
...-tests/webdriver/tests/new_session/support/create.py
0
__init__.py/{ → }
.../{perform_actions/support → page_source}/__init__.py
0
source.py/{ → }
...iver/tests/{get_page_source → page_source}/source.py