forked from twbs/bootlint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes twbs#45
- Loading branch information
Zac Echola
committed
Jul 28, 2014
1 parent
1c16a63
commit a466537
Showing
7 changed files
with
159 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
test/fixtures/containers/nested-container-container-fluid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Test</title> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.14.0.css"> | ||
<script src="https://code.jquery.com/qunit/qunit-1.14.0.js"></script> | ||
<script src="../../../dist/browser/bootlint.js"></script> | ||
<script src="../generic-qunit.js"></script> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="container-fluid"></div> | ||
</div> | ||
|
||
<div id="qunit"></div> | ||
<ol id="bootlint"> | ||
<li data-lint="Due to `padding` and more, containers are not nestable"></li> | ||
</ol> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Test</title> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.14.0.css"> | ||
<script src="https://code.jquery.com/qunit/qunit-1.14.0.js"></script> | ||
<script src="../../../dist/browser/bootlint.js"></script> | ||
<script src="../generic-qunit.js"></script> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="container"></div> | ||
</div> | ||
|
||
<div id="qunit"></div> | ||
<ol id="bootlint"> | ||
<li data-lint="Due to `padding` and more, containers are not nestable"></li> | ||
</ol> | ||
</body> | ||
</html> |
29 changes: 29 additions & 0 deletions
29
test/fixtures/containers/nested-container-fluid-container-fluid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Test</title> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.14.0.css"> | ||
<script src="https://code.jquery.com/qunit/qunit-1.14.0.js"></script> | ||
<script src="../../../dist/browser/bootlint.js"></script> | ||
<script src="../generic-qunit.js"></script> | ||
</head> | ||
<body> | ||
<div class="container-fluid"> | ||
<div class="container-fluid"></div> | ||
</div> | ||
|
||
<div id="qunit"></div> | ||
<ol id="bootlint"> | ||
<li data-lint="Due to `padding` and more, containers are not nestable"></li> | ||
</ol> | ||
</body> | ||
</html> |
29 changes: 29 additions & 0 deletions
29
test/fixtures/containers/nested-container-fluid-container.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Test</title> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
|
||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.14.0.css"> | ||
<script src="https://code.jquery.com/qunit/qunit-1.14.0.js"></script> | ||
<script src="../../../dist/browser/bootlint.js"></script> | ||
<script src="../generic-qunit.js"></script> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="container-fluid"></div> | ||
</div> | ||
|
||
<div id="qunit"></div> | ||
<ol id="bootlint"> | ||
<li data-lint="Due to `padding` and more, containers are not nestable"></li> | ||
</ol> | ||
</body> | ||
</html> |