Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iframe bug #1330

Open
3 of 10 tasks
chenxiaochun opened this issue Mar 8, 2017 · 0 comments
Open
3 of 10 tasks

iframe bug #1330

chenxiaochun opened this issue Mar 8, 2017 · 0 comments

Comments

@chenxiaochun
Copy link

chenxiaochun commented Mar 8, 2017

Issue details

In my file has three iframes, after run browser-sync start --server will not show all iframes in html.

Steps to reproduce/test case

<!DOCTYPE html>
<html lang="zh-CN">
<head>
	<meta charset="UTF-8">
	<title>公共头demo</title>
</head>
<body>

<iframe src="http://www.baidu.com" scrolling="no" frameborder="0"/>
<iframe src="http://www.baidu.com" scrolling="no" frameborder="0"/>
<iframe src="http://www.baidu.com" scrolling="no" frameborder="0"/>
</body>
</html>

Please specify which version of Browsersync, node and npm you're running

  • Browsersync [2.18.8]
  • Node [4.4.5]
  • Npm [4.1.2]

Affected platforms

  • linux
  • windows
  • freebsd
  • solaris
  • OS X
  • other (please specify which)

Browsersync use-case

  • API
  • Gulp
  • Grunt
  • CLI

If CLI, please paste the entire command below

browser-sync start --server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant