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

Unified Diff: LayoutTests/fast/multicol/recursive-split-flow-crash.html

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: LayoutTests/fast/multicol/recursive-split-flow-crash.html
diff --git a/LayoutTests/fast/multicol/recursive-split-flow-crash.html b/LayoutTests/fast/multicol/recursive-split-flow-crash.html
index 2d616011c1c984b4237b2d261a6c8ef6128a1693..74d34f84738e57a4161c4e33b4b78dae0b05305d 100644
--- a/LayoutTests/fast/multicol/recursive-split-flow-crash.html
+++ b/LayoutTests/fast/multicol/recursive-split-flow-crash.html
@@ -28,7 +28,6 @@ document.execCommand("SelectAll", true);
styleSheet0.insertRule('.testClass { -webkit-column-span: all ; }', 0);
test1.appendChild(test2);
styleSheet0.insertRule('.testClass::first-letter { border-style: none; }', 0);
-styleSheet0.insertRule('.container { -webkit-column-axis: vertical; }', 0);
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698