Changeset 196607 in webkit


Ignore:
Timestamp:
Feb 15, 2016 3:58:25 PM (8 years ago)
Author:
Chris Dumez
Message:

Re-sync W3C web-platform-tests' html/dom/interfaces.html
https://bugs.webkit.org/show_bug.cgi?id=154259

Reviewed by Ryosuke Niwa.

Re-sync W3C web-platform-tests' html/dom/interfaces.html after:

  • web-platform-tests/html/dom/interfaces-expected.txt:
  • web-platform-tests/html/dom/interfaces.html:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r196599 r196607  
     12016-02-15  Chris Dumez  <cdumez@apple.com>
     2
     3        Re-sync W3C web-platform-tests' html/dom/interfaces.html
     4        https://bugs.webkit.org/show_bug.cgi?id=154259
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Re-sync W3C web-platform-tests' html/dom/interfaces.html after:
     9        - https://github.com/w3c/web-platform-tests/pull/2580
     10
     11        * web-platform-tests/html/dom/interfaces-expected.txt:
     12        * web-platform-tests/html/dom/interfaces.html:
     13
    1142016-02-15  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt

    r196563 r196607  
    40884088PASS BarProp interface: existence and properties of interface prototype object
    40894089PASS BarProp interface: existence and properties of interface prototype object's "constructor" property
    4090 FAIL BarProp interface: attribute visible assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
     4090PASS BarProp interface: attribute visible
    40914091PASS History interface: existence and properties of interface object
    40924092PASS History interface object length
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html

    r196123 r196607  
    11<!doctype html>
    22<meta charset=utf-8>
    3 <!--  WARNING: These tests are preliminary and probably partly incorrect.   -->
     3<!-- WARNING: These tests are preliminary and probably partly incorrect.  -->
    44<title>HTML IDL tests</title>
    55<meta name=timeout content=long>
     
    469469//  iterable<DOMString>;
    470470};</script>
    471 <!--  UI Events IDLs -->
     471<!-- UI Events IDLs -->
    472472<script type=text/plain class=untested>
    473473[Constructor(DOMString type, optional UIEventInit eventInitDict)]
     
    532532};
    533533</script>
    534 <!--  Touch Events IDLs -->
     534<!-- Touch Events IDLs -->
    535535<script type=text/plain class=untested>
    536536interface Touch {
     
    545545};
    546546</script>
    547 <!--  CSSOM IDLs -->
     547<!-- CSSOM IDLs -->
    548548<script type=text/plain class=untested>
    549549interface MediaList {
     
    849849</script>
    850850
    851 <!--  HTML IDLs -->
     851<!-- HTML IDLs -->
    852852<script type=text/plain>
    853853typedef (Int8Array or Uint8Array or Uint8ClampedArray or
     
    23052305
    23062306interface BarProp {
    2307           attribute boolean visible;
     2307  readonly attribute boolean visible;
    23082308};
    23092309
Note: See TracChangeset for help on using the changeset viewer.