Enable html/rendering.

This commit is contained in:
Ms2ger 2014-12-18 14:06:22 +01:00
parent 965dcda609
commit 5eef78c6d8
14 changed files with 96 additions and 2 deletions

View file

@ -31,8 +31,6 @@ skip: true
skip: false skip: false
[resolving-urls] [resolving-urls]
skip: true skip: true
[rendering]
skip: true
[semantics] [semantics]
skip: false skip: false
[embedded-content] [embedded-content]

View file

@ -0,0 +1,5 @@
[option-label.html]
type: reftest
reftype: ==
refurl: /html/rendering/bindings/the-select-element-0/option-label-ref.html
expected: FAIL

View file

@ -0,0 +1,5 @@
[table-width-150percent.html]
type: reftest
reftype: ==
refurl: /html/rendering/non-replaced-elements/tables/table-width-150percent-ref.html
expected: FAIL

View file

@ -0,0 +1,5 @@
[img_border_percent.xhtml]
type: reftest
reftype: ==
refurl: /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img_border-ref.xhtml
expected: FAIL

View file

@ -0,0 +1,6 @@
[svg-in-iframe-auto.html]
type: testharness
expected: TIMEOUT
[placeholder: \'iframe\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-iframe-fixed.html]
type: testharness
expected: TIMEOUT
[placeholder: \'iframe\', placeholderHeightAttr: \'100px\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-iframe-percentage.html]
type: testharness
expected: TIMEOUT
[placeholder: \'iframe\', placeholderHeightAttr: \'100%\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-img-auto.html]
type: testharness
expected: TIMEOUT
[placeholder: \'img\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-img-fixed.html]
type: testharness
expected: TIMEOUT
[placeholder: \'img\', placeholderHeightAttr: \'100px\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-img-percentage.html]
type: testharness
expected: TIMEOUT
[placeholder: \'img\', placeholderHeightAttr: \'100%\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-object-auto.html]
type: testharness
expected: TIMEOUT
[placeholder: \'object\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-object-fixed.html]
type: testharness
expected: TIMEOUT
[placeholder: \'object\', placeholderHeightAttr: \'100px\', ]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[svg-in-object-percentage.html]
type: testharness
expected: TIMEOUT
[placeholder: \'object\', placeholderHeightAttr: \'100%\', ]
expected: TIMEOUT

View file

@ -0,0 +1,27 @@
[svg-inline.html]
type: testharness
expected: TIMEOUT
[(initial values)]
expected: FAIL
[containerWidthStyle: \'400px\', ]
expected: FAIL
[containerHeightStyle: \'400px\', ]
expected: FAIL
[containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', ]
expected: FAIL
[svgViewBoxAttr: \'0 0 100 200\', ]
expected: FAIL
[containerWidthStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ]
expected: FAIL
[containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ]
expected: FAIL
[containerWidthStyle: \'400px\', containerHeightStyle: \'400px\', svgViewBoxAttr: \'0 0 100 200\', ]
expected: FAIL