| 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..ed5f32cd3e98fe677b1567e93dc1392eeba011e3
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks.html
|
| @@ -0,0 +1,12 @@
|
| +<!doctype html>
|
| +<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<div style="writing-mode: vertical-rl;">
|
| +a<ruby id="outer">b<rt id="inner">c</rt></ruby>
|
| +</div>
|
| +<script>
|
| +onload = runRepaintAndPixelTest;
|
| +function repaintTest() {
|
| + outer.style.background = "green";
|
| + inner.style.background = "green";
|
| +}
|
| +</script>
|
|
|