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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.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/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.html
index a4e10f52aca3d2293200cf8ab7b8b113411f2dae..8f8d17317fbe0902f4d67921586747be7b7aeb69 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.html
@@ -4,7 +4,7 @@
<script src="../../resources/js-test.js"></script>
</head>
<body onLoad="runTest();">
-<iframe id="nestingFrame" src="resources/1-nested-frame-noncomposited-expected.html" style="position: relative; left: 10px; top: 10px; width: 450px; height: 150px; -webkit-transform: translateZ(0);"></iframe>
+<iframe id="nestingFrame" src="resources/1-nested-frame-noncomposited-expected.html" style="position: relative; left: 10px; top: 10px; width: 450px; height: 150px; transform: translateZ(0);"></iframe>
<div style="position: relative; left: 10px; top: 20px;">
This test is successful if "Target Link" is covered by a green box with square corners,
and the inner frame is partially scrolled.

Powered by Google App Engine
This is Rietveld 408576698