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

Unified Diff: LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.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/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
diff --git a/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html b/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
index d0ad328b710cd186599721b2abad8130c89a72fa..e07431b3884341202df08f84d281f6e94ed78061 100644
--- a/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
+++ b/LayoutTests/fast/dom/shadow/move-style-scoped-to-another-shadowroot-crash.html
@@ -18,7 +18,7 @@ function runTest() {
createShadowRoot(
createDOM('div', {'id': 'child'},
createDOM('style', {'id': 'style', 'scoped': 'scoped'},
- document.createTextNode('.c3 { display: inherit; -webkit-transform: rotate3d(0, 1, 1, 45deg); }'))))));
+ document.createTextNode('.c3 { display: inherit; transform: rotate3d(0, 1, 1, 45deg); }'))))));
olderShadowRoot = getNodeInTreeOfTrees("host/");
youngerShadowRoot = getNodeInTreeOfTrees("host//");
« no previous file with comments | « LayoutTests/fast/dom/nodesFromRect/resources/nodesFromRect.css ('k') | LayoutTests/fast/events/document-elementFromPoint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698