mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Auto merge of #8148 - Ms2ger:charset, r=nox
Fix charset declarations in border radius tests. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8148) <!-- Reviewable:end -->
This commit is contained in:
commit
e62ece80a2
6 changed files with 6 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<link rel=match href=border_radius_asymmetric_sizes_ref.html>
|
||||
<style type="text/css">
|
||||
div.box {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<style type="text/css">
|
||||
.box-top {
|
||||
background: white;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<link rel=match href=border_radius_elliptical_ref.html>
|
||||
<style type="text/css">
|
||||
div.box {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<style type="text/css">
|
||||
#box1-top {
|
||||
background: white;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<link rel=match href=border_radius_shorthand_ref.html>
|
||||
<style type="text/css">
|
||||
div.box {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset=utf-8>
|
||||
<style type="text/css">
|
||||
div.box {
|
||||
background: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue