gecko/layout/reftests/css-ruby/no-transform-ref.html
L. David Baron 6c98467261 Bug 1121738 patch 2 - Add reftest for transform not being supported. r=xidorn
This fails without the patch; I'm hoping it will be fixed by the
combination of patch 1 in this bug and bug 1055667 patch 5.

(Interestingly, it fails both due to mispositioning as expected, and
also due to bad overflow area computation causing failure to paint the
ruby text.)
2015-01-15 15:07:50 -08:00

15 lines
296 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1121738 - Ruby should not support transform</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<ruby>
<rbc><rb>a</rb><rb>b</rb></rbc>
<rtc><rt>A</rt><rt>B</rt></rtc>
</ruby>
</body>
</html>