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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html

Issue 2523143002: Layout tests: remove webkit prefix from test names (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html b/third_party/WebKit/LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html
deleted file mode 100644
index 4e194ad49740459c2838221c931808d4b4730b56..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-<head>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<style>
-span {
- display: table-column;
- -webkit-transform-style: preserve-3d;
-}
-</style>
-</head>
-<body>
-<span></span>
-<p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=51465">51465</a>: chrome.dll!WebCore::Layer::currentTransform ReadAV@NULL (8968fc97874fa23b6799ff8f09c142e4)</p>
-<p>If it did not crash, this test has PASSED</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698