mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix charset declarations in border radius tests.
This commit is contained in:
parent
ea000471d3
commit
ff59858686
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