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

Unified Diff: chrome/test/data/pdf/basic_plugin_test.js

Issue 1568723002: Improve extraction of accessible text from PDF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_pdf
Patch Set: Get rid of unneccessary assertion in test Created 4 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
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/pdf/basic_plugin_test.js
diff --git a/chrome/test/data/pdf/basic_plugin_test.js b/chrome/test/data/pdf/basic_plugin_test.js
index 89e75307fcbb12c884dc71da01b3f32a5933030c..2a8c87330803d35228b5eada3782f3e0c7cba9c9 100644
--- a/chrome/test/data/pdf/basic_plugin_test.js
+++ b/chrome/test/data/pdf/basic_plugin_test.js
@@ -41,7 +41,6 @@ var tests = [
chrome.test.assertEq('text', dict.textBox[0].textNodes[0].type);
chrome.test.assertEq('this is some text',
dict.textBox[0].textNodes[0].text);
- chrome.test.assertEq(1.0, dict.textBox[1].fontSize);
chrome.test.assertEq('text', dict.textBox[1].textNodes[0].type);
chrome.test.assertEq('some more text',
dict.textBox[1].textNodes[0].text);
« no previous file with comments | « no previous file | pdf/pdfium/pdfium_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698