diff --git a/tests/github/WICG/file-system-access/index.console.txt b/tests/github/WICG/file-system-access/index.console.txt index 40d9cc56f5..217279b7e4 100644 --- a/tests/github/WICG/file-system-access/index.console.txt +++ b/tests/github/WICG/file-system-access/index.console.txt @@ -30,5 +30,8 @@ spec:infra; type:dfn; for:string; text:convert spec:infra; type:dfn; for:JavaScript string; text:convert spec:handwriting-recognition; type:dfn; text:convert [=converting=] +LINK ERROR: Multiple possible 'idl' local refs for 'truncate'. +Randomly chose one of them; other instances might get a different random choice. +{{truncate}} LINE ~1419: No 'dfn' refs found for 'pairs'. [=pairs=] diff --git a/tests/github/WICG/file-system-access/index.html b/tests/github/WICG/file-system-access/index.html index 6b1ec86ada..651e6b5183 100644 --- a/tests/github/WICG/file-system-access/index.html +++ b/tests/github/WICG/file-system-access/index.html @@ -2260,7 +2260,7 @@

truncate is called. If the offset is smaller than offset, +

The file cursor is updated when truncate is called. If the offset is smaller than offset, it remains unchanged. If the offset is larger than size, the offset is set to size to ensure that subsequent writes do not error.

No changes are written to the actual file until on disk until the stream has been closed. @@ -2304,14 +2304,14 @@

2.6.3. The truncate() method

+

2.6.3. The truncate() method

-
await stream . truncate(size) +
await stream . truncate(size)

Resizes the file associated with stream to be size bytes long. If size is larger than the current file size this pads the file with null bytes, otherwise it truncates the file.

-

The file cursor is updated when truncate is called. If the offset is smaller than offset, +

The file cursor is updated when truncate is called. If the offset is smaller than offset, it remains unchanged. If the offset is larger than size, the offset is set to size to ensure that subsequent writes do not error.

No changes are written to the actual file until on disk until the stream has been closed. @@ -2326,7 +2326,7 @@

5.5. The GroupEffect interface

@@ -2822,8 +2822,8 @@

<

5.8. The KeyframeEffect interfaces

-

The KeyframeEffect interface is modified to add the following:

-
partial interface KeyframeEffect {
+   

The KeyframeEffect interface is modified to add the following:

+
partial interface KeyframeEffect {
     attribute IterationCompositeOperation    iterationComposite;
 };
 
@@ -2831,7 +2831,7 @@

<
KeyframeEffect (target, keyframes, options)
-

Amend step 5 of the procedure to create a new KeyframeEffect object as +

Amend step 5 of the procedure to create a new KeyframeEffect object as follows:

  1. @@ -2839,13 +2839,13 @@

    < assign the iterationComposite, and composite, properties of effect to the corresponding value from options.

    When assigning these properties, the error-handling defined for the -corresponding setters on the KeyframeEffect interface is applied. +corresponding setters on the KeyframeEffect interface is applied. If any of those setters require an exception to be thrown for the values specified by options, this procedure must throw the same exception and abort all further steps.

KeyframeEffect (source)
-

Amend the procedure to create a new KeyframeEffect object with the +

Amend the procedure to create a new KeyframeEffect object with the same properties as source to include setting the iteration composite operation from source on effect.

@@ -2917,7 +2917,7 @@

-

An EffectCallback is called each time an KeyframeEffect object +

An EffectCallback is called each time an KeyframeEffect object with which it is associated is updated.

@@ -3728,7 +3728,7 @@

for instructions: +Local references: +spec:trusted-types; type:constructor; for:Worker; text:Worker(scriptURL) +for-less references: +spec:html; type:interface; for:/; text:Worker +{{Worker}} LINE ~1160: No 'dfn' refs found for 'prepare a script'. [=prepare a script=] LINE ~1492: No 'dfn' refs found for 'context object' that are marked for export. diff --git a/tests/github/w3c/webappsec-trusted-types/spec/index.html b/tests/github/w3c/webappsec-trusted-types/spec/index.html index 56f623576f..062be25937 100644 --- a/tests/github/w3c/webappsec-trusted-types/spec/index.html +++ b/tests/github/w3c/webappsec-trusted-types/spec/index.html @@ -2021,7 +2021,7 @@

Note: The HTML Standard defines how the validation is performed. [HTML]

4.3. Integration with HTML

-

Window and Worker objects have a trusted type policy factory, +

Window and Worker objects have a trusted type policy factory, which is a TrustedTypePolicyFactory object.

4.3.1. Extensions to the WindowOrWorkerGlobalScope interface

This document extends the WindowOrWorkerGlobalScope interface defined by HTML:

@@ -2484,7 +2484,7 @@

4.3.8. Web Workers

This specification modifies the Worker constuctors and importScripts function to require ScriptURLString.

[Exposed=(Window,Worker)]
-partial interface Worker : EventTarget {
+partial interface Worker : EventTarget {
     constructor(ScriptURLString scriptURL, optional WorkerOptions options = {});
 };
 
@@ -4081,7 +4081,7 @@ 

setTimeout and the Date API, +

This convention began with setTimeout and the Date API, and has been used since then.

Note: high-resolution time is usually represented as fractional milliseconds using a floating point value, @@ -3117,6 +3117,7 @@

queue a task
  • reflect
  • resize +
  • setTimeout(handler, timeout, ...arguments)
  • showModal()
  • task queues @@ -3537,6 +3538,7 @@