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

Unified Diff: LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html

Issue 14959014: [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated per review feedback. Created 7 years, 7 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/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html
diff --git a/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html b/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html
index 915f0c0775577ff2347742b02a65c12bf276df95..0479d1f87bdcb7cfcaffc792557180fa48187a32 100644
--- a/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html
+++ b/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html
@@ -47,7 +47,7 @@ difference between circle's diameter and the size of the square: (200px - sqrt(2
<body onload="init()">
<script>
function init() {
- if (!SubPixelLayout.isSubPixelLayoutEnabled())
+ if (!SubPixelLayout.isEnabled())
document.getElementById("shape-inside").style.top = "30px";
}
</script>

Powered by Google App Engine
This is Rietveld 408576698