mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
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:
parent
3cdeccbf53
commit
db1e532dd9
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user