OLD | NEW |
1 | |
2 This test verifies that the right URL is loaded when there is an <object> with a
'src' <param> and a fallback <embed>. | 1 This test verifies that the right URL is loaded when there is an <object> with a
'src' <param> and a fallback <embed>. |
3 | 2 |
4 An <object> with a 'data' @attr and a 'src' <param> should load the URL from the
'data' @attr and does. | 3 An <object> with a 'data' @attr and a 'src' <param> should load the URL from the
'data' @attr and does. |
5 An <object> with a 'src' <param> should load the URL from the 'src' <param> and
does. | 4 An <object> with a 'src' <param> should load the URL from the 'src' <param> and
does. |
6 An <object> with no URL specified and a nested <embed> should load the URL from
the 'src' @attr of the <embed> and does. | 5 An <object> with no URL specified and a nested <embed> should load the URL from
the 'src' @attr of the <embed> and does. |
7 | 6 An <object> with a URL specified in a 'src' <param> and a nested <embed> should
load the URL from the 'src' @attr of the <embed> and does. |
| 7 An <object> with a URL specified in a 'src' <param> and a MIME type specified in
a 'type' <param> should load the URL from the 'src' <param> and does. |
| 8 |
OLD | NEW |