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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/html/listing-expected.txt

Issue 2679883002: Move some tests in fast/html/ to html/{document-metadata,grouping-content,text-level-semantics}/. (Closed)
Patch Set: 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/platform/win/fast/html/listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/html/listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/html/listing-expected.txt
deleted file mode 100644
index 5420ec86a6e57379530be34c2da1b5bd4b8332a3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/html/listing-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x576
- LayoutBlockFlow {P} at (0,0) size 784x18
- LayoutText {#text} at (0,0) size 417x17
- text run at (0,0) width 417: "This tests the listing tag. It's an obsolete synonym for the pre tag."
- LayoutBlockFlow {DIV} at (0,34) size 784x18
- LayoutText {#text} at (0,0) size 172x17
- text run at (0,0) width 172: "Text just before the listing."
- LayoutBlockFlow {LISTING} at (0,65) size 784x48
- LayoutText {#text} at (0,0) size 792x48
- text run at (0,0) width 272: "This text is inside a listing tag."
- text run at (272,0) width 0: " "
- text run at (0,16) width 768: "It acts exactly like the pre tag, so the text should be monospaced and not have any line breaks."
- text run at (768,16) width 0: " "
- text run at (0,32) width 792: "Also, it eats the very first newline inside the listing, so there should not be a blank line above."
- text run at (792,32) width 0: " "
- LayoutBlockFlow {P} at (0,129) size 784x18
- LayoutText {#text} at (0,0) size 600x17
- text run at (0,0) width 600: "The listing tag has a width in it. To test the JavaScript binding, this page gets the width, here: "
- LayoutInline {A} at (0,0) size 25x17
- LayoutText {#text} at (599,0) size 25x17
- text run at (599,0) width 25: "100"

Powered by Google App Engine
This is Rietveld 408576698