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

Unified Diff: LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute.html

Issue 795173003: Stricter parsing for rows/cols attribute on textarea (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test result Created 6 years 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/dom/HTMLTextAreaElement/rows-attribute.html
diff --git a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html b/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute.html
similarity index 72%
copy from LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html
copy to LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute.html
index 93b21439901e694a9b38f785adbe8556e92eb49d..2dbd1ecc50d569a06ef0d70868b1929ced2b2e80 100644
--- a/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item.html
+++ b/LayoutTests/fast/dom/HTMLTextAreaElement/rows-attribute.html
@@ -4,6 +4,6 @@
<script src="../../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/css-style-item.js"></script>
+<script src="script-tests/rows-attribute.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698