i am also using chrome. but for me it says:
// running tests Your code should change the h4 height property to a value of 25 pixels. // tests completed
Just put the “height” over the “text align” (switch) … because it’s probably an automatic correction of the test and the bot doesn’t understand it if you don’t put it in order.
Your code is correct. Not sure what the issue is. Move onto the next challenge and come back to it later. Hopefully you don’t have any more issues moving forward!
So click on “Reset all code” ( just under “Run the tests”)
And do again the test as I told you ( put the “height” before and the " text align" after ).
If you can run the test successfully like that so come back to ask me why!
There is a Chrome bug with zoom on this challenge, try setting the browser zoom to 100% (Ctrl+0). It should be fixed but I guess it isn’t in production yet.
As others have mentioned, sometimes the issue with the tests failing when your code is correct is the browser/version you are using.
Also, another reason is, any browser extensions you have enabled. They can block the tests (especially adblockers). So, potentially, try disabling any browser extensions.