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

Unified Diff: LayoutTests/fast/css/sticky/parsing-position-sticky.html

Issue 1212893005: Add position: sticky as supported position value when CSSStickyPosition is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/css/sticky/parsing-position-sticky.html
diff --git a/LayoutTests/fast/backgrounds/size/parsing-inherit.html b/LayoutTests/fast/css/sticky/parsing-position-sticky.html
similarity index 56%
copy from LayoutTests/fast/backgrounds/size/parsing-inherit.html
copy to LayoutTests/fast/css/sticky/parsing-position-sticky.html
index fc0d3be1cc7605a9507f4b882f066697148adf24..313f6072e381f7c67b6e985c5cba40f6c3455d3c 100644
--- a/LayoutTests/fast/backgrounds/size/parsing-inherit.html
+++ b/LayoutTests/fast/css/sticky/parsing-position-sticky.html
@@ -1,10 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!DOCTYPE html>
<html>
<head>
<style type="text/css"></style>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
-<script src="resources/parsing-inherit.js"></script>
+<script src="resources/parsing-position-sticky.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698