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

Unified Diff: LayoutTests/fast/table/table-width-with-marquee-expected.txt

Issue 1200103006: Marquee width should not change a fixed width of its container. (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/table/table-width-with-marquee-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt b/LayoutTests/fast/table/table-width-with-marquee-expected.txt
similarity index 53%
copy from LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt
copy to LayoutTests/fast/table/table-width-with-marquee-expected.txt
index 72acde467106ca19b493e46d72179910f61f24cb..0bdaf6ea4bd6fe23f39ce65924d665dae40c8bb9 100644
--- a/LayoutTests/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt
+++ b/LayoutTests/fast/table/table-width-with-marquee-expected.txt
@@ -1,13 +1,10 @@
-SVG 1.1 dynamic update tests
-
-Tests dynamic updates of the 'maskUnits' attribute of the SVGMaskElement object
+This tests if marquee contributes to table width. It should not.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS maskElement.getAttribute('maskUnits') is "objectBoundingBox"
-PASS maskElement.getAttribute('maskUnits') is "userSpaceOnUse"
+PASS document.querySelector('td').getBoundingClientRect().width is 196
PASS successfullyParsed is true
TEST COMPLETE
-
+The quick brown fox jumps over the lazy dog.

Powered by Google App Engine
This is Rietveld 408576698