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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-th-top-expected.html

Issue 2711803002: Disallow 'position: sticky' on <thead> and <tr> elements. (Closed)
Patch Set: Correct layout tests Created 3 years, 10 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/fast/css/sticky/sticky-table-th-top-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-row-top-expected.html b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-th-top-expected.html
similarity index 94%
rename from third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-row-top-expected.html
rename to third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-th-top-expected.html
index 1350120cd2786afe4b152c4348368140ec90ec93..63adb5e555006b435d1d5696b26579a69f0dfee8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-row-top-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-table-th-top-expected.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+
<html>
<head>
<style>
@@ -61,7 +62,7 @@
</div>
</div>
<div style="position: absolute; top: 520px;">
- This test checks that sticky positioned table rows are contained by their table.
+ This test checks that sticky positioned table ths are contained by their table.
There should be no red.
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698