Enable html/rendering.

This commit is contained in:
Ms2ger
2014-12-18 14:06:22 +01:00
parent 1d68ee689f
commit dde0702a89
13 changed files with 91 additions and 2 deletions

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