Add 'overflow: hidden' to reftests for bug 600974 to workaround reftest failures in the scroll bars on WinXP. Bug 623459, a=tests

This commit is contained in:
Simon Montagu 2011-01-06 00:58:47 -08:00
parent 3cdeccbf53
commit db1e532dd9
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html lang="en" style="font-family: serif; font-size: 16px">
<html lang="en" style="font-family: serif; font-size: 16px; overflow: hidden;">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- This is a test for decoding supplementary characters. It contains text in
Unicode plane 1 encoded as UTF-8. Don't reencode it in any way. -->
<html lang="en" style="font-family: serif; font-size: 16px">
<html lang="en" style="font-family: serif; font-size: 16px; overflow: hidden;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- This is a test for decoding supplementary characters. It contains text in
Unicode plane 1 encoded as GB18030. Don't reencode it in any way. -->
<html lang="en" style="font-family: serif; font-size: 16px">
<html lang="en" style="font-family: serif; font-size: 16px; overflow: hidden;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb18030">
<title></title>

Binary file not shown.