Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
diff --git a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
index b811af67d6c880c3d775d34a18381d15d8eba2ea..cd3db091bcb4ed52be09765ce7c650659e286527 100644
--- a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
+++ b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
@@ -12,7 +12,7 @@ function boom() {
var tfoot = document.createElement('tfoot');
var blockquote = document.createElement('blockquote');
var style = document.createElement('style');
- style.innerHTML = '.c19 { -webkit-backface-visibility: hidden; } .c19:nth-child(even) { overflow: scroll; -webkit-transform: scale(0.5, 0.5); }';
+ style.innerHTML = '.c19 { -webkit-backface-visibility: hidden; } .c19:nth-child(even) { overflow: scroll; transform: scale(0.5, 0.5); }';
var em = document.createElement('em');
var header = document.createElement('header');
header.setAttribute('class', 'c19');

Powered by Google App Engine
This is Rietveld 408576698