Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
25cf50a4
Commit
25cf50a4
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
JS visual tests: Remove usages of defunct .page-header class
[skip sauce]
parent
c96cabb5
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
js/tests/visual/alert.html
+1
-3
js/tests/visual/alert.html
js/tests/visual/button.html
+1
-3
js/tests/visual/button.html
js/tests/visual/carousel.html
+1
-3
js/tests/visual/carousel.html
js/tests/visual/collapse.html
+1
-3
js/tests/visual/collapse.html
js/tests/visual/dropdown.html
+1
-3
js/tests/visual/dropdown.html
js/tests/visual/modal.html
+1
-3
js/tests/visual/modal.html
js/tests/visual/popover.html
+1
-3
js/tests/visual/popover.html
js/tests/visual/tab.html
+1
-3
js/tests/visual/tab.html
js/tests/visual/tooltip.html
+1
-3
js/tests/visual/tooltip.html
with
9 additions
and
27 deletions
+9
-27
js/tests/visual/alert.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Alert
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Alert
<small>
Bootstrap Visual Test
</small></h1>
<div
class=
"alert alert-warning fade in"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/button.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Button
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Button
<small>
Bootstrap Visual Test
</small></h1>
<button
type=
"button"
class=
"btn btn-primary"
data-toggle=
"button"
>
Single toggle
</button>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/carousel.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Carousel
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Carousel
<small>
Bootstrap Visual Test
</small></h1>
<p>
Also, the carousel shouldn't slide when its window/tab is hidden. Check the console log.
</p>
<div
id=
"carousel-example-generic"
class=
"carousel slide"
data-ride=
"carousel"
>
<ol
class=
"carousel-indicators"
>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/collapse.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Collapse
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Collapse
<small>
Bootstrap Visual Test
</small></h1>
<div
class=
"panel-group"
id=
"accordion"
>
<div
class=
"panel panel-default"
>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/dropdown.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Dropdown
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Dropdown
<small>
Bootstrap Visual Test
</small></h1>
<nav
id=
"navbar-example"
class=
"navbar navbar-light bg-faded"
>
<button
class=
"navbar-toggler hidden-sm-up"
type=
"button"
data-toggle=
"collapse"
data-target=
"#exCollapsingNavbar2"
>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/modal.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -42,9 +42,7 @@
<div
class=
"container m-t-lg"
>
<div
class=
"page-header"
>
<h1>
Modal
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Modal
<small>
Bootstrap Visual Test
</small></h1>
<div
id=
"myModal"
class=
"modal fade"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
>
<div
class=
"modal-dialog"
role=
"document"
>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/popover.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Popover
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Popover
<small>
Bootstrap Visual Test
</small></h1>
<button
type=
"button"
class=
"btn btn-default js-popover"
data-container=
"body"
data-toggle=
"popover"
data-placement=
"left"
data-content=
"Vivamus sagittis lacus vel augue laoreet rutrum faucibus."
data-original-title=
""
title=
""
>
Popover on left
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/tab.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -20,9 +20,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Tab
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Tab
<small>
Bootstrap Visual Test
</small></h1>
<h4>
Tabs without fade
</h4>
...
...
This diff is collapsed.
Click to expand it.
js/tests/visual/tooltip.html
+
1
-
3
View file @
25cf50a4
...
...
@@ -11,9 +11,7 @@
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
Tooltip
<small>
Bootstrap Visual Test
</small></h1>
</div>
<h1>
Tooltip
<small>
Bootstrap Visual Test
</small></h1>
<p
class=
"muted"
style=
"margin-bottom: 0;"
>
Tight pants next level keffiyeh
<a
href=
"#"
data-toggle=
"tooltip"
title=
"Default tooltip"
>
you probably
</a>
haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel
<a
href=
"#"
data-toggle=
"tooltip"
title=
"Another tooltip"
>
have a
</a>
terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan
<a
href=
"#"
data-toggle=
"tooltip"
title=
"Another one here too"
>
whatever keytar
</a>
, scenester farm-to-table banksy Austin
<a
href=
"#"
data-toggle=
"tooltip"
title=
"The last tip!"
>
twitter handle
</a>
freegan cred raw denim single-origin coffee viral.
</p>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets