diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html b/third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html index c7d09f5..6fee984 100644 --- a/third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html +++ b/third_party/WebKit/LayoutTests/compositing/overflow/rtl-overflow.html @@ -35,7 +35,7 @@ </style> </head> <body> - <div style="-webkit-transform:translateZ(0);"> + <div style="transform:translateZ(0);"> This test succeeds if the two blocks correctly show content scrolled to the rightmost and leftmost respectively. </div> <div class="container"> |
