Re: Fixed wpt content-security-policy/style-src tests (#5257)

*This report has been truncated because the total content is 2334244 characters in length, which is in excess of GitHub.com's limit for comments (65536 characters).

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/216432675)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 4482b9eb135e03a382f1c783fe74a3a16dedcf0a
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>27 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/font-src/font-match-allowed.sub.html">/content-security-policy/font-src/font-match-allowed.sub.html</a></summary>


|                  Subtest                  | Results | Messages |
|-------------------------------------------|---------|----------|
|                                           | OK      |          |
| `Test font loads if it matches font-src.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/font-src/font-mismatch-blocked.sub.html">/content-security-policy/font-src/font-mismatch-blocked.sub.html</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `Test font does not load if it does not match font-src.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/font-src/font-none-blocked.sub.html">/content-security-policy/font-src/font-none-blocked.sub.html</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `Test font does not load if it does not match font-src.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/font-src/font-self-allowed.html">/content-security-policy/font-src/font-self-allowed.html</a></summary>


|                  Subtest                  | Results | Messages |
|-------------------------------------------|---------|----------|
|                                           | OK      |          |
| `Test font loads if it matches font-src.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/font-src/font-stylesheet-font-blocked.sub.html">/content-security-policy/font-src/font-stylesheet-font-blocked.sub.html</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `Test font does not load if it does not match font-src.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-error-event-fires.html">/content-security-policy/style-src/style-src-error-event-fires.html</a></summary>


|                   Subtest                   | Results | Messages |
|---------------------------------------------|---------|----------|
|                                             | OK      |          |
| `Test error event fires on stylesheet link` | PASS    |          |
| `Test error event fires on inline style`    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-hash-allowed.html">/content-security-policy/style-src/style-src-hash-allowed.html</a></summary>


|                             Subtest                              | Results | Messages |
|------------------------------------------------------------------|---------|----------|
|                                                                  | OK      |          |
| `All style elements should load because they have proper hashes` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-hash-blocked.html">/content-security-policy/style-src/style-src-hash-blocked.html</a></summary>


|                     Subtest                      | Results | Messages |
|--------------------------------------------------|---------|----------|
|                                                  | OK      |          |
| `Should load the style with a correct hash`      | PASS    |          |
| `Should not load style that does not match hash` | PASS    |          |
| `Should fire a securitypolicyviolation event`    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-hash-default-src-allowed.html">/content-security-policy/style-src/style-src-hash-default-src-allowed.html</a></summary>


|                             Subtest                              | Results | Messages |
|------------------------------------------------------------------|---------|----------|
|                                                                  | OK      |          |
| `All style elements should load because they have proper hashes` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-imported-style-allowed.sub.html">/content-security-policy/style-src/style-src-imported-style-allowed.sub.html</a></summary>


|                        Subtest                        | Results | Messages |
|-------------------------------------------------------|---------|----------|
|                                                       | OK      |          |
| `Imported style that violates policy should not load` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-imported-style-blocked.html">/content-security-policy/style-src/style-src-imported-style-blocked.html</a></summary>


|                                 Subtest                                  | Results | Messages |
|--------------------------------------------------------------------------|---------|----------|
|                                                                          | OK      |          |
| `@import stylesheet should not load because it does not match style-src` | PASS    |          |
| `Should fire a securitypolicyviolation event`                            | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-injected-inline-style-allowed.html">/content-security-policy/style-src/style-src-injected-inline-style-allowed.html</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `Injected inline style should load with 'unsafe-inline'` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-injected-inline-style-blocked.html">/content-security-policy/style-src/style-src-injected-inline-style-blocked.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Injected style attributes should not be applied` | PASS    |          |
| `Should fire a securitypolicyviolation event`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-injected-stylesheet-allowed.sub.html">/content-security-policy/style-src/style-src-injected-stylesheet-allowed.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Programatically injected stylesheet should load` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-injected-stylesheet-blocked.sub.html">/content-security-policy/style-src/style-src-injected-stylesheet-blocked.sub.html</a></summary>


|                        Subtest                        | Results | Messages |
|-------------------------------------------------------|---------|----------|
|                                                       | OK      |          |
| `Programatically injected stylesheet should not load` | PASS    |          |
| `Should fire a securitypolicyviolation event`         | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-allowed.html">/content-security-policy/style-src/style-src-inline-style-allowed.html</a></summary>


|                     Subtest                      | Results | Messages |
|--------------------------------------------------|---------|----------|
|                                                  | OK      |          |
| `Inline style should apply with 'unsafe-inline'` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-attribute-allowed.html">/content-security-policy/style-src/style-src-inline-style-attribute-allowed.html</a></summary>


|                          Subtest                           | Results | Messages |
|------------------------------------------------------------|---------|----------|
|                                                            | OK      |          |
| `Inline style attribute should apply with 'unsafe-inline'` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-attribute-blocked.html">/content-security-policy/style-src/style-src-inline-style-attribute-blocked.html</a></summary>


|                                Subtest                                 | Results | Messages |
|------------------------------------------------------------------------|---------|----------|
|                                                                        | OK      |          |
| `Inline style attribute should not be applied without 'unsafe-inline'` | PASS    |          |
| `Should fire a securitypolicyviolation event`                          | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-blocked.html">/content-security-policy/style-src/style-src-inline-style-blocked.html</a></summary>


|                            Subtest                             | Results | Messages |
|----------------------------------------------------------------|---------|----------|
|                                                                | OK      |          |
| `Inline style element should not load without 'unsafe-inline'` | PASS    |          |
| `Should fire a securitypolicyviolation event`                  | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-nonce-allowed.html">/content-security-policy/style-src/style-src-inline-style-nonce-allowed.html</a></summary>


|                Subtest                 | Results | Messages |
|----------------------------------------|---------|----------|
|                                        | OK      |          |
| `Style with correct nonce should load` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-nonce-blocked-error-event.html">/content-security-policy/style-src/style-src-inline-style-nonce-blocked-error-event.html</a></summary>


|                               Subtest                               | Results | Messages |
|---------------------------------------------------------------------|---------|----------|
|                                                                     | OK      |          |
| `Should fire a securitypolicyviolation event`                       | PASS    |          |
| `Test that paragraph remains unmodified and error events received.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-inline-style-nonce-blocked.html">/content-security-policy/style-src/style-src-inline-style-nonce-blocked.html</a></summary>


|                          Subtest                          | Results | Messages |
|-----------------------------------------------------------|---------|----------|
|                                                           | OK      |          |
| `Should not load inline style element with invalid nonce` | PASS    |          |
| `Should fire a securitypolicyviolation event`             | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-none-blocked.html">/content-security-policy/style-src/style-src-none-blocked.html</a></summary>


|                     Subtest                      | Results | Messages |
|--------------------------------------------------|---------|----------|
|                                                  | OK      |          |
| `Should not stylesheet when style-src is 'none'` | PASS    |          |
| `Should fire a securitypolicyviolation event`    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-star-allowed.html">/content-security-policy/style-src/style-src-star-allowed.html</a></summary>


|          Subtest           | Results | Messages |
|----------------------------|---------|----------|
|                            | OK      |          |
| `* should allow any style` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-stylesheet-nonce-allowed.html">/content-security-policy/style-src/style-src-stylesheet-nonce-allowed.html</a></summary>


|                     Subtest                      | Results | Messages |
|--------------------------------------------------|---------|----------|
|                                                  | OK      |          |
| `Stylesheet link should load with correct nonce` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/content-security-policy/style-src/style-src-stylesheet-nonce-blocked.html">/content-security-policy/style-src/style-src-stylesheet-nonce-blocked.html</a></summary>


|                      Subtest                       | Results | Messages |
|----------------------------------------------------|---------|----------|
|                                                    | OK      |          |
| `Should not load stylesheet without correct nonce` | PASS    |          |
| `Should fire a securitypolicyviolation event`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5257/svg/interfaces.html">/svg/interfaces.html</a></summary>


|                                                                                Subtest                                                                                | Results |                                                                                                Messages                                                                                                |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                                                                       | OK      |                                                                                                                                                                                                        |
| `Document interface: attribute rootElement`                                                                                                                           | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: existence and properties of interface object`                                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface object length`                                                                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface object name`                                                                                                                                    | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: existence and properties of interface prototype object`                                                                                        | FAIL    | `assert_equals: class string of SVGElement.prototype expected "[object SVGElementPrototype]" but got "[object SVGElement]"`                                                                            |
| `SVGElement interface: existence and properties of interface prototype object's "constructor" property`                                                               | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: attribute className`                                                                                                                           | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: attribute dataset`                                                                                                                             | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: attribute ownerSVGElement`                                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: attribute viewportElement`                                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: attribute tabIndex`                                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: operation focus()`                                                                                                                             | PASS    |                                                                                                                                                                                                        |
| `SVGElement interface: operation blur()`                                                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: existence and properties of interface object`                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface object length`                                                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface object name`                                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: existence and properties of interface prototype object`                                                                                | FAIL    | `assert_equals: class string of SVGGraphicsElement.prototype expected "[object SVGGraphicsElementPrototype]" but got "[object SVGGraphicsElement]"`                                                    |
| `SVGGraphicsElement interface: existence and properties of interface prototype object's "constructor" property`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: attribute transform`                                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: operation getBBox(SVGBoundingBoxOptions)`                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: operation getCTM()`                                                                                                                    | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: operation getScreenCTM()`                                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: attribute requiredExtensions`                                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGGraphicsElement interface: attribute systemLanguage`                                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: existence and properties of interface object`                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface object length`                                                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface object name`                                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: existence and properties of interface prototype object`                                                                                | FAIL    | `assert_equals: class string of SVGGeometryElement.prototype expected "[object SVGGeometryElementPrototype]" but got "[object SVGGeometryElement]"`                                                    |
| `SVGGeometryElement interface: existence and properties of interface prototype object's "constructor" property`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: attribute pathLength`                                                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: operation isPointInFill(DOMPoint)`                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: operation isPointInStroke(DOMPoint)`                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: operation getTotalLength()`                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGGeometryElement interface: operation getPointAtLength(float)`                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface: existence and properties of interface object`                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface object length`                                                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface object name`                                                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface: existence and properties of interface prototype object`                                                                                         | FAIL    | `assert_equals: class string of SVGNumber.prototype expected "[object SVGNumberPrototype]" but got "[object SVGNumber]"`                                                                               |
| `SVGNumber interface: existence and properties of interface prototype object's "constructor" property`                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface: attribute value`                                                                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGNumber must be primary interface of svg.createSVGNumber()`                                                                                                        | PASS    |                                                                                                                                                                                                        |
| `Stringification of svg.createSVGNumber()`                                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGNumber interface: svg.createSVGNumber() must inherit property "value" with the proper type (0)`                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: existence and properties of interface object`                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface object length`                                                                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface object name`                                                                                                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: existence and properties of interface prototype object`                                                                                         | FAIL    | `assert_equals: class string of SVGLength.prototype expected "[object SVGLengthPrototype]" but got "[object SVGLength]"`                                                                               |
| `SVGLength interface: existence and properties of interface prototype object's "constructor" property`                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_UNKNOWN on interface object`                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_UNKNOWN on interface prototype object`                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_NUMBER on interface object`                                                                                             | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_NUMBER on interface prototype object`                                                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PERCENTAGE on interface object`                                                                                         | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PERCENTAGE on interface prototype object`                                                                               | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_EMS on interface object`                                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_EMS on interface prototype object`                                                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_EXS on interface object`                                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_EXS on interface prototype object`                                                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PX on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PX on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_CM on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_CM on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_MM on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_MM on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_IN on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_IN on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PT on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PT on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PC on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: constant SVG_LENGTHTYPE_PC on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: attribute unitType`                                                                                                                             | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: attribute value`                                                                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: attribute valueInSpecifiedUnits`                                                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: attribute valueAsString`                                                                                                                        | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: operation newValueSpecifiedUnits(unsigned short,float)`                                                                                         | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: operation convertToSpecifiedUnits(unsigned short)`                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGLength must be primary interface of svg.createSVGLength()`                                                                                                        | PASS    |                                                                                                                                                                                                        |
| `Stringification of svg.createSVGLength()`                                                                                                                            | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_UNKNOWN" with the proper type (0)`                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_NUMBER" with the proper type (1)`                                                   | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_PERCENTAGE" with the proper type (2)`                                               | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_EMS" with the proper type (3)`                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_EXS" with the proper type (4)`                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_PX" with the proper type (5)`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_CM" with the proper type (6)`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_MM" with the proper type (7)`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_IN" with the proper type (8)`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_PT" with the proper type (9)`                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "SVG_LENGTHTYPE_PC" with the proper type (10)`                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "unitType" with the proper type (11)`                                                               | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "value" with the proper type (12)`                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "valueInSpecifiedUnits" with the proper type (13)`                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "valueAsString" with the proper type (14)`                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "newValueSpecifiedUnits" with the proper type (15)`                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: calling newValueSpecifiedUnits(unsigned short,float) on svg.createSVGLength() with too few arguments must throw TypeError`                      | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: svg.createSVGLength() must inherit property "convertToSpecifiedUnits" with the proper type (16)`                                                | PASS    |                                                                                                                                                                                                        |
| `SVGLength interface: calling convertToSpecifiedUnits(unsigned short) on svg.createSVGLength() with too few arguments must throw TypeError`                           | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: existence and properties of interface object`                                                                                                    | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface object length`                                                                                                                                    | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface object name`                                                                                                                                      | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: existence and properties of interface prototype object`                                                                                          | FAIL    | `assert_equals: class string of SVGAngle.prototype expected "[object SVGAnglePrototype]" but got "[object SVGAngle]"`                                                                                  |
| `SVGAngle interface: existence and properties of interface prototype object's "constructor" property`                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_UNKNOWN on interface object`                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_UNKNOWN on interface prototype object`                                                                                    | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_UNSPECIFIED on interface object`                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_UNSPECIFIED on interface prototype object`                                                                                | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_DEG on interface object`                                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_DEG on interface prototype object`                                                                                        | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_RAD on interface object`                                                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_RAD on interface prototype object`                                                                                        | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_GRAD on interface object`                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: constant SVG_ANGLETYPE_GRAD on interface prototype object`                                                                                       | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: attribute unitType`                                                                                                                              | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: attribute value`                                                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: attribute valueInSpecifiedUnits`                                                                                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: attribute valueAsString`                                                                                                                         | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: operation newValueSpecifiedUnits(unsigned short,float)`                                                                                          | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: operation convertToSpecifiedUnits(unsigned short)`                                                                                               | PASS    |                                                                                                                                                                                                        |
| `SVGAngle must be primary interface of svg.createSVGAngle()`                                                                                                          | PASS    |                                                                                                                                                                                                        |
| `Stringification of svg.createSVGAngle()`                                                                                                                             | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "SVG_ANGLETYPE_UNKNOWN" with the proper type (0)`                                                     | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "SVG_ANGLETYPE_UNSPECIFIED" with the proper type (1)`                                                 | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "SVG_ANGLETYPE_DEG" with the proper type (2)`                                                         | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "SVG_ANGLETYPE_RAD" with the proper type (3)`                                                         | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "SVG_ANGLETYPE_GRAD" with the proper type (4)`                                                        | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "unitType" with the proper type (5)`                                                                  | PASS    |                                                                                                                                                                                                        |
| `SVGAngle interface: svg.createSVGAngle() must inherit property "value" with the proper type (6)`                                                                     | PASS    |                                                                                                                                                                                                        |
| `

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5257#issuecomment-290206624

Received on Wednesday, 29 March 2017 19:56:35 UTC