| OLD | NEW |
| 1 Test style update of the :placeholder-shown pseudo class. | 1 Test style update of the :placeholder-shown pseudo class. |
| 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 | 5 |
| 6 Initial state is without placehoder. | 6 Initial state is without placehoder. |
| 7 PASS getComputedStyle(document.getElementById("input-with-renderer")).background
Color is "rgb(255, 255, 255)" | 7 PASS getComputedStyle(document.getElementById("input-with-renderer")).background
Color is "rgb(255, 255, 255)" |
| 8 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro
undColor is "rgb(255, 255, 255)" | 8 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro
undColor is "rgb(255, 255, 255)" |
| 9 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(255, 255, 255)" | 9 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(255, 255, 255)" |
| 10 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(255, 255, 255)" | 10 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(255, 255, 255)" |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(255, 255, 255)" | 54 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(255, 255, 255)" |
| 55 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(255, 255, 255)" | 55 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(255, 255, 255)" |
| 56 Removing the value. A placeholder was added while the value was up, we should ge
t the style now. | 56 Removing the value. A placeholder was added while the value was up, we should ge
t the style now. |
| 57 PASS getComputedStyle(document.getElementById("input-with-renderer")).background
Color is "rgb(1, 2, 3)" | 57 PASS getComputedStyle(document.getElementById("input-with-renderer")).background
Color is "rgb(1, 2, 3)" |
| 58 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro
undColor is "rgb(1, 2, 3)" | 58 PASS getComputedStyle(document.getElementById("textarea-with-renderer")).backgro
undColor is "rgb(1, 2, 3)" |
| 59 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(1, 2, 3)" | 59 PASS getComputedStyle(document.getElementById("input-without-renderer")).backgro
undColor is "rgb(1, 2, 3)" |
| 60 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(1, 2, 3)" | 60 PASS getComputedStyle(document.getElementById("textarea-without-renderer")).back
groundColor is "rgb(1, 2, 3)" |
| 61 PASS successfullyParsed is true | 61 PASS successfullyParsed is true |
| 62 | 62 |
| 63 TEST COMPLETE | 63 TEST COMPLETE |
| 64 | 64 |
| OLD | NEW |