mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix some missing end-of-file newlines
This commit is contained in:
parent
62d402f668
commit
3bc7aa52cb
8 changed files with 8 additions and 8 deletions
|
@ -26,4 +26,4 @@ impl HTMLDataListElement {
|
||||||
let (scope, cx) = self.get_scope_and_cx();
|
let (scope, cx) = self.get_scope_and_cx();
|
||||||
HTMLCollection::new(~[], cx, scope)
|
HTMLCollection::new(~[], cx, scope)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,4 +26,4 @@ impl HTMLHeadingElement {
|
||||||
|
|
||||||
pub fn SetAlign(&mut self, _align: &DOMString) {
|
pub fn SetAlign(&mut self, _align: &DOMString) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,4 +26,4 @@ function _test_timed_out() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(_test_timed_out, _test_timeout);
|
setTimeout(_test_timed_out, _test_timeout);
|
||||||
|
|
|
@ -45,4 +45,4 @@ q:before, q:after {
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
body { margin: 0px }
|
body { margin: 0px }
|
||||||
|
|
|
@ -4,4 +4,4 @@ img {
|
||||||
left: 100px;
|
left: 100px;
|
||||||
border-width: 10px;
|
border-width: 10px;
|
||||||
border-color: blue
|
border-color: blue
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
div {
|
div {
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#styled {
|
#styled {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue