Webstrom为什么无法修改iframe的src?

原代码

<body>
    <iframe src="html/map.html" frameborder="0" name="content_area" id="content_area" class="main_content"></iframe>
</body>

现在修改为

<body>
    <iframe src="helloWorld.html" frameborder="0" name="content_area" id="content_area" class="main_content"></iframe>
</body>

chrome测试的结果为

图片说明

保证路径都是没问题的,哪怕src是空白chrome显示也不变。

改个这急死人。。