Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/ruby-no-transform.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Ruby should not support transform</title>
<link rel="match" href="ruby-no-transform-ref.html">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
ruby, rbc, rb, rtc, rt {
transform: translateX(50px);
}
</style>
<ruby>
<rbc><rb>a</rb><rb>b</rb></rbc>
<rtc><rt>A</rt><rt>B</rt></rtc>
</ruby>
<ruby>a<rt>A</rt>b<rt>B</rt></ruby>