| Index: third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a9a16fb1cd46a42342e6f153e0cc4e0e9e363f57
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html
|
| @@ -0,0 +1,13 @@
|
| +<!doctype html>
|
| +<script src="../../resources/ahem.js"></script>
|
| +<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<div style="writing-mode: vertical-rl; font-family: Ahem; font-size: 20px;">
|
| +a<ruby id="outer">b<rt id="inner">c</rt></ruby>
|
| +</div>
|
| +<script>
|
| +onload = runRepaintAndPixelTest;
|
| +function repaintTest() {
|
| + outer.style.color = "yellow";
|
| + inner.style.color = "blue";
|
| +}
|
| +</script>
|
|
|