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

Unified Diff: Source/web/tests/data/sometext.html

Issue 1007503003: Fixed key event context menu and added tests for coordinate cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed typo in expectation Created 5 years, 8 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
« no previous file with comments | « Source/web/tests/data/email-form.html ('k') | Source/web/tests/data/textbox.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/sometext.html
diff --git a/Source/web/tests/data/sometext.html b/Source/web/tests/data/sometext.html
new file mode 100644
index 0000000000000000000000000000000000000000..e5b8cd70ce65a5242088c1484528d621d533c61a
--- /dev/null
+++ b/Source/web/tests/data/sometext.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ html {
+ font: 10px Ahem;
+ -webkit-font-smoothing: none;
+ margin: 0px;
+ }
+ div {
+ font: 10px Ahem;
+ -webkit-font-smoothing: none;
+ margin: 0px;
+ position: absolute;
+ left: 200px;
+ top: 250px;
+ }
+
+ </style>
+</head>
+<body>
+<div id='target'>
+First Line <br>
+Second Text Row
+</div>
+</body>
+</html>
+
« no previous file with comments | « Source/web/tests/data/email-form.html ('k') | Source/web/tests/data/textbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698