OLD | NEW |
1 font-family descriptor in @font-face rule can take only one family. Hence the @f
ont-face rule in this test must be ignored. | 1 font-family descriptor in @font-face rule can take only one family. Hence the @f
ont-face rule in this test must be ignored. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 Test: | 5 Test: |
6 Text iii | 6 Text iii |
7 Must match: | 7 Must match: |
8 Text iii | 8 Text iii |
9 Must not match: | 9 Must not match: |
10 Text iii | 10 Text iii |
11 PASS document.getElementById('testText').offsetWidth == document.getElementById(
'mustMatch').offsetWidth is true | |
12 PASS document.getElementById('testText').offsetWidth != document.getElementById(
'mustNotMatch').offsetWidth is true | |
13 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
14 | 12 |
15 TEST COMPLETE | 13 TEST COMPLETE |
| 14 PASS document.getElementById('testText').offsetWidth == document.getElementById(
'mustMatch').offsetWidth is true |
| 15 PASS document.getElementById('testText').offsetWidth != document.getElementById(
'mustNotMatch').offsetWidth is true |
16 | 16 |
OLD | NEW |