Tab freezes when I run the test

Hello my freecodecamp.org tab freezes when I run the test at the last lesson

Here is my code:

<!DOCTYPE html>
<html>
  <head>
   <title>The best page ever</title>
  </head>

  <body>
    <h1>The best page ever</h1>
    <p>Cat ipsum dolor sit amet, jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed. Go into a room to decide you didn't want to be in there anyway. I like big cats and i can not lie kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Meow i could pee on this if i had the energy for slap owner's face at 5am until human fills food dish yet scamper. Knock dish off table head butt cant eat out of my own dish scratch the furniture. Make meme, make cute face. Sleep in the bathroom sink chase laser but pee in the shoe. Paw at your fat belly licks your face and eat grass, throw it back up kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  <body>
</html>

Browser I used is Google Chrome.
And here is the link to the lesson: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/define-the-head-and-body-of-an-html-document

You have two opening body tags and no closing body tags. This is causing an infinite loop in the tests.

Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Oh yeah, thanks! Let me try now

It worked thank you so much! I need to be careful about typos right now :eyes:

Normally, typos shouldn’t cause a test crash. That is an error in the test code.

Heya @JacobRealDev~!

Very sorry you ran into this issue. As a heads up, it looks like the infinite loop bug has been fixed in a recent update - that fix should be deployed to the live site fairly soon. :slight_smile:

2 Likes