mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 84af6c875d378944b39d895acdcfc170736b2d3d
This commit is contained in:
parent
d0bd2d5e44
commit
b81cdc75ce
246 changed files with 10836 additions and 1337 deletions
|
@ -0,0 +1,4 @@
|
|||
[traverse_the_history_4.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,24 @@
|
|||
[open-features-negative-innerwidth-innerheight.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for legacy `innerwidth`, `innerheight`]
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=-404.5" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=-404.5" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=-404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=-404e1" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=-404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=-404e1" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
[open-features-negative-screenx-screeny.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for legacy `screenx`, `screeny`]
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=-204" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-204" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-204.5" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=-0" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=-0" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=-204.5" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
[open-features-negative-top-left.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for `top`, `left`]
|
||||
expected: FAIL
|
||||
|
||||
[features "top=-204" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=-204.5" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-204" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=-0" should NOT set "top=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-204.5" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=-0" should NOT set "left=204"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
[open-features-negative-width-height.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: negative values for `width`, `height`]
|
||||
expected: FAIL
|
||||
|
||||
[features "height=-404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=-404e1" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=-404.5" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=-404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=-404e1" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=-404.5" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,48 @@
|
|||
[open-features-non-integer-height.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for feature `height`]
|
||||
expected: FAIL
|
||||
|
||||
[features "height=405*3" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405.32" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405e1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405/5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405^4" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405.5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405e-1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405 " should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=405LLl" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=/404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0,width=401,: absence of feature "height" should be treated same as "height=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0: absence of feature "height" should be treated same as "height=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=_404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "height=L404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-innerheight.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for legacy feature `innerheight`]
|
||||
expected: FAIL
|
||||
|
||||
[features "innerheight=405e-1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405LLl" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405^4" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405e1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405 " should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405/5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405.32" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405.5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=405*3" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=_404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=L404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerheight=/404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-innerwidth.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for legacy feature `innerwidth`]
|
||||
expected: FAIL
|
||||
|
||||
[features "innerwidth=405e-1" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405*3" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405.5" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405e1" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405.32" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405 " should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405LLl" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405/5" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=405^4" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=/404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=_404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "innerwidth=L404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-left.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for feature `left`]
|
||||
expected: FAIL
|
||||
|
||||
[features "left=105e1" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105 " should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105/5" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105e-1" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105^4" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105LLl" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105.32" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105*3" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=105.5" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=L104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=/104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "left=_104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-screenx.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for legacy feature `screenx`]
|
||||
expected: FAIL
|
||||
|
||||
[features "screenx=105.5" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105e1" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105 " should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105*3" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105e-1" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105^4" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105LLl" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105/5" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=105.32" should set "left=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=_104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=L104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screenx=/104" should NOT set "left=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-screeny.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for legacy feature `screeny`]
|
||||
expected: FAIL
|
||||
|
||||
[features "screeny=405^4" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405e-1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405LLl" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405e1" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405 " should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405/5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405*3" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405.32" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=405.5" should set "height=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=_404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=L404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "screeny=/404" should NOT set "height=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,42 @@
|
|||
[open-features-non-integer-top.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for feature `top`]
|
||||
expected: FAIL
|
||||
|
||||
[features "top=105/5" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105*3" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105LLl" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105e-1" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105.32" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105e1" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105 " should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105^4" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=105.5" should set "top=105"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=/104" should NOT set "top=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=_104" should NOT set "top=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "top=L104" should NOT set "top=104"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,32 +1,48 @@
|
|||
[open-features-non-integer-width.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTML: window.open `features`: non-integer values for feature `width`]
|
||||
expected: FAIL
|
||||
|
||||
[features "width=405^4" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405.5" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405e1" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405 " should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405.32" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405LLl" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405*3" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405e-1" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=405/5" should set "width=405"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0: absence of feature "width" should be treated same as "width=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=_404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[top=0,left=0,height=401,: absence of feature "width" should be treated same as "width=0"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=/404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[features "width=L404" should NOT set "width=404"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -24045,3 +24045,294 @@
|
|||
[meter.optimum: IDL set to 10000000000]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.autocomplete: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[form.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.label: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[option.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.autocomplete: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.useMap: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[label.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.useMap: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[form.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.name: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.autofocus: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[form.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.name: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.autofocus: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.dirName: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.dirName: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.autofocus: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.label: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.required: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[button.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[option.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.name: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[form.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[output.name: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meter.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[datalist.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.autofocus: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[label.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[form.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[option.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[label.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[textarea.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[label.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[option.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[select.required: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autofocus: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[legend.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[option.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[input.autocomplete: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[label.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[optgroup.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[progress.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -20055,3 +20055,399 @@
|
|||
[div.tabIndex: IDL set to -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.cite: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[main.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[main.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.compact: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.size: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[div.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.compact: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[li.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[div.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[p.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.noShade: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.cite: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.compact: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.noShade: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[div.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.compact: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[div.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[li.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.compact: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[div.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[main.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.compact: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hr.size: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figure.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.reversed: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dl.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[main.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[main.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ul.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[p.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.width: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.reversed: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ol.start: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dt.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[figcaption.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[pre.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dd.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11463,3 +11463,165 @@
|
|||
[style.nonce: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[link.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[title.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.httpEquiv (<meta http-equiv>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.referrerPolicy: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.nonce: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[head.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.nonce: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.scheme: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: IDL set to "tracK"]
|
||||
expected: FAIL
|
||||
|
||||
[title.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.httpEquiv (<meta http-equiv>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[head.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: IDL set to "worKer"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: IDL set to "sharedworKer"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "worKer"]
|
||||
expected: FAIL
|
||||
|
||||
[style.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[title.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "sharedworKer"]
|
||||
expected: FAIL
|
||||
|
||||
[style.media: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[title.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.nonce: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[meta.scheme: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[head.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.target: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[title.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.referrerPolicy: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[base.target: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[head.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[style.nonce: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[link.as: setAttribute() to "tracK"]
|
||||
expected: FAIL
|
||||
|
||||
[head.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -19182,3 +19182,249 @@
|
|||
[undefinedelement.enterKeyHint: setAttribute() to "revious"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[template.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.dateTime: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.dateTime: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.noModule: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[template.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.compact: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.compact: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.cite: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.dateTime: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.dateTime: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.enterKeyHint: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.nonce: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.enterKeyHint: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.version: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[details.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[details.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[details.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[template.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.inputMode: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.cite: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.name: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.nonce: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[details.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.inputMode: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[noscript.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.cite: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[undefinedelement.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[template.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[slot.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[del.cite: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[menu.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[template.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.version: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[details.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[script.noModule: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[summary.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[html.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ins.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -16410,3 +16410,408 @@
|
|||
[applet.name: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.compact: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[font.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.marginHeight: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.marginWidth: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[font.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[font.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.src: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.marginWidth: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.trueSpeed: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.cols: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.frameBorder: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.scrolling: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.trueSpeed: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.rows: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.src: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[font.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.noResize: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.name: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.width: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.height: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.name: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[font.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.height: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.bgColor: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.frameBorder: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.width: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.scrolling: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.longDesc: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollDelay: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.longDesc: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.bgColor: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.marginHeight: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.vspace: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[frame.noResize: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.hspace: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[marquee.scrollAmount: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[dir.compact: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.rows: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[frameset.cols: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -21126,3 +21126,306 @@
|
|||
[#document.alinkColor (<body alink>): IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[section.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[article.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.vLink: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[header.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[article.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[header.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.aLink: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.vlinkColor (<body vlink>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.aLink: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.linkColor (<body link>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[address.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.vLink: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.alinkColor (<body alink>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[header.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[section.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[article.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.dir (<html dir>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[address.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[footer.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[section.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[section.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[article.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.link: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[header.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.vlinkColor (<body vlink>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.dir (<html dir>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[nav.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.link: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[section.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h6.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.linkColor (<body link>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[address.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[address.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h3.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h4.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[article.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h2.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[body.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[header.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[address.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h1.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[aside.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[hgroup.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[h5.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[#document.alinkColor (<body alink>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -25947,3 +25947,597 @@
|
|||
[th.headers: IDL set to object "test-valueOf"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.ch (<col char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.chOff (<td charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[th.ch (<th char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.border: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.cellPadding: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.summary: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.noWrap: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.ch (<tfoot char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.cellPadding: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.chOff (<colgroup charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.headers: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.cellSpacing: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.ch (<th char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.ch (<tr char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.chOff (<th charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.ch (<td char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.height: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.ch (<thead char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.scope: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[td.chOff (<td charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.axis: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[td.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.chOff (<tfoot charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[table.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.chOff (<tr charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.rules: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.abbr: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.frame: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.axis: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.cellSpacing: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.ch (<tbody char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.chOff (<col charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.chOff (<tbody charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.chOff (<col charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.summary: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.chOff (<colgroup charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.chOff (<tbody charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.noWrap: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.rules: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.frame: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.ch (<tbody char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.width: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.ch (<col char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.abbr: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.scope: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.chOff (<tfoot charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.ch (<colgroup char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.chOff (<th charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.ch (<tr char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.axis: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.ch (<thead char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.height: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.noWrap: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.scope: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.abbr: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.headers: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.height: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.ch (<tfoot char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.ch (<colgroup char>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "7"]
|
||||
expected: FAIL
|
||||
|
||||
[th.vAlign: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.headers: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.align: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.chOff (<tr charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[td.headers: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.axis: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[td.align: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.chOff (<thead charoff>): setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tr.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[tbody.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.abbr: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.noWrap: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.vAlign: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.width: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.height: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.width: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[th.scope: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.ch (<td char>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[table.border: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[td.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[td.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[colgroup.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[tfoot.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[thead.chOff (<thead charoff>): IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to "
7"]
|
||||
expected: FAIL
|
||||
|
||||
[col.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.width: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[col.span: setAttribute() to " 7"]
|
||||
expected: FAIL
|
||||
|
||||
[caption.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -35091,3 +35091,486 @@
|
|||
[a.referrerPolicy: IDL set to "UNSAFE-URL"]
|
||||
expected: FAIL
|
||||
|
||||
[br.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[time.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[var.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.type: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[data.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[b.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[var.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[data.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[u.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[s.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[em.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[time.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[time.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[data.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[u.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[code.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[time.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[time.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[span.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[data.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[i.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.type: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[var.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.referrerPolicy: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[code.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[i.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.cite: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[em.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.referrerPolicy: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[s.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.clear: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[i.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.download: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.ping: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[b.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[span.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[u.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[i.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.download: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[code.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[em.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.ping: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[code.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.clear: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[i.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[var.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.charset: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[small.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[s.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.hreflang: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.cite: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[code.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[data.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[br.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[small.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rp.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[span.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[u.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[span.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdi.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.hreflang: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[s.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[mark.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[b.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[ruby.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[b.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[bdo.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[q.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sup.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[strong.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[cite.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[abbr.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[small.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[kbd.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[rt.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[span.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[sub.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[b.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[em.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[small.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[em.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[wbr.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[dfn.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[samp.dir: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[small.accessKey: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[u.dir: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[a.charset: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[var.tabIndex: setAttribute() to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
[s.accessKey: IDL set to "5%"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
[structured-cloning-error-stack-optional.sub.window.html]
|
||||
[page-created Error (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[page-created Error (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
|
@ -6,3 +6,45 @@
|
|||
[ImageData expandos are not cloned]
|
||||
expected: FAIL
|
||||
|
||||
[ReferenceError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[Error.message: getter is ignored when cloning]
|
||||
expected: FAIL
|
||||
|
||||
[DOMException objects created by the UA can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[EvalError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[URIError objects from other realms are treated as Error]
|
||||
expected: FAIL
|
||||
|
||||
[DOMException objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[URIError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[Cloning a modified Error]
|
||||
expected: FAIL
|
||||
|
||||
[RangeError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[Empty Error objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[TypeError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[Error objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
[Error.message: undefined property is stringified]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError objects can be cloned]
|
||||
expected: FAIL
|
||||
|
||||
|
|
970
tests/wpt/metadata/html/rendering/dimension-attributes.html.ini
Normal file
970
tests/wpt/metadata/html/rendering/dimension-attributes.html.ini
Normal file
|
@ -0,0 +1,970 @@
|
|||
[dimension-attributes.html]
|
||||
[<object width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<hr width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<img width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table width="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200."> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200 %"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width=" +200.25%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<tr height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="+0%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="1007"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width=" +200.25in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="+200%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="+0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200.25in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<img height="200.%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="0"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height=" +200in "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<input height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height=" 00523 "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<td height="200%abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee height="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<col width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<marquee width="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200.25%"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="200in"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video height="200 abc"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed width=" +200.25% "> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<object width="+200"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<video width="0px"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<table height="200.25"> mapping]
|
||||
expected: FAIL
|
||||
|
||||
[<embed height="200%"> mapping]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,194 @@
|
|||
[pixel-length-attributes.html]
|
||||
expected: ERROR
|
||||
[<iframe marginheight="200%"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="0"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="1007"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200%"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="+0"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200in"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25in"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth=" 00523 "> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25%"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight=" +200in "> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25%"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.%"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth=" +200in "> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200in"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight=" 00523 "> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.7"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="1007"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="1007"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200in"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="+200"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25%"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="+0"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200."> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="+0"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.%"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="-0"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="0"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.%"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="1007"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.7"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25in"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight=" 00523 "> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight=" +200in "> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200%"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="+200"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200."> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="+200"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="-0"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="-0"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200in"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200%"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25in"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.%"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="+0"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.7"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="0"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth=" 00523 "> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="+200"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25%"> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.7"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200.25"> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200."> mapping to marginRight]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="-0"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200.25in"> mapping to marginTop]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="200"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth=" +200in "> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginheight="200."> mapping to marginBottom]
|
||||
expected: FAIL
|
||||
|
||||
[<iframe marginwidth="0"> mapping to marginLeft]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[img-aspect-ratio.tentative.html]
|
||||
[Image width and height attributes are used to infer aspect-ratio]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[non-active-document.html]
|
||||
[DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
[createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[<template>]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
[promise-rejection-events.html]
|
||||
expected: TIMEOUT
|
||||
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,3 +9,6 @@
|
|||
[no unhandledrejection/rejectionhandled: rejection handler attached synchronously to a promise created from createImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[rejectionhandled is dispatched from a queued task, and not immediately]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue