mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<link rel=match href=border_radius_asymmetric_sizes_ref.html>
|
<link rel=match href=border_radius_asymmetric_sizes_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.box {
|
div.box {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.box-top {
|
.box-top {
|
||||||
background: white;
|
background: white;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<link rel=match href=border_radius_elliptical_ref.html>
|
<link rel=match href=border_radius_elliptical_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.box {
|
div.box {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#box1-top {
|
#box1-top {
|
||||||
background: white;
|
background: white;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<link rel=match href=border_radius_shorthand_ref.html>
|
<link rel=match href=border_radius_shorthand_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.box {
|
div.box {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta charset=utf-8>
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
div.box {
|
div.box {
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue