mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
15 lines
296 B
HTML
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>
|