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

testcase fixes in css/CSS2/borders #10755

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Tests were referencing the wrong reference tests
  • Loading branch information
Mike committed Apr 5, 2018
commit a8e88604a838f836dcfc64eec51c61a17305e917
4 changes: 2 additions & 2 deletions css/css-backgrounds/css3-background-origin-padding-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>CSS Backgrounds Test:background origin property with value content-box</title>
<title>CSS Backgrounds Test:background origin property with value padding-box</title>
<link rel="author" title="yanshasha" href="mailto:yanshasha133@gmail.com" />
<link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com" /> <!-- 2013-08-26 -->
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-origin" />
<link rel="match" href="reference/css3-background-origin-content-box-ref.html" />
<link rel="match" href="reference/css3-background-origin-padding-box-ref.html" />
<style type="text/css">
div {
width: 100px;
Expand Down
2 changes: 1 addition & 1 deletion css/css-backgrounds/css3-background-size-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="author" title="yanshasha" href="mailto:yanshasha133@gmail.com" />
<link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com" /><!-- 2013-08-26 -->
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size" />
<link rel="match" href="reference/css3-background-size-ref.html" />
<link rel="match" href="reference/css3-background-size-001-ref.html" />
<style type="text/css">
div {
width: 150px;
Expand Down