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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg

Issue 2835153002: Fix percent height calc for svg docs. (Closed)
Patch Set: Remove unnecessary invalidations Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg b/third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg
index a179832fb6d420b540d3e964c633b22ddd27411b..f6ea33f82c352f24bd676340345ab768e01c69e8 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/masking-clipping-hidpi.svg
@@ -1,5 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" onload="startTest()">
<script>
+ if (self.internals)
pdr. 2017/05/03 15:27:23 Can you add a minimal test that just covers this b
+ internals.runtimeFlags.overlayScrollbarsEnabled = true;
+
function startTest() {
if (!window.testRunner)
return;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698