mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Enable html/rendering.
This commit is contained in:
parent
965dcda609
commit
5eef78c6d8
14 changed files with 96 additions and 2 deletions
|
@ -31,8 +31,6 @@ skip: true
|
|||
skip: false
|
||||
[resolving-urls]
|
||||
skip: true
|
||||
[rendering]
|
||||
skip: true
|
||||
[semantics]
|
||||
skip: false
|
||||
[embedded-content]
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[option-label.html]
|
||||
type: reftest
|
||||
reftype: ==
|
||||
refurl: /html/rendering/bindings/the-select-element-0/option-label-ref.html
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-iframe-auto.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'iframe\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-iframe-fixed.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'iframe\', placeholderHeightAttr: \'100px\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-iframe-percentage.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'iframe\', placeholderHeightAttr: \'100%\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-img-auto.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'img\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-img-fixed.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'img\', placeholderHeightAttr: \'100px\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-img-percentage.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'img\', placeholderHeightAttr: \'100%\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-object-auto.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'object\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-object-fixed.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'object\', placeholderHeightAttr: \'100px\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[svg-in-object-percentage.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[placeholder: \'object\', placeholderHeightAttr: \'100%\', ]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue