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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/marquee-bgcolor.html

Issue 2549443003: Move <marquee> implementation to HTMLMarqueeElement.cpp (Closed)
Patch Set: Add asserts for didParse Created 4 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: third_party/WebKit/LayoutTests/fast/html/marquee-bgcolor.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-bgcolor.html b/third_party/WebKit/LayoutTests/fast/html/marquee-bgcolor.html
new file mode 100644
index 0000000000000000000000000000000000000000..c48c6e43537fa6f411fb77e262e3bcc7d4e22e59
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/html/marquee-bgcolor.html
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<marquee width="100px" height="20px" bgcolor="green" scrollamount="0"></marquee>

Powered by Google App Engine
This is Rietveld 408576698