Bug 1236081 - 3 layout/reftest/bugs/ tests are failing while running in our linux64 docker container. r=jfkthame

This commit is contained in:
Joel Maher 2016-01-05 03:20:21 -08:00
parent 7b58967aba
commit c775d8589f
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<body style="font-size: 300%">
xy
</body>
</html>

View File

@ -22,6 +22,6 @@
</script>
</head>
<body onload="doTest()">
<div style="-moz-binding: url(#a)"><span id="l"></span></div>
<div style="-moz-binding: url(#a); font-size: 300%;"><span id="l"></span></div>
</body>
</html>

View File

@ -21,6 +21,6 @@
</script>
</head>
<body onload="doTest()">
<div style="-moz-binding: url(#a)"><span id="l"></span></div>
<div style="-moz-binding: url(#a); font-size: 300%;"><span id="l"></span></div>
</body>
</html>

View File

@ -3,8 +3,8 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
height="800px"
width="800px">
<text style="font-size:24px;" transform="translate(40,100)">
<text style="font-size:48px;" transform="translate(40,100)">
<tspan>Fire&#x301;fo&#x302;x</tspan></text>
<text style="font-size:24px;" transform="translate(40,140) rotate(45)">
<text style="font-size:48px;" transform="translate(40,140) rotate(45)">
<tspan>Fire&#x301;fo&#x302;x</tspan></text>
</svg>

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

View File

@ -3,9 +3,9 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
height="800px"
width="800px">
<text style="font-size:24px;" transform="translate(40,100)">
<text style="font-size:48px;" transform="translate(40,100)">
<tspan>Fire&#x301;fo&#x302;x</tspan></text>
<path id="path1" d="M 0,0 L 500,500"/>
<text style="font-size:24px;" transform="translate(40,140)"><textPath xlink:href="#path1">
<text style="font-size:48px;" transform="translate(40,140)"><textPath xlink:href="#path1">
<tspan>Fire&#x301;fo&#x302;x</tspan></textPath></text>
</svg>

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 436 B