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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/visibility-enable-on-svg-element-expected.html

Issue 1817623004: When the SVG element is 'visible', the SVG element is not shown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: third_party/WebKit/LayoutTests/svg/custom/visibility-enable-on-svg-element-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-box-shadow-expected.html b/third_party/WebKit/LayoutTests/svg/custom/visibility-enable-on-svg-element-expected.html
similarity index 72%
copy from third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-box-shadow-expected.html
copy to third_party/WebKit/LayoutTests/svg/custom/visibility-enable-on-svg-element-expected.html
index b880446f56aab813e9fa3f3b39cca2f518ba45bf..c3d051edd94e55e2c584cfa324094aecf6951c72 100644
--- a/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-box-shadow-expected.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/visibility-enable-on-svg-element-expected.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE HTML>
<style>
div {
width: 100px;
@@ -6,5 +6,5 @@ div {
background-color: green;
}
</style>
-<body>
-<div></div>
+<div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698