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

Fix a test with missing period after <strong>no red</strong> #13566

Merged
merged 1 commit into from
Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/CSS2/borders/border-top-width-003.xht
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</style>
</head>
<body>
<p>Test passes if there is a wide and thin horizontal black line and <strong>no red</strong></p>
<p>Test passes if there is a wide and thin horizontal black line and <strong>no red</strong>.</p>
<div id="wrapper">
<div id="test"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion css/CSS2/selectors/default-attribute-selector-005.xht
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<body>

<p>Test passes if there is a green stripe and <strong>no red</strong></p>
<p>Test passes if there is a green stripe and <strong>no red</strong>.</p>

<p><a>&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</a></p>
Expand Down
2 changes: 1 addition & 1 deletion css/CSS2/selectors/default-attribute-selector-006.xht
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<body>

<p>Test passes if there is a green bar across the page and <strong>no red</strong></p>
<p>Test passes if there is a green bar across the page and <strong>no red</strong>.</p>

<form action="">
<p>&nbsp;</p>
Expand Down
2 changes: 1 addition & 1 deletion css/CSS2/selectors/default-attribute-selector-007.xht
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<body>

<p>Test passes if there is a green square and <strong>no red</strong></p>
<p>Test passes if there is a green square and <strong>no red</strong>.</p>

<form action="">
<p><input></input></p>
Expand Down
2 changes: 1 addition & 1 deletion css/CSS2/selectors/default-attribute-selector-008.xht
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<body>

<p>Test passes if there is a green square and <strong>no red</strong></p>
<p>Test passes if there is a green square and <strong>no red</strong>.</p>

<form action="">
<p><button>&nbsp;</button></p>
Expand Down